forked from sanjoyg/dirigera_platform
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've just added a new BILRESA switch to see if this works around the issues with other buttons (e.g. #2). The good news is that the DIRIGERA API does exposure the two buttons separately, however, I'm having a couple of issues with the Home Assistant integration.
- The device gets listed twice in the integration entities. One of these doesn't seem to do anything.
- In the options to configure the device in automations, it is only showing a single button being available.
I can manually change the YAML to get access to the second button, but it seems this should be showing in the dropdown.
Below is the developer output when watching the two buttons being (short) clicked:
event_type: dirigera_platform_event
data:
type: button1_single_click
device_id: cf3bada7286db7627d326817c3563e43
entity_id: sensor.office_control
origin: LOCAL
time_fired: "2026-02-14T17:41:18.552560+00:00"
context:
id: 01KHEKW82R7GRA6RHSFY9YF4WT
parent_id: null
user_id: null
event_type: dirigera_platform_event
data:
type: button2_single_click
device_id: cf3bada7286db7627d326817c3563e43
entity_id: sensor.office_control
origin: LOCAL
time_fired: "2026-02-14T17:41:20.417364+00:00"
context:
id: 01KHEKW9X1RFQG73JTS871NN7G
parent_id: null
user_id: null
```
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels