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.91k stars 30.13k forks source link

Unavoidable notifications prompt with homekit now moved to zeroconfig #24863

Closed dasb00ter closed 5 years ago

dasb00ter commented 5 years ago

Home Assistant release with the issue:

Home Assistant 0.95.4 **Last working Home Assistant release (if known):** 0.93.0 but unsure **Operating environment (Hass.io/Docker/Windows/etc.):** Hass.io **Component/platform:**

https://www.home-assistant.io/components/discovery/ https://www.home-assistant.io/components/zeroconf/ https://www.home-assistant.io/components/homekit/

Description of problem: After this recent pull request https://github.com/home-assistant/home-assistant/pull/24042#issuecomment-506981140 it seems that notifications now appear for homekit integrations that may be unnecessary and cannot be turned off. As an example with the Hassio post 0.95 I now receive a notification for

HomeKit Accessory: Nanoleaf Light Panels redacted

HomeKit Accessory: Nanoleaf Light Panels redacted

HomeKit Accessory: Nanoleaf Light Panels redacted

HomeKit Accessory: Nanoleaf Light Panels redacted

These lights have been added to my hassio system for quite along time already

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

`# Discover some devices automatically
discovery:
  ignore:
    - igd
    - belkin_wemo
    - netgear_router
`

`  - platform: nanoleaf
    host: 192.168.1.#
    token: !secret nanoleaf_1token
    name: Aurora1
  - platform: nanoleaf
    host: 192.168.1.#
    token: !secret nanoleaf_2token
    name: Aurora2
  - platform: nanoleaf
    host: 192.168.1.#
    token: !secret nanoleaf_3token
    name: Aurora3
  - platform: nanoleaf
    host: 192.168.1.#
    token: !secret nanoleaf_4token
    name: Aurora4
`
my light config files are broken out

Traceback (if applicable):

Additional information: Growing pains but low on the list of issues but still I thought I would document

Jc2k commented 5 years ago

This is a dupe of #24648

See also https://github.com/home-assistant/architecture/issues/250.