Skip to content

Commit d13089e

Browse files
HydrelioxGitHubfabaff
authored andcommitted
Add ISS Sensor Documentation (home-assistant#1620)
* Add ISS Sensor Documentation * Fix documentation to reflect changes in PR
1 parent 5824285 commit d13089e

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: page
3+
title: "International Space Station Sensor"
4+
description: "Know if or when ISS will be above your home location"
5+
date: 2016-12-18 10:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: bbox.png
11+
ha_category: Sensor
12+
ha_release: 0.36
13+
---
14+
15+
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.
16+
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.
17+
18+
To add ISS sensor to your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
sensor:
23+
- platform: iss
24+
```
25+
26+
287 KB
Loading

0 commit comments

Comments
 (0)