diff --git a/feeder-mqtt/README.md b/feeder-mqtt/README.md index 39a542e..abfc74d 100644 --- a/feeder-mqtt/README.md +++ b/feeder-mqtt/README.md @@ -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. \ No newline at end of file +Updated hourly.