1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
2025-10-28 10:33:10 +01:00

62 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_supported_device": "This WiLight is currently not supported",
"not_wilight_device": "This Device is not WiLight"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "The following components are supported: {components}"
}
}
},
"entity": {
"switch": {
"pause": {
"name": "Pause"
},
"watering": {
"name": "Watering"
}
}
},
"services": {
"set_pause_time": {
"description": "Sets time to pause.",
"fields": {
"pause_time": {
"description": "Duration for this irrigation to be paused.",
"name": "Duration"
}
},
"name": "Set pause time"
},
"set_trigger": {
"description": "Sets the trigger to use.",
"fields": {
"trigger": {
"description": "Configuration of trigger.",
"name": "Trigger rules"
},
"trigger_index": {
"description": "Index of Trigger from 1 to 4.",
"name": "Trigger index"
}
},
"name": "Set trigger"
},
"set_watering_time": {
"description": "Sets time for watering.",
"fields": {
"watering_time": {
"description": "Duration for this irrigation to be turned on.",
"name": "Duration"
}
},
"name": "Set watering time"
}
}
}