Hoping someone can kindly guide me on this problem. My Alexa integration no longer works since lastest upgrade.
I have dozens on automations that notify me via Alexa if a door opens at night or a room temperature gets to high etc…
Here’s one example… Thanks in advance. Phil
alias: Tells temperature 1
description: broadlink_rm4 tells Alexa dot the temp
trigger:
platform: time_pattern
hours: /2
condition:
condition: time
after: “06:00:00”
before: “23:00:00”
action:
data:
message: >-
Notification from the Home Automation Server, The temperature outside
today is {{ states(‘sensor.openweathermap_temperature’) }} degrees. And
the temperature in the Living Room is {{
states(‘sensor.broadlink_rm4_temperature’) }} degrees.
action: notify.alexa_media_echo_dot_4
Well it didn’t last but a few hours and then stopped working again. Ughh
I did a restart as fuatakgun suggested, and came back to life again.
So I guess still not resolved.
Open to any suggestions, as I’m thinking it has to do with the Alexa Integration.