mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Bump python-hotspring to 2.0.1 (#180087)
Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
This commit is contained in:
co-authored by
Moustachauve
parent
8ab386d5af
commit
afa9cb03f7
@@ -8,7 +8,7 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["hotspring"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["python-hotspring==1.3.0"],
|
||||
"requirements": ["python-hotspring==2.0.1"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"name": "watkins_spa*",
|
||||
|
||||
Generated
+1
-1
@@ -2707,7 +2707,7 @@ python-homeassistant-analytics==0.9.0
|
||||
python-homewizard-energy==10.2.0
|
||||
|
||||
# homeassistant.components.hotspring
|
||||
python-hotspring==1.3.0
|
||||
python-hotspring==2.0.1
|
||||
|
||||
# homeassistant.components.hp_ilo
|
||||
python-hpilo==4.4.3
|
||||
|
||||
@@ -117,7 +117,7 @@ def device_fixture() -> Spa:
|
||||
zone_id=1,
|
||||
is_enabled=True,
|
||||
is_on=False,
|
||||
color=LightColor.OFF,
|
||||
color=LightColor.BLUE,
|
||||
light_wheel=LightWheelMode.OFF,
|
||||
intensity=0,
|
||||
loop_speed=0,
|
||||
|
||||
@@ -102,9 +102,12 @@
|
||||
]),
|
||||
'light_zones': list([
|
||||
dict({
|
||||
'c_blue': 0,
|
||||
'c_green': 0,
|
||||
'c_red': 0,
|
||||
'color': dict({
|
||||
'__type': "<enum 'LightColor'>",
|
||||
'repr': "<LightColor.OFF: 'WHEEL_OFF'>",
|
||||
'repr': "<LightColor.BLUE: 'BLUE'>",
|
||||
}),
|
||||
'intensity': 0,
|
||||
'is_enabled': True,
|
||||
@@ -114,6 +117,7 @@
|
||||
'repr': "<LightWheelMode.OFF: 'off'>",
|
||||
}),
|
||||
'loop_speed': 0,
|
||||
'rgb_state': 'inactive',
|
||||
'zone_id': 1,
|
||||
}),
|
||||
]),
|
||||
@@ -266,9 +270,12 @@
|
||||
]),
|
||||
'light_zones': list([
|
||||
dict({
|
||||
'c_blue': 0,
|
||||
'c_green': 0,
|
||||
'c_red': 0,
|
||||
'color': dict({
|
||||
'__type': "<enum 'LightColor'>",
|
||||
'repr': "<LightColor.OFF: 'WHEEL_OFF'>",
|
||||
'repr': "<LightColor.BLUE: 'BLUE'>",
|
||||
}),
|
||||
'intensity': 0,
|
||||
'is_enabled': True,
|
||||
@@ -278,6 +285,7 @@
|
||||
'repr': "<LightWheelMode.OFF: 'off'>",
|
||||
}),
|
||||
'loop_speed': 0,
|
||||
'rgb_state': 'inactive',
|
||||
'zone_id': 1,
|
||||
}),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user