Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 3.42 KB

File metadata and controls

69 lines (52 loc) · 3.42 KB

GitHub Release GitHub Activity License

hacs Project Maintenance BuyMeCoffee

This component will set up the following platforms.

Platform Description
sensor Show info from API.

Currently available Sensors

Sensor Description
sensor.ssn Current Sunspot Number.
sensor.solar_flux_index Current Solar Flux Index.
sensor.planetary_k_index Current Planetary K-Index.
sensor.a_index Current A-Index.
sensor.a_index_2_day 2-Day A-Index.
sensor.a_index_3_day 3-Day A-Index.
sensor.polar_cap_absorption A color-scale indication of polar cap absorption
sensor.x_class_1_day_probability Probability of an X-Class flare within one day.
sensor.m_class_1_day_probability Probability of an M-Class flare within one day.

example

{% if not installed %}

Installation

  1. Click install.
  2. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "NOAA Space Weather".

{% endif %}

Configuration is done in the UI

Credits

This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.

Code template was mainly taken from @Ludeeus's integration_blueprint template