diff --git a/source/_components/binary_sensor.aurora.markdown b/source/_components/binary_sensor.aurora.markdown index 089b9f84ad7..08c485a37cb 100644 --- a/source/_components/binary_sensor.aurora.markdown +++ b/source/_components/binary_sensor.aurora.markdown @@ -9,7 +9,9 @@ sharing: true footer: true ha_category: Binary Sensor ha_release: 0.39 +logo: noaa.png --- + The `aurora` platform uses the [NOAA aurora forecast](http://www.swpc.noaa.gov/products/aurora-30-minute-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. diff --git a/source/images/supported_brands/noaa.png b/source/images/supported_brands/noaa.png new file mode 100644 index 00000000000..a0248bef254 Binary files /dev/null and b/source/images/supported_brands/noaa.png differ