Bump hatasmota to 0.6.0 (#77560)

This commit is contained in:
Erik Montnemery 2022-08-31 14:23:57 +02:00 committed by GitHub
parent 5bc2f37bf8
commit d18097580e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
"name": "Tasmota",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tasmota",
"requirements": ["hatasmota==0.5.1"],
"requirements": ["hatasmota==0.6.0"],
"dependencies": ["mqtt"],
"mqtt": ["tasmota/discovery/#"],
"codeowners": ["@emontnemery"],

View File

@ -821,7 +821,7 @@ hass-nabucasa==0.55.0
hass_splunk==0.1.1
# homeassistant.components.tasmota
hatasmota==0.5.1
hatasmota==0.6.0
# homeassistant.components.jewish_calendar
hdate==0.10.4

View File

@ -607,7 +607,7 @@ hangups==0.4.18
hass-nabucasa==0.55.0
# homeassistant.components.tasmota
hatasmota==0.5.1
hatasmota==0.6.0
# homeassistant.components.jewish_calendar
hdate==0.10.4

View File

@ -182,7 +182,7 @@ async def test_attributes_rgb(hass, mqtt_mock, setup_tasmota):
state = hass.states.get("light.test")
assert state.attributes.get("effect_list") == [
"None",
"Solid",
"Wake up",
"Cycle up",
"Cycle down",
@ -217,7 +217,7 @@ async def test_attributes_rgbw(hass, mqtt_mock, setup_tasmota):
state = hass.states.get("light.test")
assert state.attributes.get("effect_list") == [
"None",
"Solid",
"Wake up",
"Cycle up",
"Cycle down",
@ -252,7 +252,7 @@ async def test_attributes_rgbww(hass, mqtt_mock, setup_tasmota):
state = hass.states.get("light.test")
assert state.attributes.get("effect_list") == [
"None",
"Solid",
"Wake up",
"Cycle up",
"Cycle down",
@ -288,7 +288,7 @@ async def test_attributes_rgbww_reduced(hass, mqtt_mock, setup_tasmota):
state = hass.states.get("light.test")
assert state.attributes.get("effect_list") == [
"None",
"Solid",
"Wake up",
"Cycle up",
"Cycle down",