2023-07-12 14:08:15 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
|
|
|
"data": {
|
|
|
|
"address": "[%key:component::bluetooth::config::step::user::data::address%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"confirm": {
|
|
|
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect: {error}"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"entity": {
|
2023-07-13 04:34:28 +00:00
|
|
|
"number": {
|
|
|
|
"remaining_open_time": {
|
|
|
|
"name": "Remaining open time"
|
|
|
|
},
|
|
|
|
"remaining_open_set": {
|
|
|
|
"name": "Open for"
|
|
|
|
},
|
|
|
|
"manual_watering_time": {
|
|
|
|
"name": "Manual watering time"
|
|
|
|
},
|
|
|
|
"rain_pause": {
|
|
|
|
"name": "Rain pause"
|
|
|
|
},
|
|
|
|
"season_pause": {
|
|
|
|
"name": "Season pause"
|
|
|
|
}
|
|
|
|
},
|
2023-07-17 07:11:23 +00:00
|
|
|
"sensor": {
|
|
|
|
"activation_reason": {
|
|
|
|
"name": "Activation reason"
|
|
|
|
},
|
|
|
|
"remaining_open_timestamp": {
|
|
|
|
"name": "Valve closing"
|
|
|
|
}
|
|
|
|
},
|
2023-07-12 14:08:15 +00:00
|
|
|
"switch": {
|
|
|
|
"state": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"name": "[%key:common::state::open%]"
|
2023-07-12 14:08:15 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|