Toggles for Emma's climate watchdog
This commit is contained in:
@ -951,6 +951,8 @@ views:
|
|||||||
name: Heater Installed
|
name: Heater Installed
|
||||||
- entity: input_boolean.emma_bedroom_climate_protocol
|
- entity: input_boolean.emma_bedroom_climate_protocol
|
||||||
name: Climate Automations
|
name: Climate Automations
|
||||||
|
- entity: switch.emma_bedroom_climate_watchdog
|
||||||
|
name: Climate Watchdog
|
||||||
title: Emma Bedroom Aircon
|
title: Emma Bedroom Aircon
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -2487,6 +2487,9 @@ views:
|
|||||||
name: Cancel Door Alert
|
name: Cancel Door Alert
|
||||||
- entity: switch.emma_bedroom_motion_lighting
|
- entity: switch.emma_bedroom_motion_lighting
|
||||||
name: Motion Lighting
|
name: Motion Lighting
|
||||||
|
- entity: switch.emma_bedroom_climate_watchdog
|
||||||
|
name: Climate Watchdog
|
||||||
|
secondary_info: Protects aircon settings
|
||||||
- entity: input_number.nighttime_brightness_emma_bedroom
|
- entity: input_number.nighttime_brightness_emma_bedroom
|
||||||
name: Night Brightness
|
name: Night Brightness
|
||||||
- entity: input_number.emma_bedroom_lights_off_delay
|
- entity: input_number.emma_bedroom_lights_off_delay
|
||||||
@ -3471,6 +3474,9 @@ views:
|
|||||||
entities:
|
entities:
|
||||||
- entity: switch.emma_bedroom_aircon_display
|
- entity: switch.emma_bedroom_aircon_display
|
||||||
name: A/C Display
|
name: A/C Display
|
||||||
|
- entity: switch.emma_bedroom_climate_watchdog
|
||||||
|
name: Climate Watchdog
|
||||||
|
secondary_info: Protects aircon settings
|
||||||
- entity: binary_sensor.emma_bedroom_aircon_filter_alert
|
- entity: binary_sensor.emma_bedroom_aircon_filter_alert
|
||||||
name: Filter Status
|
name: Filter Status
|
||||||
- entity: input_number.emma_bedroom_daytime_temp
|
- entity: input_number.emma_bedroom_daytime_temp
|
||||||
|
@ -3085,11 +3085,27 @@ views:
|
|||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: empty-column
|
card_type: button
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
|
entity: switch.emma_bedroom_climate_watchdog
|
||||||
|
name: Climate Watchdog
|
||||||
|
show_state: true
|
||||||
|
tap_action:
|
||||||
|
action: toggle
|
||||||
|
hold_action:
|
||||||
|
action: more-info
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
button_action:
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Status
|
name: Status
|
||||||
icon: mdi:list-box
|
icon: mdi:list-box
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
|
Reference in New Issue
Block a user