2019-11-07 11:24:58 +00:00
|
|
|
{
|
|
|
|
"device_automation": {
|
2019-11-07 12:39:35 +00:00
|
|
|
"trigger_type": {
|
|
|
|
"cleaning": "{entity_name} started cleaning",
|
|
|
|
"docked": "{entity_name} docked"
|
2019-11-07 12:47:26 +00:00
|
|
|
},
|
2019-11-07 11:24:58 +00:00
|
|
|
"action_type": {
|
|
|
|
"clean": "Let {entity_name} clean",
|
|
|
|
"dock": "Let {entity_name} return to the dock"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|