Remove bad symbol. Fixes #10
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<?php
|
<?php
|
||||||
include('settings/globals.php');
|
include('settings/globals.php');
|
||||||
|
$valid_thermostats = ["honeywell"];
|
||||||
if(in_array(THERMOSTAT_TYPE,$valid_thermostats)){
|
if(in_array(THERMOSTAT_TYPE,$valid_thermostats)){
|
||||||
require('thermostats/'.THERMOSTAT_TYPE.'/scrape.php');
|
require('thermostats/'.THERMOSTAT_TYPE.'/scrape.php');
|
||||||
require('thermostats/'.THERMOSTAT_TYPE.'/logininfo.php');
|
require('thermostats/'.THERMOSTAT_TYPE.'/logininfo.php');
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
yAxis: {
|
yAxis: {
|
||||||
title: {
|
title: {
|
||||||
text: 'Temperature <20>'
|
text: 'Temperature'
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
formatter: function () {
|
formatter: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user