mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
alias: Handle Jasco Buttons
|
||||
id: automation_handle_jasco_buttons
|
||||
description: 'Tries to catch all of the buttons pressed on any of the Jasco switches.'
|
||||
description: "Tries to catch all of the buttons pressed on any of the Jasco switches."
|
||||
mode: queued
|
||||
variables:
|
||||
# Map scanner device ID to media player entity ID
|
||||
sources:
|
||||
9975a90a307974388d6655c5a1bbba75: entryway_motion_switch
|
||||
ac9942c01ebc59124e6ca3bb0597dc50: bathroom_vent_switch
|
||||
5b2a9ae622deb2c1276f4bb772f709bf: blue_room_motion_switch
|
||||
5b2a9ae622deb2c1276f4bb772f709bf: boys_room_motion_switch
|
||||
ae49ef7725fa7ca095f8bcd6bcce355e: dining_room_motion_switch
|
||||
d3e866b0495a5793d8bc7d0e1530d44b: driveway_switch
|
||||
64aefd7592f9792796f2b15a033b0c26: front_room_motion_switch
|
||||
@@ -25,7 +25,6 @@ variables:
|
||||
8d77dcb0ee41302d5de67b4c333f5099: utility_room_motion_switch
|
||||
b3f9869ae389ab96de294152b43f40a3: utility_room_vent_switch
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zwave_js_value_notification
|
||||
@@ -41,7 +40,7 @@ action:
|
||||
value_raw: "{{ trigger.event.data.value_raw }}"
|
||||
#value: "{{ tags[trigger.event.data.tag_id].light_command }}"
|
||||
|
||||
- service: logbook.log
|
||||
- action: logbook.log
|
||||
data_template:
|
||||
name: Handle Jasco Buttons
|
||||
entity_id: automation.handle_jasco_buttons
|
||||
@@ -50,4 +49,4 @@ action:
|
||||
Command Class: {{ command_class }}
|
||||
Command Class Name: {{ command_class_name }}
|
||||
Value: {{ value }}
|
||||
Value Raw: {{ value_raw }}
|
||||
Value Raw: {{ value_raw }}
|
||||
|
||||
Reference in New Issue
Block a user