2018-03-11 19:04:34 +00:00
{
"config" : {
"step" : {
"init" : {
"title" : "Pick Hue bridge" ,
"data" : {
"host" : "Host"
}
} ,
"link" : {
"title" : "Link Hub" ,
"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)"
}
} ,
"error" : {
"register_failed" : "Failed to register, please try again" ,
"linking" : "Unknown linking error occurred."
} ,
"abort" : {
"discover_timeout" : "Unable to discover Hue bridges" ,
"no_bridges" : "No Philips Hue bridges discovered" ,
2018-03-30 03:15:40 +00:00
"all_configured" : "All Philips Hue bridges are already configured" ,
"unknown" : "Unknown error occurred" ,
"cannot_connect" : "Unable to connect to the bridge" ,
2019-05-27 02:48:27 +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." ,
"not_hue_bridge" : "Not a Hue bridge"
2018-03-11 19:04:34 +00:00
}
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
}
2020-04-05 15:27:16 +00:00
}