thematrixdev / home-assistant-clp

CLP bill and usage-data for Home Assistant
16 stars 0 forks source link

Error Message Config flow could not be loaded: {"message":"Invalid handler specified"} #5

Open chrislam101 opened 8 months ago

chrislam101 commented 8 months ago

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

thematrixdev commented 8 months ago

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

chrislam101 commented 8 months ago

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:

sensor:

thematrixdev commented 8 months ago

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

like this

Since YAML depends on indentation.

hongkongkiwi commented 4 months ago

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 commented 4 months ago

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