1.4 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners
title description logo ha_category ha_release ha_iot_class ha_codeowners
Owlet Instructions on how to integrate Owlet baby monitor into Home Assistant. owlet.svg
Health
Binary Sensor
Sensor
0.89 Cloud Polling
@oblogic7

Owlet Care baby monitors check your baby's oxygen level and heart rate while sleeping.

Configuring this integration will enable tracking of heart rate, oxygen level, motion and base station connection status. Battery status is available as an attribute on oxygen and heart rate sensors.

This integration enables the following platforms automatically:

Binary Sensors

  • Base Station Status
  • Motion

Sensors

  • Heart rate
  • Oxygen level

Configuration

# Example configuration.yaml entry
owlet:
  username: OWLET_USER
  password: OWLET_PASSWORD

{% configuration %} username: description: Your Owlet account user ID. required: true type: string password: description: Your Owlet account password. required: true type: string name: description: Custom name for your Owlet device. required: false type: string {% endconfiguration %}

The intended purpose of this integration is to enable data logging and automations such as battery status updates and charging reminders. This integration should not replace the Owlet app nor should it be used for life-critical notifications.