33 lines
688 B
JSON
Executable File
33 lines
688 B
JSON
Executable File
{
|
|
"app": {
|
|
"title": "Striker Panel",
|
|
"poll_interval_ms": 5000,
|
|
"main_room_name": "Главная",
|
|
"main_room_icon": "mdi:home",
|
|
"edit_mode": false,
|
|
"battery_history_hours": 4320
|
|
},
|
|
"home_assistant": {
|
|
"base_url": "",
|
|
"token": "",
|
|
"verify_ssl": true,
|
|
"sync_url": "",
|
|
"sync_token": "",
|
|
"sync_timeout": 10,
|
|
"sync_verify_ssl": true,
|
|
"sync_cache_seconds": 30,
|
|
"weather_entity_id": "",
|
|
"auto_label": "auto",
|
|
"auto_entity_ids": []
|
|
},
|
|
"camera": {
|
|
"rtsp_url": "",
|
|
"stream_url": "",
|
|
"stream_mode": "hls",
|
|
"poster_url": "",
|
|
"popup_timeout_minutes": 3,
|
|
"trigger_entities": []
|
|
},
|
|
"rooms": []
|
|
}
|