Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95370

Need help with temp sensor on tts

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 95370

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>