2018-03-30 07:34:26 +00:00
{
"config" : {
2018-05-05 15:32:36 +00:00
"abort" : {
"already_configured" : "Bridge is already configured" ,
2019-06-04 15:50:48 +00:00
"already_in_progress" : "Config flow for bridge is already in progress." ,
2018-05-05 15:32:36 +00:00
"no_bridges" : "No deCONZ bridges discovered" ,
2019-06-04 15:50:48 +00:00
"not_deconz_bridge" : "Not a deCONZ bridge" ,
2019-04-17 16:31:34 +00:00
"one_instance_only" : "Component only supports one deCONZ instance" ,
"updated_instance" : "Updated deCONZ instance with new host address"
2018-05-05 15:32:36 +00:00
} ,
"error" : {
"no_key" : "Couldn't get an API key"
} ,
2018-03-30 07:34:26 +00:00
"step" : {
2019-04-09 15:34:20 +00:00
"hassio_confirm" : {
"data" : {
"allow_clip_sensor" : "Allow importing virtual sensors" ,
"allow_deconz_groups" : "Allow importing deCONZ groups"
} ,
"description" : "Do you want to configure Home Assistant to connect to the deCONZ gateway provided by the hass.io add-on {addon}?" ,
"title" : "deCONZ Zigbee gateway via Hass.io add-on"
} ,
2018-03-30 07:34:26 +00:00
"init" : {
"data" : {
"host" : "Host" ,
2018-11-06 09:34:24 +00:00
"port" : "Port"
2018-05-05 15:32:36 +00:00
} ,
"title" : "Define deCONZ gateway"
2018-03-30 07:34:26 +00:00
} ,
"link" : {
2019-02-02 22:02:50 +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-05 15:32:36 +00:00
"title" : "Link with deCONZ"
2018-05-29 14:09:53 +00:00
} ,
"options" : {
"data" : {
2018-06-15 18:31:22 +00:00
"allow_clip_sensor" : "Allow importing virtual sensors" ,
"allow_deconz_groups" : "Allow importing deCONZ groups"
2018-06-18 03:03:29 +00:00
} ,
"title" : "Extra configuration options for deCONZ"
2018-03-30 07:34:26 +00:00
}
} ,
2018-05-29 14:09:53 +00:00
"title" : "deCONZ Zigbee gateway"
2019-08-29 19:32:15 +00:00
} ,
2019-09-11 00:33:50 +00:00
"device_automation" : {
"trigger_subtype" : {
"both_buttons" : "Both buttons" ,
"button_1" : "First button" ,
"button_2" : "Second button" ,
"button_3" : "Third button" ,
"button_4" : "Fourth button" ,
"close" : "Close" ,
"dim_down" : "Dim down" ,
"dim_up" : "Dim up" ,
"left" : "Left" ,
"open" : "Open" ,
"right" : "Right" ,
"turn_off" : "Turn off" ,
"turn_on" : "Turn on"
} ,
"trigger_type" : {
"remote_button_double_press" : "\"{subtype}\" button double clicked" ,
"remote_button_long_press" : "\"{subtype}\" button continuously pressed" ,
"remote_button_long_release" : "\"{subtype}\" button released after long press" ,
"remote_button_quadruple_press" : "\"{subtype}\" button quadruple clicked" ,
"remote_button_quintuple_press" : "\"{subtype}\" button quintuple clicked" ,
"remote_button_rotated" : "Button rotated \"{subtype}\"" ,
"remote_button_short_press" : "\"{subtype}\" button pressed" ,
"remote_button_short_release" : "\"{subtype}\" button released" ,
"remote_button_triple_press" : "\"{subtype}\" button triple clicked" ,
"remote_gyro_activated" : "Device shaken"
}
} ,
2019-08-29 19:32:15 +00:00
"options" : {
"step" : {
2019-09-05 00:32:29 +00:00
"async_step_deconz_devices" : {
2019-09-04 07:41:09 +00:00
"data" : {
"allow_clip_sensor" : "Allow deCONZ CLIP sensors" ,
"allow_deconz_groups" : "Allow deCONZ light groups"
} ,
"description" : "Configure visibility of deCONZ device types"
} ,
2019-09-03 05:12:10 +00:00
"deconz_devices" : {
2019-08-29 19:32:15 +00:00
"data" : {
"allow_clip_sensor" : "Allow deCONZ CLIP sensors" ,
"allow_deconz_groups" : "Allow deCONZ light groups"
} ,
"description" : "Configure visibility of deCONZ device types"
}
}
2018-03-30 07:34:26 +00:00
}
2019-08-28 19:45:13 +00:00
}