Skip to content

Error when validating configuration #85

Description

@dschmidtadv

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions