From 37339b0af1849bf1ac5e2625809c3c4b3352b560 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Sun, 16 Mar 2025 12:17:31 -0400 Subject: [PATCH] Add select entity for Snoo (#37987) --- source/_integrations/snoo.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_integrations/snoo.markdown b/source/_integrations/snoo.markdown index 1576236f115..68b519f491b 100644 --- a/source/_integrations/snoo.markdown +++ b/source/_integrations/snoo.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Snoo into Home Assistant ha_category: - Binary Sensor - Sensor + - Select ha_iot_class: Cloud Push ha_release: 2025.3 ha_config_flow: true @@ -13,6 +14,7 @@ ha_domain: snoo ha_platforms: - binary_sensor - sensor + - select ha_integration_type: integration ha_quality_scale: bronze --- @@ -48,6 +50,19 @@ The Snoo can have one of 8 states ## 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. +## 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 {% include integrations/remove_device_service.md %}