u/Guppstah67

Home assistant to Alexa

Hi, hoping for some help, I’m trying to control
A non smart ceiling fan with HA.
So far I’ve got it working through Alexa voice commands, shooting the IR signal from a Switchbot hub mini.
What I thought was correct in HA, to activate the Alexa routine, just reads it out loud can anyone advise please. Here is my HA automation yaml

alias: Bedroom Fan Auto On via Alexa
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.hub_2_dda5_temperature
above: 25
conditions:
- condition: time
after: "19:00:00"
actions:
- action: notify.alexa_media
data:
target:
- media_player.echo_dot_bedroom
message: activate bedroom cooling
data:
type: tts
mode: single

reddit.com
u/Guppstah67 — 15 days ago