Compare commits
20 Commits
1b87421c4f
...
42ef50673c
| Author | SHA1 | Date | |
|---|---|---|---|
|
42ef50673c
|
|||
|
4cc75e21a1
|
|||
|
56a1ece13e
|
|||
|
fd8aefe056
|
|||
|
c8a954b87e
|
|||
|
b3c9720997
|
|||
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
|||
|
f4b2ad0292
|
|||
|
aad7981983
|
|||
|
9f19a75ec3
|
|||
|
1acdd2c884
|
|||
|
ebb53377f0
|
@@ -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
|
||||
|
||||
2285
main_dashboard.yaml
2285
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