ha-noaa-space-weather/custom-component/README.md

10 lines
241 B
Markdown
Raw Normal View History

## 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
```