problem publishing switches on Homekit bridge
pilot1981 opened this issue · 2 comments
pilot1981 commented
Hi,
I removed media player from my Homekit bridge integration.
this is my old configuration:
- name : HASSIO Bridge Sync Box
port: 21065
mode: accessory
filter:
include_entities:
- media_player.sync_box_2
entity_config:
media_player.sync_box_2:
feature_list:
- feature: on_off
- feature: play_stop
I changed it in this new configuration:
- name : HASSIO Bridge Sync Box
port: 21065
mode: accessory
filter:
include_entities:
- switch.sync_box_power
- switch.sync_box_light_sync
but I see only switch.sync_box_power in Homekit...
why I can't see also switch.sync_box_light_sync?
EDIT: Fix yaml formatting
mvdwetering commented
FYI if you put ``` before and after the yaml the formatting will be kept. I edited your post to fix that.
I don't know the Homekit bridge integration, but at first glance it all looks logical. Did you already try to only put in the light_sync one and see what then happens?
mvdwetering commented
I am cleaning up old issues. If this is still an issue please re-open it or submit a new one.