@alanjohnhunt wrote:
Hi. I have 433 sensor connecting through Sonoff RF bridge via MQQT to HASS.IO, and I can see state of test door 1 changing from opened to closed, and I can send test text to google home, but my first automation will not work, tried ever permutation of case I can think of! Can anyone spot what is wrong please?
##Automation number 1
alias: ‘test door 1 to google’
hide_entity: true
trigger:
- platform: state
entity_id: binary_sensor.Test_door_1
from: ‘Closed’
to: ‘Opened’
action:
- service: tts.google_say
data_template:
entity_id: media_player.Living_room_Home
message: “woo hoo its working”
Posts: 7
Participants: 2