You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration broke since Home Assistant 2024.1.0.
Add here an argument minor_version=0 and it should be good to go.
Otherwise it throws TypeError: ConfigEntry.__init__() missing 1 required keyword-only argument: 'minor_version'
The text was updated successfully, but these errors were encountered:
homeassistant-vacuum-viomi/custom_components/xiaomi_viomi/vacuum.py
Line 58 in 47db17c
Integration broke since Home Assistant 2024.1.0.
Add here an argument
minor_version=0
and it should be good to go.Otherwise it throws
TypeError: ConfigEntry.__init__() missing 1 required keyword-only argument: 'minor_version'
The text was updated successfully, but these errors were encountered: