I have been trying to debug why my Phillips Hue entities stopped being discovered and load, and after paring down the configuration to a very minimum state:
homeassistant:
name: Home
latitude: <redacted>
longitude: <redacted>
elevation: <redacted>
unit_system: imperial
time_zone: America/New_York
frontend:
history:
discovery:
zeroconf:
… I realized that the component needed further configuration from configurator (ie press the button). In my full config, I have custom group named default_view
which wasn’t showing it.
Does anyone know how to include configurators (if any) in a group? I noticed there’s a configurator.phillips_hue
entity when it needs to be done. I could include that in the group
's entity_ids
, but if there’s any others, I’d have to code those in too as I need them (I know I’d need them for ecobee at least). There doesn’t seem to be a group for these current (although there probably should be).