You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 speechtts:
- platform: google_translateautomation: !include automations.yamlscript: !include scripts.yamlscene: !include scenes.yamlsengledapi:
username: [email protected]password: xxxxxxxxcountry: uswifi: true
home-assistant.log
The text was updated successfully, but these errors were encountered:
Have you definitely added the sengledapi integration as a custom repository in HACS? Is it listed when you go to HACS -> Integrations -> Custom repositories (from the '...' menu in the top right corner)?
i had an issue where i added it and had a : at the end of my password which tripped it up. i changed my password. Then got a second error.... i deleted the "yaml" in the scenes.yaml line above it... Make sure you didnt. file editor add on highlights the "yaml" when cursor is moved next to it. so that can be an easy mistake. everything worked after that. also added a line between? not sure that did anything
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
The text was updated successfully, but these errors were encountered: