Douglas
Douglas
> ```yaml > # Enable Home Assistant API > api: > password: "" > ``` > ```yaml > ota: > password: "" > ``` Have you tried removing `password` from...
It seems better to me if the visualization included the hours independent if zero, in which case it would be 00:19:38.
> **Describe the bug** > Smart Life Tuya Vacuum always shows cleaning state. It doesn't update the device real state and doesn't work. The buttons are clickable but the vacuum...
> I just tried the new code and it still doesn't work for me. Same behavior. The buttons can be clicked, but the vacuum cleaner does nothing. > > The...
> @dougiteixeira I sure will try. I'm assuming just delete the integration from Home Assistant and readd it? You must replace the `config/custom_components/tuya_v2/` files with the master branch files.
> I replaced the tuya_v2 folder with the updated folder from v1.5.0 You must replace the `config/custom_components/tuya_v2/` files with the master branch files from this repository, not from version v1.5.0....
@DiGiSoUL84 > do I only replace the vacuum.py file? Yes, just the vacuum.py file would do it. > didnt work Can you send your robot vacuum Standard Status Set in...
> power Boolean "{true,false}" > mode Enum { "range": [ "random", "smart", "wall_follow", "chargego" ] } > power_go Boolean "{true,false}" > seek Boolean "{true,false}" Without the status code it won't...
> @dougiteixeira `aioesphomeapi` `v22.1.0` has been released. Please update the manifest and regenerate the requirements files. Ready!
Coverage test failure unrelated to the changes in this PR: ``` homeassistant/components/analytics_insights/__init__.py Added lines #L37 - L38 were not covered by tests homeassistant/components/blackbird/media_player.py Added line #L95 was not covered by...