From 9731ee71c50229f3b932ef121c50702ec95d7637 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Feb 2019 09:45:51 +0100 Subject: [PATCH] Move details up --- source/_components/owlet.markdown | 35 ++++++++++++++----------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown index cfd37e1b31a..b2f4dd3d4f8 100644 --- a/source/_components/owlet.markdown +++ b/source/_components/owlet.markdown @@ -16,8 +16,21 @@ ha_release: "0.89" ha_iot_class: "Cloud Polling" --- -Owlet Care baby monitors check your baby's oxygen level and heart rate while -sleeping. +[Owlet Care](https://owletcare.com/) 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 %} @@ -44,21 +57,5 @@ name: {% 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. +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.

- -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: - -#### Binary Sensors -- Base Station Status -- Motion - -#### Sensors -- Heart rate -- Oxygen level \ No newline at end of file