diff --git a/CODEOWNERS b/CODEOWNERS index 81f5c90ef38..c03eef60b5d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -237,7 +237,6 @@ source/_integrations/openuv.markdown @bachya source/_integrations/openweathermap.markdown @fabaff source/_integrations/orangepi_gpio.markdown @pascallj source/_integrations/oru.markdown @bvlaicu -source/_integrations/owlet.markdown @oblogic7 source/_integrations/panel_custom.markdown @home-assistant/frontend source/_integrations/panel_iframe.markdown @home-assistant/frontend source/_integrations/pcal9535a.markdown @Shulyaka diff --git a/source/_integrations/owlet.markdown b/source/_integrations/owlet.markdown deleted file mode 100644 index ed2343c6557..00000000000 --- a/source/_integrations/owlet.markdown +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: Owlet -description: Instructions on how to integrate Owlet baby monitor into Home Assistant. -logo: owlet.svg -ha_category: - - Health - - Binary Sensor - - Sensor -ha_release: 0.89 -ha_iot_class: Cloud Polling -ha_codeowners: - - '@oblogic7' ---- - -[Owlet Care](https://owletcare.com/) 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 - -```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 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. -

diff --git a/source/_posts/2019-03-13-release-89.markdown b/source/_posts/2019-03-13-release-89.markdown index 9999d3ed86b..accd13f049a 100644 --- a/source/_posts/2019-03-13-release-89.markdown +++ b/source/_posts/2019-03-13-release-89.markdown @@ -39,7 +39,7 @@ __Existing SmartThings configuration entries will be removed,__ including the Sm - Rewrite of Toon component ([@frenck] - [#21186]) ([toon docs]) (breaking change) (new-platform) - Times of The Day Binary Sensor ([@kstaniek] - [#20068]) ([binary_sensor.tod docs]) (new-platform) - Add switch platform for Danfoss Air and additional sensors. ([@JonasPed] - [#21046]) ([danfoss_air docs]) (new-platform) -- Owlet baby monitor component ([@oblogic7] - [#21108]) ([owlet docs]) (new-platform) +- Owlet baby monitor component ([@oblogic7] - [#21108]) (new-platform) - deCONZ thermostat support ([@Kane610] - [#20586]) ([deconz docs]) (new-platform) - Added device tracker support for Ubee Router ([@mzdrale] - [#19586]) ([device_tracker docs]) (new-platform) - Add LCN cover platform ([@alengwenus] - [#20288]) ([lcn docs]) ([cover.lcn docs]) (new-platform) @@ -185,8 +185,8 @@ Experiencing issues introduced by this release? Please report them in our [issue - Config Entry migrations ([@andrewsayre] - [#20888]) - Refactor http CachingStaticResource ([@awarecan] - [#21062]) ([http docs]) - Add index parameter to scrape sensor ([@davidbb] - [#21084]) ([sensor.scrape docs]) -- Owlet baby monitor component ([@oblogic7] - [#21108]) ([owlet docs]) (new-platform) -- Order imports ([@fabaff] - [#21117]) ([owlet docs]) +- Owlet baby monitor component ([@oblogic7] - [#21108]) (new-platform) +- Order imports ([@fabaff] - [#21117]) - Add Groups to Homematic IP ([@SukramJ] - [#21076]) ([homematicip_cloud docs]) - Remove outdated url pattern match support for static file hosting ([@awarecan] - [#21109]) ([http docs]) - Upgrade pytest to 4.2.1 ([@scop] - [#21112]) @@ -668,7 +668,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [netatmo docs]: /integrations/netatmo/ [nissan_leaf docs]: /integrations/nissan_leaf/ [notify docs]: /integrations/notify/ -[owlet docs]: /integrations/owlet/ [person docs]: /integrations/person/ [point docs]: /integrations/point/ [prometheus docs]: /integrations/prometheus/ diff --git a/source/_posts/2019-10-10-release-100.markdown b/source/_posts/2019-10-10-release-100.markdown index 8ff99288b0f..db1274b4df0 100644 --- a/source/_posts/2019-10-10-release-100.markdown +++ b/source/_posts/2019-10-10-release-100.markdown @@ -455,7 +455,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add more ebusd Vaillant "bai" sensors ([@sashao] - [#26750]) ([ebusd docs]) - Add xbox live custom update interval ([@MartinHjelmare] - [#26939]) ([xbox_live docs]) - Guard against non supported entities ([@balloob] - [#26941]) ([alexa docs]) -- Bump pyowlet to 1.0.3 ([@jaburges] - [#26892]) ([owlet docs]) +- Bump pyowlet to 1.0.3 ([@jaburges] - [#26892]) - Revert Nest HVAC mode when disabling Eco mode ([@joe248] - [#26934]) ([nest docs]) - Fix ecobee integration ([@marthoc] - [#26951]) ([ecobee docs]) - Add CO2 level reading for Kaiterra integration ([@Michsior14] - [#26935]) ([kaiterra docs]) @@ -955,7 +955,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [opentherm_gw docs]: /integrations/opentherm_gw/ [openuv docs]: /integrations/openuv/ [otp docs]: /integrations/otp/ -[owlet docs]: /integrations/owlet/ [persistent_notification docs]: /integrations/persistent_notification/ [pi_hole docs]: /integrations/pi_hole/ [plex docs]: /integrations/plex/ diff --git a/source/_posts/2019-12-11-release-103.markdown b/source/_posts/2019-12-11-release-103.markdown index 38d2d48b03a..165de45a94b 100644 --- a/source/_posts/2019-12-11-release-103.markdown +++ b/source/_posts/2019-12-11-release-103.markdown @@ -738,7 +738,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Move imports to top for pencom ([@springstan] - [#29348]) ([pencom docs]) - Include telegram_bot message id for all messages ([@luca-angemi] - [#29315]) ([telegram_bot docs]) - Ignore state of climate entities in prometheus ([@springstan] - [#29346]) ([prometheus docs]) -- Move imports to top for owlet ([@springstan] - [#29352]) ([owlet docs]) +- Move imports to top for owlet ([@springstan] - [#29352]) - Rendering complex template objects to leave non-template values alone ([@balloob] - [#29353]) - Move imports to top for opple ([@springstan] - [#29372]) ([opple docs]) - Move imports to top for orvibo ([@springstan] - [#29371]) ([orvibo docs]) @@ -1665,7 +1665,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [openuv docs]: /integrations/openuv/ [opple docs]: /integrations/opple/ [orvibo docs]: /integrations/orvibo/ -[owlet docs]: /integrations/owlet/ [owntracks docs]: /integrations/owntracks/ [panasonic_viera docs]: /integrations/panasonic_viera/ [pencom docs]: /integrations/pencom/ diff --git a/source/_redirects b/source/_redirects index efb7022df56..d285413a4f3 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1670,7 +1670,6 @@ /components/orvibo /integrations/orvibo /components/osramlightify /integrations/osramlightify /components/otp /integrations/otp -/components/owlet /integrations/owlet /components/owntracks /integrations/owntracks /components/panasonic_bluray /integrations/panasonic_bluray /components/panasonic_viera /integrations/panasonic_viera diff --git a/source/images/supported_brands/owlet.svg b/source/images/supported_brands/owlet.svg deleted file mode 100644 index a14154fa005..00000000000 --- a/source/images/supported_brands/owlet.svg +++ /dev/null @@ -1 +0,0 @@ - Page 1@3x Created with Sketch. \ No newline at end of file