1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 12:14:20 +01:00
Files
core/homeassistant/components/yardian/strings.json
T
2023-09-27 08:59:15 +02:00

33 lines
872 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"access_token": "[%key:common::config_flow::data::access_token%]"
}
}
},
"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%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"services": {
"start_irrigation": {
"name": "Start irrigation",
"description": "Starts the irrigation.",
"fields": {
"duration": {
"name": "Duration",
"description": "Duration for the target to be turned on."
}
}
}
}
}