From e7c57e6d73c8c8be607cb0b2ce45ccf5af140da1 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 10 Nov 2016 18:31:44 +0000 Subject: [PATCH] Add in some more devices to watch. --- automation/device_status.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/automation/device_status.yaml b/automation/device_status.yaml index 2a8af3d2..123ea52d 100755 --- a/automation/device_status.yaml +++ b/automation/device_status.yaml @@ -7,13 +7,21 @@ trigger: - platform: state entity_id: - - sensor.wii - - sensor.tablotv - - sensor.hue_hub - - sensor.alexa_echo - - sensor.rachio - - sensor.circle - - sensor.skybell + - sensor.wii + - sensor.hue_hub + - sensor.tablotv + - sensor.alexa_echo + - sensor.amazon_dot + - sensor.circle + - sensor.rachio + - sensor.skybell + - sensor.samsungtv + - sensor.chromecast_audio_1 + - sensor.chromecast_audio_2 + - sensor.nest_upstairs + - sensor.nest_downstairs + - sensor.ciscoap + - sensor.actiontechap action: service: ifttt.trigger data_template: {"event":"device_status", "value1":"{{ trigger.entity_id.split('.')[1] }}", "value2":"{{ trigger.to_state.state }}"}