home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

MQTT Discovery Light not being added to Homekit or Google Assistant #17776

Closed eximo84 closed 5 years ago

eximo84 commented 5 years ago

Home Assistant release with the issue: 0.80.3

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.): Docker, based on Debian

Component/platform: Homekit, Google Assistant, MQTT Discovery

Description of problem:

MQTT light is a WS2812 connected to a nodemcu, the setup has been created with esphomeyaml using the fastled component. The light registers into Home Assistant just fine and can be adjusted without any problems however the light doesnt present itself to HomeKit or Google Assistant despite being exposed in the configuration.yaml

Light i am having issues with is called kitchen_lightstrip, i have attempted to disable autostart on HomeKit and then delay the start after HASS has started by 5 and 10 minutes but still the light doesnt appear.

I have relinked my Google Account with HASS and the light isnt exposed.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):


homekit:
  auto_start: False
  filter:
    include_domains:
      - switch
      - remote
      - input_boolean
      - script
    include_entities:
      - light.kitchen_striplight
      - sensor.dining_room_temperature
      - sensor.dining_room_humidity
      - sensor.nodemcu_temperature
      - sensor.nodemcu_humidity
      - light.color_temperature_light_1
    exclude_entities:
      - input_boolean.1_notification_test_input
      - input_boolean.2_notification_test_input
      - input_boolean.gamingpc_online
      - input_boolean.switch_1_timer_input
      - input_boolean.switch_2_timer_input
      - input_boolean.test_input
      - switch.office_light_flux

google_assistant:
  project_id: homeassistant-integratio-e4236
  api_key: !secret google_assistant_api_key
  exposed_domains:
    - switch
    - scene
    - input_boolean
  entity_config:
    light.kitchen_striplight:
      name: KITCHEN_STRIPLIGHT
      room: KITCHEN

Traceback (if applicable):

No errors logged from what i can see.

Additional information:

fabaff commented 5 years ago

This is the bug/issue tracker for Home Assistant. Please use the forum for questions about installation, setup, configuration and usage.

If it's a bug, please re-open the issue.

eximo84 commented 5 years ago

Similar issue here https://github.com/home-assistant/home-assistant/issues/13472

eximo84 commented 5 years ago

non issue sorry