| 123456789101112131415161718192021222324252627282930 |
- {
- "title": "Mower",
- "device_automation": {
- "condition_type": {
- "is_docked": "{entity_name} is docked",
- "is_cleaning": "{entity_name} is cutting"
- },
- "trigger_type": {
- "cleaning": "{entity_name} started cutting",
- "docked": "{entity_name} docked"
- },
- "action_type": {
- "clean": "Let {entity_name} cut",
- "dock": "Let {entity_name} return to the dock"
- }
- },
- "state": {
- "_": {
- "cleaning": "Cutting",
- "docked": "Docked",
- "error": "Error",
- "idle": "[%key:common::state::idle%]",
- "off": "[%key:common::state::off%]",
- "on": "[%key:common::state::on%]",
- "paused": "[%key:common::state::paused%]",
- "returning": "Returning to dock"
- }
- }
- }
|