update mqtt readme
This commit is contained in:
parent
02fc826fb3
commit
ce8b009f9f
|
@ -34,11 +34,12 @@ An example systemd service file is provided.
|
|||
### Home Assistant MQTT Config
|
||||
|
||||
```yaml
|
||||
- state_topic: "space-weather/vtec"
|
||||
name: "VTEC"
|
||||
unit_of_measurement: "(10^16 el) / m^2"
|
||||
state_class: measurement
|
||||
unique_id: space_weather_vtec
|
||||
mqtt:
|
||||
- state_topic: "space-weather/vtec"
|
||||
name: "VTEC"
|
||||
unit_of_measurement: "(10^16 el) / m^2"
|
||||
state_class: measurement
|
||||
unique_id: space_weather_vtec
|
||||
```
|
||||
|
||||
## Data
|
||||
|
@ -53,4 +54,4 @@ VTEC, or Vertical TEC, is a specific type of TEC measurement that is taken along
|
|||
vertically from the Earth's surface to the edge of the atmosphere. So essentially, VTEC is a subset of TEC, with the
|
||||
difference lying in the specific path along which the measurement is taken.
|
||||
|
||||
Updated hourly.
|
||||
Updated hourly.
|
||||
|
|
Loading…
Reference in New Issue