
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.4 KiB
title, description, logo, ha_category, ha_release, ha_iot_class
title | description | logo | ha_category | ha_release | ha_iot_class | |||
---|---|---|---|---|---|---|---|---|
Owlet | Instructions on how to integrate Owlet baby monitor into Home Assistant. | owlet.svg |
|
0.89 | Cloud Polling |
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.