home bridge adds all switches
appletech opened this issue · 2 comments
hi im new to HA and HB. im confuse because i always have a additional accesory in homebridge that adds a all switch icon. which i cannot remove.
[2018-2-10 09:24:57] Loading 1 platforms...
[2018-2-10 09:24:57] [HomeAssistant] Initializing HomeAssistant platform...
[2018-2-10 09:24:57] [HomeAssistant] Fetching HomeAssistant devices.
[2018-2-10 09:24:57] Loading 0 accessories...
[2018-2-10 09:24:57] [HomeAssistant] Received event: ping
[2018-2-10 09:24:57] [HomeAssistant] Initializing platform accessory 'AirCon Unitech'...
[2018-2-10 09:24:57] [HomeAssistant] Initializing platform accessory 'all switches'...
what seems to be the problem? :)
Typically, this is an issue of "visibility". Personally, I hide these "all" switches in Home Assistant by setting hidden: true
, so I don't see them in Home Assistant. To affect HomeBridge I use "default_visibility": "hidden"
, so everything is hidden by default, then use homebridge_visible: true
to surface the things I want to see in the Home app.
Does this info in the documentation help?
https://github.com/home-assistant/homebridge-homeassistant#customization
@appletech Review the customization instructions as @VdkaShaker mentioned.
If you continue to have problems, please re-open this issue or create a new one.