Files

44 lines
1.7 KiB
JSON

{
"title": "Presence Simulation",
"config": {
"error": {
"not_unique_name": "The chosen switch name is already taken by another entity, please choose a new name"
},
"step": {
"user":{
"description": "Configuration",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entity or group of entities",
"delta": "Delta (in days)",
"interval": "Refresh interval (in seconds)",
"restore": "Restore state after simulation",
"random": "Add a random time for switching entities. This parameter define the max time in seconds",
"unavailable_as_off": "Consider Unavailable status as Off",
"brightness": "Brightness to be used if light allows the feature"
}
}
}
},
"options": {
"error": {
"cannot_change_name": "The name of the switch can't be changed"
},
"step": {
"init":{
"description": "Configuration",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entity or group of entities",
"delta": "Delta (in days)",
"interval": "Refresh interval (in seconds)",
"restore": "Restore state after simulation",
"random": "Add a random time for switching entities. This parameter define the max time in seconds",
"unavailable_as_off": "Consider Unavailable status as Off",
"brightness": "Brightness to be used if light allows the feature"
}
}
}
}
}