mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Bump hatasmota to 0.6.0 (#77560)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user