Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

AustinBrunkhorst/snooz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Snooz is now available as a core integration in Home Assistant 2022.11+. This custom component will no longer be maintained.

Home Assistant + SNOOZ

Custom Home Assistant component for SNOOZ white noise sound machine.

Installation

Requirements

HACS

  1. Add https://github.com/AustinBrunkhorst/snooz as a custom repository.
    • Alternatively copy custom_components/snooz/* to custom_components/snooz in your Home Assistant configuration directory.
  2. Ensure your SNOOZ device is within range of your Home Assistant host hardware.
  3. Add the SNOOZ integration in Settings > Devices & Services
  4. Select a device to setup
  5. Enter the device in pairing mode to complete the setup

New to HACS? Learn more

Gift a coffee

Fan

SNOOZ devices are exposed as fan entities and support the following services:

  • fan.turn_on
  • fan.turn_off
  • fan.set_percentage

Sensor

sensor.connection_status

The bluetooth connection status of the device.

  • connected
  • disconnected
  • connecting

sensor.signal_strength

The bluetooth RSSI signal strength of the device.

Services

snooz.turn_on

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

snooz.turn_off

Power off the device. Optionally transition the volume over time.

duration optional Duration in seconds to transition to the new volume

snooz.disconnect

Terminate any connections to this device.

Troubleshooting

How do I enter pairing mode?

  1. Unplug SNOOZ and let sit for 5 seconds.
  2. Plug SNOOZ back in.
  3. Confirm no other phones are trying to connect to the device.
  4. 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.

⚠ Disclaimer ⚠

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.