mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Adding in all the sensors to monitor the Second Hue Hub - #86
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
hide_entity: True
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
entity_id:
|
||||
- sensor.wii
|
||||
- sensor.hue_hub
|
||||
- sensor.Hue_Hub_1
|
||||
- sensor.Hue_Hub_2
|
||||
- sensor.tablotv
|
||||
- sensor.alexa_echo
|
||||
- sensor.amazon_dot
|
||||
@@ -30,15 +31,14 @@
|
||||
#- sensor.withings_scale
|
||||
- sensor.smart_water_meter
|
||||
- sensor.sleep_number_bed
|
||||
|
||||
|
||||
action:
|
||||
- service: script.ifttt_notify
|
||||
data_template:
|
||||
value1: 'Device Status:'
|
||||
value2: "{{ trigger.entity_id.split('.')[1]|replace('_', ' ') }} is "
|
||||
value3: "{{ trigger.to_state.state }}"
|
||||
|
||||
|
||||
- service: script.Voice_notify
|
||||
data_template:
|
||||
value1: "{{ trigger.entity_id.split('.')[1]|replace('_', ' ') }} is now {{ trigger.to_state.state }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user