1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2026-02-06 14:03:57 +01:00

67 lines
1.6 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"
}
},
"sensor": {
"active_zone_count": {
"name": "Active zones",
"unit_of_measurement": "zones"
},
"rain_delay": {
"name": "Rain delay"
},
"water_hammer_duration": {
"name": "Water hammer reduction"
},
"zone_delay": {
"name": "Zone delay"
}
}
},
"services": {
"start_irrigation": {
"description": "Starts the irrigation.",
"fields": {
"duration": {
"description": "Duration for the target to be turned on.",
"name": "Duration"
}
},
"name": "Start irrigation"
}
}
}