mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-10 15:25:43 +03:00
* Improve model titles * remove deprecated strftime_fmt * remove * remove restart wording * add copilot instructions * fix docs * Move files into try for classification rollover * Use friendly names for zones in notifications --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"label": "UI configuration.",
|
|
"properties": {
|
|
"timezone": {
|
|
"label": "Override UI timezone."
|
|
},
|
|
"time_format": {
|
|
"label": "Override UI time format."
|
|
},
|
|
"date_style": {
|
|
"label": "Override UI dateStyle."
|
|
},
|
|
"time_style": {
|
|
"label": "Override UI timeStyle."
|
|
},
|
|
"unit_system": {
|
|
"label": "The unit system to use for measurements."
|
|
}
|
|
}
|
|
}
|