49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Controller {serial}",
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"title": "Add controller",
|
|
"description": "Add controller {serial}?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Controller already configured",
|
|
"discovery_in_progress": "Discovery in progress",
|
|
"not_supported": "Configuration for QBUS happens through MQTT discovery. If your controller is not automatically discovered, check the prerequisites and troubleshooting section of the documentation."
|
|
},
|
|
"error": {
|
|
"no_controller": "No controllers were found"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"raining": {
|
|
"name": "Raining"
|
|
},
|
|
"twilight": {
|
|
"name": "Twilight"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"daylight": {
|
|
"name": "Daylight"
|
|
},
|
|
"light_east": {
|
|
"name": "Illuminance east"
|
|
},
|
|
"light_south": {
|
|
"name": "Illuminance south"
|
|
},
|
|
"light_west": {
|
|
"name": "Illuminance west"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"invalid_preset": {
|
|
"message": "Preset mode \"{preset}\" is not valid. Valid preset modes are: {options}."
|
|
}
|
|
}
|
|
}
|