rainepretorius / olarm-ha-integration

Integration for Olarm devices created by a BSC(Computer Science and Mathematics) student.
https://raine.pretoriusse.net
BSD 2-Clause "Simplified" License
30 stars 13 forks source link

[Bug]: Config flow could not be loaded #104

Closed ChuckNozzle closed 7 months ago

ChuckNozzle commented 7 months ago

What happened?

On installation I get the following message:

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

Version

2.2.9

Relevant log output form Home Assistant

ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration olarm_sensors: No module named 'olarm_api_rainepretorius'

Downloaded integration debug logs.

Logger: homeassistant.config_entries
Source: config_entries.py:2444
First occurred: 15:00:44 (3 occurrences)
Last logged: 15:01:59

Error occurred loading flow for integration olarm_sensors: No module named 'olarm_api_rainepretorius'
ChuckNozzle commented 7 months ago

I found the issue.

Changed olarm_api_rainepretorius in config_flog.py to .olarm_api.

Pull request submitted.