diff --git a/source/_integrations/iss.markdown b/source/_integrations/iss.markdown index e99d852b44f..80ff8238079 100644 --- a/source/_integrations/iss.markdown +++ b/source/_integrations/iss.markdown @@ -8,6 +8,8 @@ ha_release: 0.36 ha_domain: iss ha_platforms: - binary_sensor +ha_codeowners: + - '@DurgNomis-drol' --- The `iss` platform uses the @@ -18,33 +20,13 @@ 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: - -```yaml -# 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 %} +{% include integrations/config_flow.md %}