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 Message Config flow could not be loaded: {"message":"Invalid handler specified"} #5

Open
chrislam101 opened this issue Jan 15, 2024 · 5 comments

Comments

@chrislam101
Copy link

Config flow could not be loaded: {"message":"Invalid handler specified"}

@thematrixdev
Copy link
Owner

May you post your configuration? Remember to remove sensitive information please.

@chrislam101
Copy link
Author

Thanks for reply

Below was my config

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.18.0/24

sensor:

  • platform: clp
    name: 'CLP' # whatever name you like
    username: 'xxx.com' # CLP web site username
    password: 'xxx' # CLP web site password
    timeout: 30 # connection timeout in second
    type: 'DAILY' # type of data to be shown in state

@thematrixdev
Copy link
Owner

@chrislam101 Hello there. Please quote the configuration with a set of ```

like this

Since YAML depends on indentation.

@hongkongkiwi
Copy link

Same issue here, just installed via HASC, and added from the UI and same error:

{"message":"Invalid handler specified"}

Just this in configuration.yaml

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

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

@hongkongkiwi
Copy link

In the logs it shows:

Logger: homeassistant.config_entries
Source: config_entries.py:2664
First occurred: 6:49:34 PM (3 occurrences)
Last logged: 6:58:44 PM
Error occurred loading flow for integration clp: No module named custom_components.clp.config_flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants