cancel
Showing results for 
Search instead for 
Did you mean: 

Automation starting incorrectly

ImNotANestUser
Community Member

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.

0 REPLIES 0