From 1d29cd987a00770a28ed089bdfff6a5d2230a286 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 Apr 2017 14:17:27 +0200 Subject: [PATCH] Remove obsolete ISS sensor docs --- source/_components/sensor.iss.markdown | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 source/_components/sensor.iss.markdown diff --git a/source/_components/sensor.iss.markdown b/source/_components/sensor.iss.markdown deleted file mode 100644 index ca2ee55b23e..00000000000 --- a/source/_components/sensor.iss.markdown +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: page -title: "International Space Station Sensor" -description: "Know if or when ISS will be above your home location" -date: 2016-12-18 10:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: nasa.png -ha_category: Deprecated -ha_release: 0.36 ---- - -

-**This platform has been deprecated in favor of the "[ISS](/components/binary_sensor.iss/)" platform and will be removed in the future. Please use the "iss" binary sensor platform.** -

- -The `iss` platform uses the [Open Notify API](http://open-notify.org/Open-Notify-API/ISS-Location-Now/) to let you know if the station is above your home location. This means that ISS is 10° above the horizon of your home. -You can check in the attributes of the sensor how many minutes you have to wait until the next rise of the station and the number of people in space. - -To add ISS sensor to your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: iss -```