ITSpecialist111 / ai_automation_suggester

This custom Home Assistant integration periodically scans entities, detects new devices, and uses AI (via OpenAI's API) to suggest automations. It provides a user-friendly interface for accepting or rejecting automations, with placeholder entity mapping for privacy. This aims to enhance smart home automation via AI to identify new automations.
MIT License
7 stars 0 forks source link

Error Invalid handler specified #1

Closed tjorim closed 2 days ago

tjorim commented 2 days ago

Downloaded through HACS and restarted HA. When trying to set it up I get the following pop-up:

Error
Config flow could not be loaded: {"message":"Invalid handler specified"}
ITSpecialist111 commented 2 days ago

Thank you for raising. Issue was to do a domain name change in the const.py from "ai_suggester" to "ai_automation_suggester". Please uninstall from Hacs and redownload this has been updated in Github

ITSpecialist111 commented 2 days ago

After submitting V1.0 through the HACS checks today and updating the naming convention, the Domain changes within the Const.py also needed to be changed as referenced in the code. Code Updated Accordly.

tjorim commented 2 days ago

FYI, there was no new release so nothing to update in HACS. I made the changes locally and getting another error. Thanks for the help!