Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.4 KiB

title, description, ha_category, ha_release, logo, redirect_from
title description ha_category ha_release logo redirect_from
Aurora sensor Know when auroras might be visible at your location
Environment
0.39 noaa.png
/components/binary_sensor.aurora/

The aurora platform uses the NOAA aurora forecast service to let you know if an aurora might be visible at your home location in the next 30 minutes, based off of current solar flare activity.

This service gives a number 0-100 representing the current likelihood of visible auroras at your latitude/longitude. By default this sensor is set up to trigger when the reported likelihood for your location is > 75. It updates every 5 minutes.

You can check the attributes of the sensor to see your exact forecast.

Configuration

To add the aurora binary sensor to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: aurora

{% configuration %} forecast_threshold: description: Provide your own threshold number above which the sensor will trigger. required: false type: integer default: 75 name: description: The name of the sensor. required: false type: string default: Aurora Visibility {% endconfiguration %}

Full example

binary_sensor:
  - platform: aurora
    forecast_threshold: 50