diff --git a/config/lovelace/advanced_dashboard/08_automations.yaml b/config/lovelace/advanced_dashboard/08_automations.yaml index 5450dd0..474dad1 100644 --- a/config/lovelace/advanced_dashboard/08_automations.yaml +++ b/config/lovelace/advanced_dashboard/08_automations.yaml @@ -23,9 +23,17 @@ cards: title: Misc show_header_toggle: false entities: + - type: custom:dummy-entity-row + entity: sensor.automations_count + name: Reload Automations + icon: mdi:reload + tap_action: + action: call-service + service: automation.reload - entity: sensor.automations_count icon: mdi:pound - automation.titanium_turn_off_when_idle + - automation.titanium_notify_on_vibration_sensor_move - automation.speech_enable_when_meeting_is_over - automation.speech_disable_when_meeting_starts diff --git a/config/packages/devices/living_room/titanium.yaml b/config/packages/devices/living_room/titanium.yaml index ec401c1..ae9144b 100644 --- a/config/packages/devices/living_room/titanium.yaml +++ b/config/packages/devices/living_room/titanium.yaml @@ -251,3 +251,22 @@ automation: data: name: "🖥 Devices · " message: "Titanium · Turning off - idling for 3 hours" + + - alias: Titanium · Notify on vibration sensor move + trigger: + platform: mqtt + topic: "z2m_deconz/vibration_sensor" + condition: + condition: not + conditions: + - condition: state + entity_id: binary_sensor.georgi_home + state: 'off' + action: + - service: notify.mobile_app_carbon + data: + title: "Titanium" + message: "Alert: Titanium sensor moved" + data: + push: + thread-id: "titanium"