From f608ec2827681a21acb3aac94b4063c824c52c71 Mon Sep 17 00:00:00 2001 From: CeeWeasel Date: Sun, 13 Jul 2025 19:36:49 -0400 Subject: [PATCH] view, binary sensor, and sensor fixes --- blueprints/automation/SgtBatten/Stable.yaml | 44 +++---- .../binary_sensors/bayesian_bridget.yaml | 61 --------- .../binary_sensors/bayesian_emmett.yaml | 61 --------- .../time_of_day/business_hours.yaml | 4 - .../time_of_day/childcare_hours.yaml | 4 - .../childcare_nonschool_hours.yaml | 4 - .../rtl_433_devices/deck_thermostat.yaml | 8 +- .../rtl_433_devices/outdoor_thermostat.yaml | 8 +- lovelace/view-overview.yaml | 118 +++++++++--------- 9 files changed, 89 insertions(+), 223 deletions(-) delete mode 100644 components/binary_sensors/bayesian_bridget.yaml delete mode 100644 components/binary_sensors/bayesian_emmett.yaml delete mode 100644 components/binary_sensors/time_of_day/business_hours.yaml delete mode 100644 components/binary_sensors/time_of_day/childcare_hours.yaml delete mode 100644 components/binary_sensors/time_of_day/childcare_nonschool_hours.yaml diff --git a/blueprints/automation/SgtBatten/Stable.yaml b/blueprints/automation/SgtBatten/Stable.yaml index 7361224..adbb9f6 100644 --- a/blueprints/automation/SgtBatten/Stable.yaml +++ b/blueprints/automation/SgtBatten/Stable.yaml @@ -157,8 +157,8 @@ blueprint: after_zones | join('', '') | replace(''_'', '' '' ) | title }} at {{event[''after''][''start_time'']|timestamp_custom(''%H:%M'')}}.' custom_value: true - multiple: false sort: false + multiple: false update_sub_label: name: Update Sub Labels (Advanced) description: 'Update the title and/or message with the matched face name @@ -198,8 +198,8 @@ blueprint: }}' - '{{ event[''after''][''top_score''] |float(0) > 0.8 }}' custom_value: true - multiple: false sort: false + multiple: false tts: name: Use TTS to override silent/dnd modes on specific phones. description: 'Some phones (the Samsung galaxy line, in particular,) disable @@ -271,8 +271,8 @@ blueprint: value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg?bbox=1&crop=1&format=android' mode: dropdown custom_value: false - multiple: false sort: false + multiple: false attachment_2: name: Subsequent Attachment (Optional) description: "Choose which image or GIF to attach to the notification for @@ -311,8 +311,8 @@ blueprint: value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg?bbox=1&crop=1&format=android' mode: dropdown custom_value: false - multiple: false sort: false + multiple: false video: name: Video (Optional) description: You can optionally attach the clip to the notification which @@ -333,8 +333,8 @@ blueprint: value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/master.m3u8' mode: dropdown custom_value: false - multiple: false sort: false + multiple: false final_update: name: Final update (Optional) description: Update the notification at the end of the event. Used to ensure @@ -401,8 +401,8 @@ blueprint: - label: White value: '#ffffff' custom_value: false - multiple: false sort: false + multiple: false icon: name: Notification Icon (Optional) description: Change the icon that displays on the notification. You can @@ -418,8 +418,8 @@ blueprint: 'Dog' else 'cat' if label == 'Cat' else 'car' if label == 'Car' else 'home-assistant'}} custom_value: true - multiple: false sort: false + multiple: false group: name: Group description: The group name that will determine if notifications are grouped @@ -438,8 +438,8 @@ blueprint: - default - none custom_value: true - multiple: false sort: false + multiple: false volume: name: Volume Sound - iOS only (Optional) description: You can specify a sound level between 0 and 100 @@ -700,8 +700,8 @@ blueprint: max: 86400.0 min: 0.0 unit_of_measurement: seconds - step: 1.0 mode: slider + step: 1.0 timeout: name: Timeout description: Length of time the automation will wait for MQTT updates. @@ -711,8 +711,8 @@ blueprint: max: 90.0 min: 0.0 unit_of_measurement: minutes - step: 1.0 mode: slider + step: 1.0 silence_timer: name: Silence New Notifications (Optional) description: "How long to pause notifications for this camera when requested @@ -724,8 +724,8 @@ blueprint: max: 3600.0 min: 0.0 unit_of_measurement: minutes - step: 1.0 mode: slider + step: 1.0 loiter_timer: name: Loitering Notifications (Optional) description: 'Sends new loitering notification if a stationary object is @@ -739,8 +739,8 @@ blueprint: max: 3600.0 min: 0.0 unit_of_measurement: seconds - step: 1.0 mode: slider + step: 1.0 initial_delay: name: Delay initial notification (Optional) description: 'How long to delay the first notification for each event. Only @@ -757,8 +757,8 @@ blueprint: max: 15.0 min: 0.0 unit_of_measurement: seconds - step: 1.0 mode: slider + step: 1.0 final_delay: name: Delay Final notification (Optional) description: 'How long to delay the final notification for each event. Only @@ -771,8 +771,8 @@ blueprint: max: 20.0 min: 0.0 unit_of_measurement: seconds - step: 1.0 mode: slider + step: 1.0 actions: name: '# Action Buttons and URLS @@ -821,8 +821,8 @@ blueprint: - label: Notification History (Android) value: settings://notification_history custom_value: true - multiple: false sort: false + multiple: false button_1: name: Action Button 1 Text description: The text used on the first Action button at the bottom of the @@ -862,8 +862,8 @@ blueprint: - label: Open Reolink App (Android) value: app://com.mcu.reolink custom_value: true - multiple: false sort: false + multiple: false icon_1: name: Action Button 1 icon - iOS Only description: Customise the Icon on the first Action Button. Only the iOS @@ -908,8 +908,8 @@ blueprint: - label: Custom Action (Manual Trigger) value: custom-{{ this.entity_id }} custom_value: true - multiple: false sort: false + multiple: false icon_2: name: Action Button 2 icon - iOS Only description: Customise the Icon on the second Action Button. Only the iOS @@ -956,8 +956,8 @@ blueprint: - label: Custom Action (Manual Trigger) value: custom-{{ this.entity_id }} custom_value: true - multiple: false sort: false + multiple: false icon_3: name: Action Button 3 icon - iOS Only description: Customise the Icon on the third Action Button. Only the iOS @@ -1024,8 +1024,8 @@ blueprint: - top-left - center custom_value: false - multiple: false sort: false + multiple: false tv_size: name: TV Notification Size (Optional) description: Set the size of the notification on your TV. @@ -1039,8 +1039,8 @@ blueprint: - large - max custom_value: false - multiple: false sort: false + multiple: false tv_duration: name: TV Notification Duration (Optional) description: The duration (in seconds) that the notification will display @@ -1051,8 +1051,8 @@ blueprint: max: 300.0 min: 0.0 unit_of_measurement: seconds - step: 1.0 mode: slider + step: 1.0 tv_transparency: name: TV notification Transparency (Optional) description: Set the transparency of the notification on your TV. @@ -1067,8 +1067,8 @@ blueprint: - 75% - 100% custom_value: false - multiple: false sort: false + multiple: false tv_interrupt: name: TV Notification Interrupt (Optional) description: If set to true the notification is interactive and can be dismissed diff --git a/components/binary_sensors/bayesian_bridget.yaml b/components/binary_sensors/bayesian_bridget.yaml deleted file mode 100644 index d3890c5..0000000 --- a/components/binary_sensors/bayesian_bridget.yaml +++ /dev/null @@ -1,61 +0,0 @@ -platform: 'bayesian' -name: 'Bridget Home' -device_class: presence -prior: 0.5 -probability_threshold: 0.7 -observations: - - entity_id: 'person.clint' - prob_given_true: .99 - prob_given_false: .99 - platform: 'state' - to_state: 'home' - - - entity_id: 'calendar.my_custody' - prob_given_true: .99 - prob_given_false: .5 - platform: 'state' - to_state: 'on' - - - - entity_id: 'input_boolean.clint_work_from_home' - prob_given_true: .01 - prob_given_false: .33 - platform: 'state' - to_state: 'on' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .99 - prob_given_false: 0.01 - platform: 'state' - to_state: 'Home' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .01 - prob_given_false: 0.99 - platform: 'state' - to_state: 'Away' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .5 - prob_given_false: 0.5 - platform: 'state' - to_state: 'Auto' - - # # If I am working from home and the 'Weaver Kids' are in automatic mode - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Auto') }} - # prob_given_true: 0.01 - # prob_given_false: .99 - # # If I am working from home and the 'Weaver Kids' are manually set as home - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Home') }} - # prob_given_true: 0.99 - # prob_given_false: .01 - # # If I am working from home and the 'Weaver Kids' are manually set as away - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Away') }} - # prob_given_true: 0.01 - # prob_given_false: .99 \ No newline at end of file diff --git a/components/binary_sensors/bayesian_emmett.yaml b/components/binary_sensors/bayesian_emmett.yaml deleted file mode 100644 index b4aaf07..0000000 --- a/components/binary_sensors/bayesian_emmett.yaml +++ /dev/null @@ -1,61 +0,0 @@ -platform: 'bayesian' -name: 'Emmett Home' -device_class: presence -prior: 0.5 -probability_threshold: 0.7 -observations: - - entity_id: 'person.clint' - prob_given_true: .99 - prob_given_false: .99 - platform: 'state' - to_state: 'home' - - - entity_id: 'calendar.my_custody' - prob_given_true: .99 - prob_given_false: .5 - platform: 'state' - to_state: 'on' - - - - entity_id: 'input_boolean.clint_work_from_home' - prob_given_true: .01 - prob_given_false: .33 - platform: 'state' - to_state: 'on' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .99 - prob_given_false: 0.01 - platform: 'state' - to_state: 'Home' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .01 - prob_given_false: 0.99 - platform: 'state' - to_state: 'Away' - - - entity_id: 'input_select.weaver_kids' - prob_given_true: .5 - prob_given_false: 0.5 - platform: 'state' - to_state: 'Auto' - - # # If I am working from home and the 'Weaver Kids' are in automatic mode - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Auto') }} - # prob_given_true: 0.01 - # prob_given_false: .99 - # # If I am working from home and the 'Weaver Kids' are manually set as home - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Home') }} - # prob_given_true: 0.99 - # prob_given_false: .01 - # # If I am working from home and the 'Weaver Kids' are manually set as away - # - platform: template - # value_template: > - # {{ is_state('input_boolean.clint_work_from_home', 'on') and is_state('input_select.weaver_kids','Away') }} - # prob_given_true: 0.01 - # prob_given_false: .99 \ No newline at end of file diff --git a/components/binary_sensors/time_of_day/business_hours.yaml b/components/binary_sensors/time_of_day/business_hours.yaml deleted file mode 100644 index 734c13f..0000000 --- a/components/binary_sensors/time_of_day/business_hours.yaml +++ /dev/null @@ -1,4 +0,0 @@ -platform: tod -name: Business Hours -after: '07:45' -before: '16:45' \ No newline at end of file diff --git a/components/binary_sensors/time_of_day/childcare_hours.yaml b/components/binary_sensors/time_of_day/childcare_hours.yaml deleted file mode 100644 index 3380a0c..0000000 --- a/components/binary_sensors/time_of_day/childcare_hours.yaml +++ /dev/null @@ -1,4 +0,0 @@ -platform: tod -name: Childcare Hours -after: '07:00' -before: '16:30' \ No newline at end of file diff --git a/components/binary_sensors/time_of_day/childcare_nonschool_hours.yaml b/components/binary_sensors/time_of_day/childcare_nonschool_hours.yaml deleted file mode 100644 index 7ea6d60..0000000 --- a/components/binary_sensors/time_of_day/childcare_nonschool_hours.yaml +++ /dev/null @@ -1,4 +0,0 @@ -platform: tod -name: Childcare NonSchool Hours -after: '08:00' -before: '16:30' \ No newline at end of file diff --git a/components/packages/rtl_433_devices/deck_thermostat.yaml b/components/packages/rtl_433_devices/deck_thermostat.yaml index a46a1bf..864f35b 100644 --- a/components/packages/rtl_433_devices/deck_thermostat.yaml +++ b/components/packages/rtl_433_devices/deck_thermostat.yaml @@ -3,7 +3,7 @@ mqtt: - name: "Timestamp" device_class: timestamp icon: mdi:clock-in - state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/69/time" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/+/time" force_update: true entity_category: diagnostic unique_id: Nexus-TH-1-69-UTC @@ -19,7 +19,7 @@ mqtt: value_template: "{{ (float(value) * 99 + 1) | round(0) }}" state_class: measurement entity_category: diagnostic - state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/69/battery_ok" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/+/battery_ok" force_update: true unique_id: Nexus-TH-1-69-B device: @@ -33,7 +33,7 @@ mqtt: unit_of_measurement: "°C" value_template: "{{ value|float }}" state_class: measurement - state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/69/temperature_C" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/+/temperature_C" force_update: true unique_id: Nexus-TH-1-69-T device: @@ -47,7 +47,7 @@ mqtt: unit_of_measurement: "%" value_template: "{{ value|float }}" state_class: measurement - state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/69/humidity" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/Nexus-TH/1/+/humidity" force_update: true unique_id: Nexus-TH-1-69-H device: diff --git a/components/packages/rtl_433_devices/outdoor_thermostat.yaml b/components/packages/rtl_433_devices/outdoor_thermostat.yaml index 0ae392c..db3af02 100644 --- a/components/packages/rtl_433_devices/outdoor_thermostat.yaml +++ b/components/packages/rtl_433_devices/outdoor_thermostat.yaml @@ -3,7 +3,7 @@ mqtt: - name: "Timestamp" device_class: timestamp icon: mdi:clock-in - state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/54/time" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/+/time" force_update: true entity_category: diagnostic unique_id: LaCrosse-TX141THBv2-0-54-UTC @@ -19,7 +19,7 @@ mqtt: value_template: "{{ (float(value) * 99 + 1) | round(0) }}" state_class: measurement entity_category: diagnostic - state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/54/battery_ok" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/+/battery_ok" force_update: true unique_id: LaCrosse-TX141THBv2-0-54-B device: @@ -33,7 +33,7 @@ mqtt: unit_of_measurement: "°C" value_template: "{{ value|float }}" state_class: measurement - state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/54/temperature_C" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/+/temperature_C" force_update: true unique_id: LaCrosse-TX141THBv2-0-54-T device: @@ -47,7 +47,7 @@ mqtt: unit_of_measurement: "%" value_template: "{{ value|float }}" state_class: measurement - state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/54/humidity" + state_topic: "rtl_433/9b13b3f4-rtl433/devices/LaCrosse-TX141THBv2/0/+/humidity" force_update: true unique_id: LaCrosse-TX141THBv2-0-54-H device: diff --git a/lovelace/view-overview.yaml b/lovelace/view-overview.yaml index f8e1ca3..f79061c 100644 --- a/lovelace/view-overview.yaml +++ b/lovelace/view-overview.yaml @@ -16,7 +16,7 @@ badges: action: navigate navigation_path: /details-yml/weather hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -59,7 +59,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -98,7 +98,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -138,7 +138,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -174,7 +174,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -219,7 +219,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -266,7 +266,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -316,7 +316,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -342,7 +342,7 @@ badges: action: navigate navigation_path: /details-yml/mobile-app hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -358,7 +358,7 @@ badges: action: navigate navigation_path: /details-yml/mobile-app hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -374,7 +374,7 @@ badges: action: navigate navigation_path: /details-yml/mobile-app hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -387,7 +387,7 @@ badges: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -400,7 +400,7 @@ badges: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -414,7 +414,7 @@ badges: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -428,7 +428,7 @@ badges: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -443,7 +443,7 @@ badges: action: navigate navigation_path: /details-yml/watchman hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -458,7 +458,7 @@ badges: action: navigate navigation_path: /details-yml/watchman hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -522,7 +522,7 @@ badges: navigation_path: /phone-yaml/media content: "{{states('sensor.speakers_on_count')}}" hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -547,7 +547,7 @@ badges: tap_action: action: toggle hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -561,7 +561,7 @@ badges: tap_action: action: toggle hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -588,7 +588,7 @@ badges: action: navigate navigation_path: /phone-yaml/dishwasher hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -615,7 +615,7 @@ badges: action: navigate navigation_path: /phone-yaml/washing-machine hold_action: - action: more_info + action: more-info - type: conditional conditions: @@ -642,7 +642,7 @@ badges: action: navigate navigation_path: /phone-yaml/tumble-dryer hold_action: - action: more_info + action: more-info - type: custom:mushroom-chips-card alignment: center @@ -706,7 +706,7 @@ badges: action: navigate navigation_path: /details-yml/nws-alerts hold_action: - action: more_info + action: more-info state_filter: - operator: ">" value: 0 @@ -720,7 +720,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - entity: sensor.master_bedroom_thermal_comfort_humidex_perception name: Bedroom icon: mdi:bed-queen @@ -728,7 +728,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - entity: sensor.great_room_thermal_comfort_humidex_perception name: Great Room icon: mdi:microsoft-xbox-controller @@ -736,7 +736,7 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info state_filter: - "noticable_discomfort" - "evident_discomfort" @@ -751,49 +751,49 @@ badges: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_window_battery name: Window tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_thermostat_battery name: Thermostat tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_zwave_device_battery name: ZWave tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_xiaomi_plant_sensor_battery name: BLE Plant tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_ecowitt_battery name: 433 Plant tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info - entity: sensor.lowest_hue_device_battery name: Hue tap_action: action: navigate navigation_path: /details-yml/batteries hold_action: - action: more_info + action: more-info state_filter: - operator: "<" value: 20 @@ -812,14 +812,14 @@ badges: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - entity: binary_sensor.something_open_too_warm_or_cold name: Close Something tap_action: action: navigate navigation_path: /details-yml/hvac hold_action: - action: more_info + action: more-info - entity: input_boolean.doorbell name: Doorbell - entity: plant.plant_sensor_cea4 @@ -828,42 +828,42 @@ badges: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: plant.plant_sensor_3eb0 name: Green Onions tap_action: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: plant.plant_sensor_3eae name: Lavendar Plants tap_action: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: plant.fineoffset_wh51_0ce593 name: Hostas tap_action: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: plant.fineoffset_wh51_00f935 name: Dasies tap_action: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: plant.fineoffset_wh51_0d1e11 name: Cacti tap_action: action: navigate navigation_path: /phone-yaml/plants hold_action: - action: more_info + action: more-info - entity: binary_sensor.check_mail name: Mail tap_action: @@ -872,7 +872,7 @@ badges: service_data: entity_id: input_boolean.mail_checked hold_action: - action: more_info + action: more-info - entity: binary_sensor.take_trash_out name: Trash tap_action: @@ -900,49 +900,49 @@ badges: action: navigate navigation_path: /ai-yml/ai-cam04 hold_action: - action: more_info + action: more-info - entity: binary_sensor.walkway_person_occupancy name: Walkway tap_action: action: navigate navigation_path: /ai-yml/ai-cam04 hold_action: - action: more_info + action: more-info - entity: binary_sensor.back_yard_person_occupancy name: Yard tap_action: action: navigate navigation_path: /ai-yml/ai-cam14 hold_action: - action: more_info + action: more-info - entity: binary_sensor.front_yard_person_occupancy name: Front tap_action: action: navigate navigation_path: /ai-yml/ai-cam19 hold_action: - action: more_info + action: more-info - entity: binary_sensor.driveway_east_side_vehicle_occupancy name: Driveway tap_action: action: navigate navigation_path: /ai-yml/ai-cam19 hold_action: - action: more_info + action: more-info - entity: binary_sensor.driveway_center_vehicle_occupancy name: Driveway tap_action: action: navigate navigation_path: /ai-yml/ai-cam19 hold_action: - action: more_info + action: more-info - entity: binary_sensor.driveway_west_side_vehicle_occupancy name: Driveway tap_action: action: navigate navigation_path: /ai-yml/ai-cam19 hold_action: - action: more_info + action: more-info # - entity: input_boolean.guest_mode # name: Guest Mode # tap_action: @@ -979,7 +979,7 @@ badges: action: navigate navigation_path: /details-yml/power-breaker hold_action: - action: more_info + action: more-info state_filter: - "Summer Non-Peak" @@ -992,7 +992,7 @@ badges: action: navigate navigation_path: /details-yml/power-breaker hold_action: - action: more_info + action: more-info state_filter: - "Summer Peak" @@ -1005,7 +1005,7 @@ badges: action: navigate navigation_path: /details-yml/power-breaker hold_action: - action: more_info + action: more-info state_filter: - "Non-Summer" @@ -1145,19 +1145,19 @@ cards: tap_action: action: toggle hold_action: - action: more_info + action: more-info - entity: light.garage_overhead name: Garage tap_action: action: toggle hold_action: - action: more_info + action: more-info - entity: light.front_porch_overhead name: Porch tap_action: action: toggle hold_action: - action: more_info + action: more-info # - entity: binary_sensor.entryway_window_contact # name: Entryway # - entity: binary_sensor.front_room_window_contact @@ -1175,13 +1175,13 @@ cards: tap_action: action: toggle hold_action: - action: more_info + action: more-info - entity: light.driveway name: Driveway tap_action: action: toggle hold_action: - action: more_info + action: more-info - entity: switch.deck_power_plug name: Deck Plug state_filter: @@ -1193,7 +1193,7 @@ cards: tap_action: action: toggle hold_action: - action: more_info + action: more-info - entity: sensor.frigate_status name: Frigate state_filter: