2018-03-11 19:04:34 +00:00
{
"config" : {
"abort" : {
"all_configured" : "All Philips Hue bridges are already configured" ,
2018-05-05 15:32:36 +00:00
"already_configured" : "Bridge is already configured" ,
2019-05-29 17:16:58 +00:00
"already_in_progress" : "Config flow for bridge is already in progress." ,
2018-05-05 15:32:36 +00:00
"cannot_connect" : "Unable to connect to the bridge" ,
2018-03-11 19:04:34 +00:00
"discover_timeout" : "Unable to discover Hue bridges" ,
2018-05-05 15:32:36 +00:00
"no_bridges" : "No Philips Hue bridges discovered" ,
2019-06-04 15:50:48 +00:00
"not_hue_bridge" : "Not a Hue bridge" ,
2018-05-05 15:32:36 +00:00
"unknown" : "Unknown error occurred"
2018-03-11 19:04:34 +00:00
} ,
"error" : {
"linking" : "Unknown linking error occurred." ,
"register_failed" : "Failed to register, please try again"
} ,
"step" : {
"init" : {
"data" : {
"host" : "Host"
} ,
"title" : "Pick Hue bridge"
} ,
"link" : {
"description" : "Press the button on the bridge to register Philips Hue with Home Assistant.\n\n![Location of button on bridge](/static/images/config_philips_hue.jpg)" ,
"title" : "Link Hub"
}
} ,
2018-06-18 03:03:29 +00:00
"title" : "Philips Hue"
2020-04-01 18:42:22 +00:00
} ,
"device_automation" : {
"trigger_subtype" : {
"button_1" : "First button" ,
"button_2" : "Second button" ,
"button_3" : "Third button" ,
"button_4" : "Fourth button" ,
"dim_down" : "Dim down" ,
"dim_up" : "Dim up" ,
"turn_off" : "Turn off" ,
"turn_on" : "Turn on"
} ,
"trigger_type" : {
"remote_button_long_release" : "\"{subtype}\" button released after long press" ,
"remote_button_short_press" : "\"{subtype}\" button pressed" ,
"remote_button_short_release" : "\"{subtype}\" button released"
}
2018-03-11 19:04:34 +00:00
}
2018-03-15 02:47:31 +00:00
}