* Add support for zha config entries * Add support for zha config entries * Fix node_config retrieval * Dynamically load discovered entities * Restore device config support * Refactor loading of entities * Remove device registry support * Send discovery_info directly * Clean up discovery_info in hass.data * Update tests * Clean up rebase * Simplify config flow * Address comments * Fix config path and zigpy check timeout * Remove device entities when unloading config entry
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"config": {
|
|
"title": "ZHA",
|
|
"step": {
|
|
"user": {
|
|
"title": "ZHA",
|
|
"description": "",
|
|
"data": {
|
|
"usb_path": "USB Device Path",
|
|
"radio_type": "Radio Type"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of ZHA is allowed."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Unable to connect to ZHA device."
|
|
}
|
|
}
|
|
} |