jfarmer08 / ha-sengledapi

Home Assistant Integration for Sengled Bulbs. This is a custom component to allow control of Sengled Bulbs in Homeassistant using the unofficial Sengled API. Please note this mimics the Sengled app and therefore Sengled may cut off access at anytime.
Apache License 2.0
106 stars 35 forks source link

Error when validating configuration #85

Open dschmidtadv opened 1 year ago

dschmidtadv commented 1 year ago

Describe the bug After adding configuration to configuration.yml I am receiving an error when validating configration in developer tools before restarting HA To Reproduce Steps to reproduce the behavior:

  1. add configuration to /config/configuration.yaml
  2. Click on 'Developer Tools'
  3. Click on "Check Configuration"
  4. Error Message: Integration error: sengledapi - Integration 'sengledapi' not found.

System configuration System: HA Version: SengledApi Version:

configuration.yaml


# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sengledapi:
  username: dietric@gmail.com
  password: xxxxxxxx
  country: us
  wifi: true

home-assistant.log