Made changes to comply with new version. Took out HTML API information. Also
added upstairs temperature checker, and made changes to sleep light out automation. modified: configuration.yaml
This commit is contained in:
@@ -16,6 +16,7 @@ views:
|
||||
- sun.sun
|
||||
- sensor.home_temperature
|
||||
- sensor.home_humidity
|
||||
- sensor.upstairs_temperature
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
@@ -71,6 +72,8 @@ views:
|
||||
- automation.switch_off
|
||||
- automation.lights_on_when_home
|
||||
- automation.iftt
|
||||
- automation.sleep_lights_off
|
||||
- automation.sleep_lights_on
|
||||
|
||||
- title: HVAC
|
||||
icon: mdi:temperature-fahrenheit
|
||||
@@ -84,11 +87,13 @@ views:
|
||||
entities:
|
||||
- sensor.home_temperature
|
||||
- sensor.home_humidity
|
||||
- sensor.upstairs_temperature
|
||||
- type: history-graph
|
||||
entities:
|
||||
- sensor.home_temperature
|
||||
- sensor.thermostat_outside_temperature
|
||||
- sensor.home_humidity
|
||||
- sensor.upstairs_temperature
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: sensor.thermostat_current_status
|
||||
|
||||
Reference in New Issue
Block a user