@dirtdiver1977 wrote:
So I finally figured out how to cast some info on our Google cast device yet i’d like to know how to get it to actually read the sensor. This is what I have so far:
- alias: Climate Notification initial_state: true trigger: platform: state entity_id: sensor.livingroom_temperature condition: - condition: numeric_state entity_id: sensor.livingroom_temperature above: 80.0 action: - service: tts.google_say data: entity_id: media_player.bedroom_speaker message: "It's 80°F now in the living room. Close all doors and windows and turn on the AC."
So where it says 80°F I try and place the sensor as so {{ states.sensor.livingroom_temperature.state }}°F and its not actually telling me the temp. Am I coding it wrong?
Posts: 3
Participants: 2