2021-08-09 15:19:15 +02:00

1.3 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms
title description ha_category ha_iot_class ha_release ha_domain ha_platforms
International Space Station (ISS) Know if or when ISS will be above your home location
Binary Sensor
Cloud Polling 0.36 iss
binary_sensor

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.

Configuration

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 %} name: description: The name for this sensor in the frontend. required: false type: string default: ISS show_on_map: description: Option to show the position of the ISS on the map. required: false type: boolean default: false {% endconfiguration %}

If you set show_on_map: true then the location attributes are named latitude and longitude. The default name of the location attributes is lat and long to avoid showing them on the map.