Add weather temperature sensor flag

This commit is contained in:
2026-06-05 01:55:07 -06:00
parent 8a31048646
commit 261d8983df
7 changed files with 60 additions and 8 deletions
+5 -1
View File
@@ -637,4 +637,8 @@ Request:
{
"id": "relay_1",
"state": true
}
}\n\n### Weather temperature sensor flag
Temperature sensor config entries now include `weather: true`.
When a configured temp sensor has `weather: true`, the WebUI may show it as the outside/weather temperature badge. The `/status` temp objects also include this flag so HTTP, UART, USB serial, and future Pico clients can identify the selected outside-air sensor without guessing from the sensor name.\n