update readme
This commit is contained in:
parent
ce8b009f9f
commit
f61c411f04
|
@ -1,4 +1,10 @@
|
|||
## Install
|
||||
|
||||
1. Copy `space_weather` to `config/custom_components`
|
||||
2. Restart Home Assistant
|
||||
2. Restart Home Assistant
|
||||
3. Enable the custom component by going to `Devices & Services` > `Integrations` > `Add Integration` then searching for
|
||||
`space weather`. Or, add the following to your `configuration.yaml`:
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: space_weather
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Install
|
||||
1. Copy files from `www` to `config/www`
|
||||
2. Dashboard > Edit > 3 button menu > Manage resources
|
||||
2. `Dashboard` > `Edit` > 3 button menu > `Manage resources`
|
||||
3. Enter these 3 resources:
|
||||
```
|
||||
/local/space-weather-24hr-max-card.js?v=1
|
||||
|
|
Loading…
Reference in New Issue