Add select entity for Snoo (#37987)

This commit is contained in:
Luke Lashley 2025-03-16 12:17:31 -04:00 committed by GitHub
parent 8ec4cd95b8
commit 37339b0af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate Snoo into Home Assistant
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Sensor - Sensor
- Select
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
ha_release: 2025.3 ha_release: 2025.3
ha_config_flow: true ha_config_flow: true
@ -13,6 +14,7 @@ ha_domain: snoo
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- sensor - sensor
- select
ha_integration_type: integration ha_integration_type: integration
ha_quality_scale: bronze ha_quality_scale: bronze
--- ---
@ -48,6 +50,19 @@ The Snoo can have one of 8 states
## Time left ## Time left
This describes how long until the Snoo will change levels or it is Unknown if it is not currently planning to change levels. This describes how long until the Snoo will change levels or it is Unknown if it is not currently planning to change levels.
## Select
### Intensity
This allows you to set the soothing level of your Snoo.
1. Baseline - This is the basic state the snoo starts with. It has not detected the need to do any further soothing.
2. Level 1 - This is the lowest level of soothing.
3. Level 2
4. Level 3
5. Level 4
6. Stop - The snoo is no longer running.
## Removing the integration ## Removing the integration
{% include integrations/remove_device_service.md %} {% include integrations/remove_device_service.md %}