mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add ISS Sensor Documentation (#1620)
* Add ISS Sensor Documentation * Fix documentation to reflect changes in PR
This commit is contained in:
parent
582428548d
commit
d13089e3fb
26
source/_components/sensor.iss.markdown
Normal file
26
source/_components/sensor.iss.markdown
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
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: bbox.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.36
|
||||||
|
---
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
BIN
source/images/supported_brands/iss.png
Normal file
BIN
source/images/supported_brands/iss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 287 KiB |
Loading…
x
Reference in New Issue
Block a user