Compare commits

..

12 Commits

3 changed files with 495 additions and 186 deletions

View File

@@ -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

View File

@@ -474,7 +474,7 @@ views:
- entity: sensor.home_tempest_cloud_sensors_precipitation_intensity
name: Precipitation Intensity
state_map:
none: None
no_rain: None
very_light: Very Light
light: Light
moderate: Moderate
@@ -932,8 +932,6 @@ views:
base_config:
state_styles:
idle:
button:
background-color: var(--table-row-alternative-background-color)
name:
color: white
icon:
@@ -6089,9 +6087,12 @@ views:
- type: entities
entities:
- entity: binary_sensor.internet
- entity: sensor.min_ping
- entity: sensor.avg_ping
- entity: sensor.max_ping
- entity: sensor.internet_round_trip_time_minimum
name: Min Ping
- entity: sensor.internet_round_trip_time_average
name: Avg Ping
- entity: sensor.internet_round_trip_time_maximum
name: Max Ping
show_header_toggle: false
state_color: true
- type: entities

File diff suppressed because it is too large Load Diff