mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump hatasmota to 0.6.0 (#77560)
This commit is contained in:
parent
5bc2f37bf8
commit
d18097580e
@ -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"],
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user