29 lines
603 B
JSON
29 lines
603 B
JSON
|
{
|
||
|
"title": "Lawn mower",
|
||
|
"entity_component": {
|
||
|
"_": {
|
||
|
"name": "[%key:component::lawn_mower::title%]",
|
||
|
"state": {
|
||
|
"error": "Error",
|
||
|
"paused": "Paused",
|
||
|
"mowing": "Mowing",
|
||
|
"docked": "Docked"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"services": {
|
||
|
"start_mowing": {
|
||
|
"name": "Start mowing",
|
||
|
"description": "Starts the mowing task."
|
||
|
},
|
||
|
"dock": {
|
||
|
"name": "Return to dock",
|
||
|
"description": "Stops the mowing task and returns to the dock."
|
||
|
},
|
||
|
"pause": {
|
||
|
"name": "Pause",
|
||
|
"description": "Pauses the mowing task."
|
||
|
}
|
||
|
}
|
||
|
}
|