I am a complete noob in HA
I have smarthinq integration pulling info from my LG dryer. I see the sensors in HA but I can’t seem to be able to get this automation to trigger
Can someone please tell me what’s wrong
alias: Dry clothes notification
description: Alert when dryer finishes
trigger:
- entity_id: binary_sensor.my_dryer_dry_completed
platform: state
from: ‘off’
to: ‘on’
condition: []
action: - service: notify.alexa_media_office_echo_dot
data:
message: The Dryer Cycle is finished!
data:
type: tts
target: media_player.living_room_alexa
mode: single