From b1918f69b808e104df297793d8ad5caf94f7228f Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Sat, 16 Feb 2019 11:25:20 -0600 Subject: [PATCH 1/4] Owlet documentation --- source/_components/owlet.markdown | 50 ++++++++++++++++++++++++ source/images/supported_brands/owlet.svg | 1 + 2 files changed, 51 insertions(+) create mode 100644 source/_components/owlet.markdown create mode 100644 source/images/supported_brands/owlet.svg diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown new file mode 100644 index 00000000000..b58d86e791e --- /dev/null +++ b/source/_components/owlet.markdown @@ -0,0 +1,50 @@ +--- +layout: page +title: "Owlet" +description: "Instructions on how to integrate Owlet baby monitor into Home Assistant." +date: 2019-01-19 +sidebar: true +comments: false +sharing: true +footer: true +logo: owlet.svg +ha_category: Health +ha_release: "0.89" +ha_iot_class: "Cloud Polling" +--- + +### {% linkable_title Configuration %} + +```yaml +# 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. +

+ +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. + diff --git a/source/images/supported_brands/owlet.svg b/source/images/supported_brands/owlet.svg new file mode 100644 index 00000000000..a14154fa005 --- /dev/null +++ b/source/images/supported_brands/owlet.svg @@ -0,0 +1 @@ + Page 1@3x Created with Sketch. \ No newline at end of file From be3c6d860119de8c993483107dcdd294f87e873f Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Sat, 16 Feb 2019 12:22:43 -0600 Subject: [PATCH 2/4] Document used platforms. --- source/_components/owlet.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown index b58d86e791e..d408c3da8a7 100644 --- a/source/_components/owlet.markdown +++ b/source/_components/owlet.markdown @@ -48,3 +48,12 @@ 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: + +#### Binary Sensors +- Base Station Status +- Motion + +#### Sensors +- Heart rate +- Oxygen level \ No newline at end of file From 6af7a774cdd0f37cb248d032fee7000319f6f70e Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Sat, 16 Feb 2019 16:14:47 -0600 Subject: [PATCH 3/4] Update categories. Move summary sentence. --- source/_components/owlet.markdown | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown index d408c3da8a7..cfd37e1b31a 100644 --- a/source/_components/owlet.markdown +++ b/source/_components/owlet.markdown @@ -8,11 +8,17 @@ comments: false sharing: true footer: true logo: owlet.svg -ha_category: Health +ha_category: + - Health + - Binary Sensor + - Sensor ha_release: "0.89" ha_iot_class: "Cloud Polling" --- +Owlet Care baby monitors check your baby's oxygen level and heart rate while +sleeping. + ### {% linkable_title Configuration %} ```yaml @@ -43,8 +49,7 @@ such as battery status updates and charging reminders. This component should no replace the Owlet app nor should it be used for life-critical notifications.

-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 +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. From 9731ee71c50229f3b932ef121c50702ec95d7637 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Feb 2019 09:45:51 +0100 Subject: [PATCH 4/4] 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