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.
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:
add configuration to /config/configuration.yaml
Click on 'Developer Tools'
Click on "Check Configuration"
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
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:
System configuration System: HA Version: SengledApi Version:
configuration.yaml
home-assistant.log