homeassistant/configs/automations.yaml

9 lines
205 B
YAML

- alias: Update Available Notification
trigger:
platform: state
entity_id: updater.updater
action:
service: notify.martin
data:
message: "Update for Home Assistant is available."