Compare commits
40 Commits
60157b38ce
...
f561a31487
| Author | SHA1 | Date | |
|---|---|---|---|
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
|||
|
f4b2ad0292
|
|||
|
aad7981983
|
|||
|
9f19a75ec3
|
|||
|
1acdd2c884
|
|||
|
ebb53377f0
|
|||
|
fedd824269
|
|||
|
84068cdc04
|
|||
|
69b1002348
|
|||
|
d3b14bf832
|
|||
|
996de9175e
|
|||
|
56917d44af
|
|||
|
387e8e304c
|
|||
|
6e4b84d3ff
|
|||
|
cbb40bbb64
|
|||
|
1c7b37189b
|
|||
|
2f3bab52b2
|
|||
|
008b500b74
|
|||
|
367fadf870
|
|||
|
8c4fd26d39
|
|||
|
d1d6f916e0
|
|||
|
28419a49fa
|
|||
|
63d1c5ab23
|
|||
|
3258cd7922
|
|||
|
4441a0f4aa
|
|||
|
93551c62d5
|
|||
|
4c4a0365bc
|
|||
|
25421d50ee
|
|||
|
35f0394310
|
|||
|
91a328058f
|
|||
|
70eff59703
|
|||
|
1a4cc3503a
|
@@ -1006,6 +1006,13 @@ views:
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.master_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_mode_switch_threshold
|
||||
name: MBR Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||
- entity: input_boolean.master_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
- entity: input_boolean.master_bedroom_climate_protocol
|
||||
@@ -1041,6 +1048,13 @@ views:
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.emma_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_mode_switch_threshold
|
||||
name: EBR Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||
- entity: input_boolean.emma_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
- entity: input_boolean.emma_bedroom_heater_installed
|
||||
|
||||
1689
main_dashboard.yaml
1689
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user