rroller / dahua

Dahua Camera and Doorbell Home Assistant Integration
MIT License
405 stars 82 forks source link

Integration does not appear in the list of Integration in HA after adding a repository via HACS and reboot #103

Closed sapdemon closed 3 years ago

sapdemon commented 3 years ago

Version of the custom_component

The latest version of the Dahua custom component is installed - 0.9.24. Home Assistant 2021.9.6

Configuration

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Example configuration.yaml entry for Google Translate TTS service
tts:
  - platform: google_translate
    cache: true
    #cache_dir: /tmp/tts
    time_memory: 300
    #base_url: http://192.168.100.100:8123
    service_name: google_say

discovery:

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

homeassistant:
  packages: !include_dir_named packages
  internal_url: "http://192.168.100.100:8123"

logger:
  default: warning
  logs:
    custom_components.dahua: debug

cloud:

Add your logs here.

2021-10-13 22:17:33 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dmx which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-10-13 22:17:33 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration dahua which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-10-13 22:17:33 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-10-13 22:17:33 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-10-13 22:17:43 ERROR (MainThread) [snitun.client.client_peer] Challenge/Response error with SniTun server
2021-10-13 22:17:43 ERROR (MainThread) [hass_nabucasa.remote] Connection problem to snitun server
2021-10-13 22:18:35 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'click' when rendering '{{ value_json.click }}'
2021-10-13 22:18:36 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'click' when rendering '{{ value_json.click }}'

Describe the bug

After adding the Dahua component repository to Home Assistant via HACS and reboot it. I tried to add Integration via Configurations -> Integrations -> ADD INTERATIONS but there is no Dahua integration.

Debug log

was added to config - custom_components.dahua: debug but there is no errors full log after restart above

sapdemon commented 3 years ago

It was resolved after cache clearing in firefox