16 lines
525 B
JSON
16 lines
525 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"clean": "{entity_name} takar\u00edt\u00e1s ind\u00edt\u00e1sa",
|
|
"dock": "{entity_name} visszak\u00fcld\u00e9se a dokkol\u00f3ra"
|
|
},
|
|
"condition_type": {
|
|
"is_cleaning": "{entity_name} takar\u00edt",
|
|
"is_docked": "{entity_name} dokkolva van"
|
|
},
|
|
"trigger_type": {
|
|
"cleaning": "{entity_name} elkezdett takar\u00edtani",
|
|
"docked": "{entity_name} dokkolt"
|
|
}
|
|
}
|
|
} |