11-29-2023 08:01 AM
This is my automation:
metadata:
name: Announce when laundry room lights are on
description: This is mostly for debug...lights are coming on randomly.
automations:
# ---- STARTERS ---- #
starters:
- type: device.state.OnOff
state: on
is: true
device: DimmerMotion - Laundry Room
# ---- ACTIONS ---- #
actions:
- type: home.command.Notification
title: Laundry Room
body: The light is on
Once in a while, I get the notification but the light is not on.