diff --git a/homeassistant/components/tasmota/manifest.json b/homeassistant/components/tasmota/manifest.json index 2e0d8af23383..6c2d7ee271b0 100644 --- a/homeassistant/components/tasmota/manifest.json +++ b/homeassistant/components/tasmota/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_push", "loggers": ["hatasmota"], "mqtt": ["tasmota/discovery/#"], - "requirements": ["HATasmota==0.10.0"] + "requirements": ["HATasmota==0.10.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index ce79f3e56378..1e2e6b6ab19f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ DoorBirdPy==3.0.8 HAP-python==5.0.0 # homeassistant.components.tasmota -HATasmota==0.10.0 +HATasmota==0.10.1 # homeassistant.components.mastodon Mastodon.py==2.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 459bd8599fd8..e43fe92cf255 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -19,7 +19,7 @@ DoorBirdPy==3.0.8 HAP-python==5.0.0 # homeassistant.components.tasmota -HATasmota==0.10.0 +HATasmota==0.10.1 # homeassistant.components.mastodon Mastodon.py==2.1.2