Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when validating configuration #85

Open
dschmidtadv opened this issue Feb 3, 2023 · 2 comments
Open

Error when validating configuration #85

dschmidtadv opened this issue Feb 3, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dschmidtadv
Copy link

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: [email protected]
  password: xxxxxxxx
  country: us
  wifi: true

home-assistant.log

@dschmidtadv dschmidtadv added the bug Something isn't working label Feb 3, 2023
@Valdorama
Copy link

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)?

@grantkendrick
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants