088878a693
Simple Schedule
43 lines
894 B
Plaintext
43 lines
894 B
Plaintext
{
|
|
"translations": {
|
|
"text_monday": "Monday",
|
|
"text_tuesday": "Tuesday",
|
|
"text_wednesday": "Wednesday",
|
|
"text_thursday": "Thursday",
|
|
"text_friday": "Friday",
|
|
"text_saturday": "Saturday",
|
|
"text_sunday": "Sunday",
|
|
"text_ON": "ON",
|
|
"text_OFF": "OFF",
|
|
"text_save": "Save",
|
|
"text_enabled": "Enabled",
|
|
"text_device": "Device",
|
|
"text_name": "Name"
|
|
},
|
|
"components": {
|
|
"light": true,
|
|
"scene": true,
|
|
"switch": true,
|
|
"script": true,
|
|
"camera": true,
|
|
"climate": true,
|
|
"cover": true,
|
|
"vacuum": true,
|
|
"fan": true,
|
|
"automation": true,
|
|
"input_boolean": true,
|
|
"media_player": true
|
|
},
|
|
"MQTT": {
|
|
"enabled": false,
|
|
"server": "core-mosquitto",
|
|
"port": "1883",
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"max_retry": "3",
|
|
"details_uncovered": true,
|
|
"dark_theme": false,
|
|
"debug": false
|
|
}
|