hhaim / hass

home assistant and appdaemon scripts and configuration file
41 stars 16 forks source link

Custom component tasmota stop working #21

Closed Igor-kr closed 3 years ago

Igor-kr commented 3 years ago

Hello, after upgrade HA to 117 version custom component tasmota stop working

2020-11-22 23:45:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for tasmota which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 23:45:21 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration tasmota: No module named 'custom_components.tasmota.config_flow'
2020-11-22 23:45:21 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration tasmota: No module named 'custom_components.tasmota.config_flow'

These are errors in the server log file.

Maybe due to the fact that they added integration

New Integrations

We welcome the following new integration this release:

    Advantage Air, added by @Bre77
    Gree, added by @cmroche
    Profiler, added by @bdraco
    Ruckus Unleashed, added by @gabe565
    Tasmota, added by @emontnemery
    Xbox, added by @hunterjm
hhaim commented 3 years ago

@Igor-kr thanks for reporting. There is a new tasmota component with a flow integration that making this issue. Try to change my component name e.g. tasmota1 or just remove the tasmota

Igor-kr commented 3 years ago

@Igor-kr thanks for reporting. There is a new tasmota component with a flow integration that making this issue. Try to change my component name e.g. tasmota1 or just remove the tasmota

Hello @hhaim thank you for the advice! Rename to tasmota1 everywhere , and now it`s working again. Thanks for the quick response!