mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add snooz integration (#24181)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
1d0c91478d
commit
61bdd45330
1
.vscode/cSpell.json
vendored
1
.vscode/cSpell.json
vendored
@ -75,6 +75,7 @@
|
||||
"Pushbullet",
|
||||
"Schoutsen",
|
||||
"SmartThings",
|
||||
"SNOOZ",
|
||||
"statestream",
|
||||
"templating",
|
||||
"timedelta",
|
||||
|
51
source/_integrations/snooz.markdown
Normal file
51
source/_integrations/snooz.markdown
Normal file
@ -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).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/integrations/snooz/pairing_mode.jpg' alt='Top down view of a SNOOZ White Noise Machine, highlighting the power button.'>
|
||||
</p>
|
||||
|
||||
## 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.
|
||||
|
||||
<div class='note'>
|
||||
Speed percentages less than 10 have no effect - they all map to a value of 1 on the device.
|
||||
</div>
|
BIN
source/images/integrations/snooz/pairing_mode.jpg
Normal file
BIN
source/images/integrations/snooz/pairing_mode.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Loading…
x
Reference in New Issue
Block a user