I’ve only just started with a Pi and the latest Hass.io running. (to give you context)
My Philips Hue lights have automatically added to the dashboard (/lovelace/default_view) and I can see the lights in the entity registry (/config/entity_registry)…
Will this feature (access to dimmer switch presses) land in Home Assistant as part of the Hue component, or should I be buying a ConBee stick and setting up the ZHA component to access these events?
I’m sorry I have to revive this topic but I have the exact same problem.
All my hue lights are avaiable in homeassistant but I don’t see my dimmer switches. I don’t see them as battery sensors and I don’t see them as device triggers in automations.
I understand that the switches should be integrated by default now and that I don’t need the customponent?
Is there anything I am missing?
Hi, are you using Deconz?
With Deconz it’s just an event called “deconz_event”.
Go to the Developer Tools page in HomeAssistant, then scroll down to “Listen to events”, type in deconz_event in the field “Event to subscribe to” and press “start listening”. If you now press a button on your Dimmer you’ll receive the events (to get an example), those then can be used in your automations.