diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index 6cfe3e27ef3..2b7c59ea742 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -75,6 +75,7 @@ "Pushbullet", "Schoutsen", "SmartThings", + "SNOOZ", "statestream", "templating", "timedelta", diff --git a/source/_integrations/snooz.markdown b/source/_integrations/snooz.markdown new file mode 100644 index 00000000000..e1b32ee68de --- /dev/null +++ b/source/_integrations/snooz.markdown @@ -0,0 +1,51 @@ +--- +title: SNOOZ +description: Instructions on how to integrate SNOOZ devices into Home Assistant. +ha_category: + - Fan +ha_bluetooth: true +ha_release: "2022.11" +ha_iot_class: Local Push +ha_codeowners: + - '@AustinBrunkhorst' +ha_domain: snooz +ha_config_flow: true +ha_platforms: + - fan +ha_integration_type: integration +--- + +Integrates [SNOOZ](https://getsnooz.com/) devices into Home Assistant. + +{% include integrations/config_flow.md %} + +The SNOOZ integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +## Supported devices + +- [SNOOZ White Noise Machine](https://getsnooz.com/products/snooz-white-noise-machine) + +## Setup + +Once a device is discovered, it needs to be put into pairing mode to complete setup. + +### Entering pairing mode + +1. Ensure the device is not connected to a mobile app or any other Bluetooth controller. +2. Hold your finger on the power button until all buttons begin pulsing on and off (~ 5 seconds). + +

+ Top down view of a SNOOZ White Noise Machine, highlighting the power button. +

+ +## Platforms + +### Fan + +Devices are exposed as Fan entities with a persistent connection to the device. + +Fan speed percentage is mapped to the device volume level. + +
+Speed percentages less than 10 have no effect - they all map to a value of 1 on the device. +
diff --git a/source/images/integrations/snooz/pairing_mode.jpg b/source/images/integrations/snooz/pairing_mode.jpg new file mode 100644 index 00000000000..d8a48df7680 Binary files /dev/null and b/source/images/integrations/snooz/pairing_mode.jpg differ