home-assistant / homebridge-homeassistant

DEPRECATED in favor of native HomeKit support. -  Homebridge plugin for Home Assistant
https://www.home-assistant.io/components/homekit/
Other
683 stars 144 forks source link

home bridge adds all switches #282

Closed appletech closed 6 years ago

appletech commented 6 years ago

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? :)

VdkaShaker commented 6 years ago

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

schmittx commented 6 years ago

@appletech Review the customization instructions as @VdkaShaker mentioned.

If you continue to have problems, please re-open this issue or create a new one.