Bump python-hotspring to 2.0.1 (#180087)

Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
This commit is contained in:
Christophe Gagnier
2026-08-25 08:30:44 +02:00
committed by GitHub
co-authored by Moustachauve
parent 8ab386d5af
commit afa9cb03f7
4 changed files with 13 additions and 5 deletions
@@ -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*",
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,
}),
]),