Hi,
I’m trying to get my Philips Hue and Xiaomi switches to work with HA. Adding the switches and using the deconz_sensor to see which buttons are pressed are all working. The problem is that no matter what event_data I use for my Automations, HA always triggers the action. Example:
- id: ‘1550160111241’
alias: Xiaomi aan
trigger:- event_data:
event_data: 34
id: tap
event_type: deconz_event
platform: event
condition: []
action: - data:
entity_id: light.ledstrip_kast
service: light.toggle
- event_data:
This automation works but when I make another automation with event_data 17 it also triggers the above automation. I can’t make automations based on a specific button pressed.
Am I missing something?
Thanks in advance
Wilfred