Adi146 / home-assistant-kubernetes

Home Assistant Custom Component for monitoring Kubernetes Clusters
2 stars 4 forks source link

Manual install: Config flow could not be loaded: {"message":"Invalid handler specified"} error #5

Open DanielHouston opened 1 year ago

DanielHouston commented 1 year ago

Hey, look like this integration currently doesn't work for me on Home Assistant 2023.1.7 w/ Frontend 20230110.0. Adding the integration presents:

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

HA logger suggests an issue in config_flow.py:

Error occurred loading configuration flow for integration kubernetes: No module named 'kubernetes_asyncio'

DanielHouston commented 1 year ago

Looks like this is caused by the missing python module kubernetes_asyncio in the home assistant host (in my case, a container) Don't know if this can be packaged and installed with the integration, but if not; the fix is to pip install kubernetes_asyncio