New Addon
Simple Schedule
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user