Note Snooz is now available as a core integration in Home Assistant 2022.11+. This custom component will no longer be maintained.
Custom Home Assistant component for SNOOZ white noise sound machine.
- Home Assistant 2022.8+
- Bluetooth Component
- Add
https://github.com/AustinBrunkhorst/snooz
as a custom repository.- Alternatively copy
custom_components/snooz/*
tocustom_components/snooz
in your Home Assistant configuration directory.
- Alternatively copy
- Ensure your SNOOZ device is within range of your Home Assistant host hardware.
- Add the SNOOZ integration in Settings > Devices & Services
- Select a device to setup
- Enter the device in pairing mode to complete the setup
New to HACS? Learn more
SNOOZ devices are exposed as fan entities and support the following services:
fan.turn_on
fan.turn_off
fan.set_percentage
The bluetooth connection status of the device.
- connected
- disconnected
- connecting
The bluetooth RSSI signal strength of the device.
Power on the device. Optionally transition the volume over time.
volume | optional | Volume to set before turning on |
duration | optional | Duration in seconds to transition to the new volume |
Power off the device. Optionally transition the volume over time.
duration | optional | Duration in seconds to transition to the new volume |
Terminate any connections to this device.
How do I enter pairing mode?
- Unplug SNOOZ and let sit for 5 seconds.
- Plug SNOOZ back in.
- Confirm no other phones are trying to connect to the device.
- With one finger, press and hold the power button on SNOOZ. Release when the lights start blinking (approximately 5 seconds).
My device isn't discovered on the integration setup
Make sure the SNOOZ device is in pairing mode and within Bluetooth range of the host device running Home Assistant.
Can I use the SNOOZ mobile app when the device is connected to Home Assistant?
No. This is a limitation with the SNOOZ device supporting only 1 simultaneous connection.
This integration is in no way affiliated with SNOOZ. SNOOZ does not offer support for this integration, as it was built by reverse engineering communication with SNOOZ's mobile app.