2024-08-18 15:38:47 -06:00
|
|
|
## Install
|
|
|
|
|
|
|
|
1. Copy `space_weather` to `config/custom_components`
|
2024-08-19 14:13:35 -06:00
|
|
|
2. Restart Home Assistant
|
2024-08-19 14:14:02 -06:00
|
|
|
3. Enable the custom component by adding the following to your `configuration.yaml`:
|
2024-08-19 14:13:35 -06:00
|
|
|
```yaml
|
|
|
|
sensor:
|
|
|
|
- platform: space_weather
|
|
|
|
```
|