2019-03-10 04:45:59 -07:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Owlet Instructions on how to integrate Owlet baby monitor into Home Assistant. 2019-01-19 true false true true owlet.svg
Health
Binary Sensor
Sensor
0.89 Cloud Polling

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

Configuring this component 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 component enables the following platforms automatically:

{% linkable_title Binary Sensors %}

  • Base Station Status
  • Motion

{% linkable_title Sensors %}

  • Heart rate
  • Oxygen level

{% linkable_title 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 component is to enable data logging and automations such as battery status updates and charging reminders. This component should not replace the Owlet app nor should it be used for life-critical notifications.