1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/yardian/strings.json
2025-10-28 10:33:10 +01:00

52 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]",
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Yardian Smart Sprinkler Controller. You can find it in the Yardian app."
}
}
}
},
"entity": {
"binary_sensor": {
"freeze_prevent": {
"name": "Freeze prevent"
},
"standby": {
"name": "Standby"
},
"watering_running": {
"name": "Watering running"
},
"zone_enabled": {
"name": "Zone {zone} enabled"
}
}
},
"services": {
"start_irrigation": {
"description": "Starts the irrigation.",
"fields": {
"duration": {
"description": "Duration for the target to be turned on.",
"name": "Duration"
}
},
"name": "Start irrigation"
}
}
}