mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00

* Add show_on_map option * Add logo for ISS * Add docs for ISS binary sensor * Add deprecated warning
965 B
965 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | International Space Station | Know if or when ISS will be above your home location | 2016-12-18 10:00 | true | false | true | true | nasa.png | Binary Sensor | 0.36 |
The iss
platform uses the Open Notify API 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 to see the timestamp for the next rise of the station, its current coordinates, and the number of people in space.
To add ISS binary sensor to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: iss
Configuration variables:
- show_on_map (Optional): Option to show the position of the ISS on the map. Defaults to
False
.