From ce8b009f9f1621b5f607e7326c69c66b4b68918f Mon Sep 17 00:00:00 2001 From: Cyberes Date: Mon, 19 Aug 2024 14:07:10 -0600 Subject: [PATCH] update mqtt readme --- feeder-mqtt/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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.