diff --git a/homeassistant/components/tasmota/manifest.json b/homeassistant/components/tasmota/manifest.json index 20e21003019..b81b9bf6f7d 100644 --- a/homeassistant/components/tasmota/manifest.json +++ b/homeassistant/components/tasmota/manifest.json @@ -3,7 +3,7 @@ "name": "Tasmota (beta)", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tasmota", - "requirements": ["hatasmota==0.0.11"], + "requirements": ["hatasmota==0.0.13"], "dependencies": ["mqtt"], "mqtt": ["tasmota/discovery/#"], "codeowners": ["@emontnemery"] diff --git a/requirements_all.txt b/requirements_all.txt index 7e392fd004c..45e7aacfd38 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -729,7 +729,7 @@ hass-nabucasa==0.37.0 hass_splunk==0.1.1 # homeassistant.components.tasmota -hatasmota==0.0.11 +hatasmota==0.0.13 # homeassistant.components.jewish_calendar hdate==0.9.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b3cbdf548bb..6194b229394 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -361,7 +361,7 @@ hangups==0.4.11 hass-nabucasa==0.37.0 # homeassistant.components.tasmota -hatasmota==0.0.11 +hatasmota==0.0.13 # homeassistant.components.jewish_calendar hdate==0.9.5 diff --git a/tests/components/tasmota/test_common.py b/tests/components/tasmota/test_common.py index c246699dab5..ccd87b2e434 100644 --- a/tests/components/tasmota/test_common.py +++ b/tests/components/tasmota/test_common.py @@ -50,7 +50,9 @@ DEFAULT_CONFIG = { "68": 0, # Multi-channel PWM instead of a single light "73": 0, # Enable Buttons decoupling and send multi-press and hold MQTT messages "80": 0, # Blinds and shutters support + "82": 0, # Reduce the CT range from 153..500 to 200.380 }, + "ty": 0, # Tuya MCU "lt_st": 0, "ver": 1, }