From bba958ee630afcb7436529c23d822893c2957cea Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 19 Apr 2025 03:11:05 -0400 Subject: [PATCH] Toggles for Emma's climate watchdog --- admin_dashboard.yaml | 2 ++ main_dashboard.yaml | 6 ++++++ mobile_dashboard.yaml | 18 +++++++++++++++++- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/admin_dashboard.yaml b/admin_dashboard.yaml index 5d9de79..c10bbf0 100644 --- a/admin_dashboard.yaml +++ b/admin_dashboard.yaml @@ -951,6 +951,8 @@ views: name: Heater Installed - entity: input_boolean.emma_bedroom_climate_protocol name: Climate Automations + - entity: switch.emma_bedroom_climate_watchdog + name: Climate Watchdog title: Emma Bedroom Aircon visibility: - condition: state diff --git a/main_dashboard.yaml b/main_dashboard.yaml index d931e73..8023204 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -2487,6 +2487,9 @@ views: name: Cancel Door Alert - entity: switch.emma_bedroom_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 name: Night Brightness - entity: input_number.emma_bedroom_lights_off_delay @@ -3471,6 +3474,9 @@ views: entities: - entity: switch.emma_bedroom_aircon_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 name: Filter Status - entity: input_number.emma_bedroom_daytime_temp diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 3fe268f..fffc84d 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -3085,11 +3085,27 @@ views: modules: - default - 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 card_type: separator name: Status icon: mdi:list-box + modules: + - default - type: horizontal-stack cards: - type: custom:decluttering-card