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. |
{% if not installed %}
- Click install.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "NOAA Space Weather".
{% endif %}
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template