2018-03-30 07:34:26 +00:00
{
"config" : {
2018-05-29 14:09:53 +00:00
"title" : "deCONZ Zigbee gateway" ,
2018-03-30 07:34:26 +00:00
"step" : {
"init" : {
"title" : "Define deCONZ gateway" ,
"data" : {
"host" : "Host" ,
2018-11-06 09:34:24 +00:00
"port" : "Port"
2018-03-30 07:34:26 +00:00
}
} ,
"link" : {
"title" : "Link with deCONZ" ,
2019-02-01 17:28:30 +00:00
"description" : "Unlock your deCONZ gateway to register with Home Assistant.\n\n1. Go to deCONZ Settings -> Gateway -> Advanced\n2. Press \"Authenticate app\" button"
2018-05-29 14:09:53 +00:00
} ,
"options" : {
"title" : "Extra configuration options for deCONZ" ,
"data" : {
2018-06-15 18:31:22 +00:00
"allow_clip_sensor" : "Allow importing virtual sensors" ,
"allow_deconz_groups" : "Allow importing deCONZ groups"
2018-05-29 14:09:53 +00:00
}
2019-04-03 02:23:33 +00:00
} ,
"hassio_confirm" : {
"title" : "deCONZ Zigbee gateway via Hass.io add-on" ,
"description" : "Do you want to configure Home Assistant to connect to the deCONZ gateway provided by the hass.io add-on {addon}?" ,
"data" : {
"allow_clip_sensor" : "Allow importing virtual sensors" ,
"allow_deconz_groups" : "Allow importing deCONZ groups"
}
2018-03-30 07:34:26 +00:00
}
} ,
"error" : {
"no_key" : "Couldn't get an API key"
} ,
"abort" : {
2018-04-18 14:27:44 +00:00
"already_configured" : "Bridge is already configured" ,
2019-06-03 16:26:01 +00:00
"already_in_progress" : "Config flow for bridge is already in progress." ,
2018-03-30 07:34:26 +00:00
"no_bridges" : "No deCONZ bridges discovered" ,
2019-06-03 16:26:01 +00:00
"not_deconz_bridge" : "Not a deCONZ bridge" ,
"one_instance_only" : "Component only supports one deCONZ instance" ,
"updated_instance" : "Updated deCONZ instance with new host address"
2018-03-30 07:34:26 +00:00
}
}
2019-04-03 02:23:33 +00:00
}