Bump Python-Snoo to 0.6.5 (#141599)

* Bump Python-Snoo to 0.6.5

* add to event_types
This commit is contained in:
Luke Lashley 2025-03-27 16:56:11 -04:00 committed by GitHub
parent ea0c4a7263
commit 4ff5a04a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

View File

@ -31,6 +31,7 @@ async def async_setup_entry(
"power",
"status_requested",
"sticky_white_noise_updated",
"config_change",
],
),
)

View File

@ -7,5 +7,5 @@
"iot_class": "cloud_push",
"loggers": ["snoo"],
"quality_scale": "bronze",
"requirements": ["python-snoo==0.6.4"]
"requirements": ["python-snoo==0.6.5"]
}

View File

@ -55,7 +55,8 @@
"activity": "Activity press",
"power": "Power button pressed",
"status_requested": "Status requested",
"sticky_white_noise_updated": "Sleepytime sounds updated"
"sticky_white_noise_updated": "Sleepytime sounds updated",
"config_change": "Config changed"
}
}
}

2
requirements_all.txt generated
View File

@ -2476,7 +2476,7 @@ python-roborock==2.16.1
python-smarttub==0.0.39
# homeassistant.components.snoo
python-snoo==0.6.4
python-snoo==0.6.5
# homeassistant.components.songpal
python-songpal==0.16.2

View File

@ -2007,7 +2007,7 @@ python-roborock==2.16.1
python-smarttub==0.0.39
# homeassistant.components.snoo
python-snoo==0.6.4
python-snoo==0.6.5
# homeassistant.components.songpal
python-songpal==0.16.2