2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "UI configuration",
|
|
|
|
|
"description": "User interface preferences such as timezone, time/date formatting, and units.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"timezone": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Override UI timezone",
|
|
|
|
|
"description": "Optional timezone to display across the UI (defaults to browser local time if unset)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"time_format": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Override UI time format",
|
|
|
|
|
"description": "Time format to use in the UI (browser, 12hour, or 24hour)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"date_style": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Override UI dateStyle",
|
|
|
|
|
"description": "Date style to use in the UI (full, long, medium, short)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"time_style": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Override UI timeStyle",
|
|
|
|
|
"description": "Time style to use in the UI (full, long, medium, short)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"unit_system": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The unit system to use for measurements",
|
|
|
|
|
"description": "Unit system for display (metric or imperial) used in the UI and MQTT."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|