@berniedp wrote:
Hi all,
Being relatively new to Home Assistant I’m trying to integrate with flic buttons.
So far, I’ve been able to get them to work (without the hub) by installing the flicd add-on and I do see the clicks are being registered in the logbook:
1:09:25 PM flic_80e4da76e199 turned off
1:09:25 PM flic_80e4da76e199 turned onand when I double click it registers that same sequence twice…
However the automation I created doesn’t trigger:
- id: '1586622168118' alias: Flic_switch_on_Duvel initial_state: true description: '' trigger: - event_data: button_name: flic_80e4da76e199 click_type: single event_type: flick_click platform: event condition: [] action: - device_id: 26a9f08a49dc4a4ea46c984fc835d206 domain: light entity_id: light.duvel type: turn_on
Would anybody have any ideas what I’m doing wrong?
Thank you in advance,
Bernard
Posts: 1
Participants: 1