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

Automation help climate.heating

$
0
0

@dankitchen wrote:

Hi,

Looking for some help with an automation…

Basically, I want to send a notification to my LG TV when the heating is above a certain temperature…I have other automations that send a message to my tv so I know that works but I’m not sure if I’ve got this particular automation correct

- id: '1582565127427'
  alias: Heating Notify
  description: ''
  trigger:
  - above: '18'
    entity_id: climate.heating
    platform: numeric_state
  condition: []
  action:
  - data:
      data:
        icon: /config/images/hive.png
      message: Heating is now at 18
    service: notify.tv

Is numeric_state correct for this? This particular entity (climate.heating) has a state attribute of ‘current_temperature’ so not sure if I should be using that?

Thanks

Posts: 7

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 96123

Trending Articles