2018-03-11 19:04:34 +00:00
{
"config" : {
"step" : {
"init" : {
"title" : "Pick Hue bridge" ,
"data" : {
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::host%]"
2018-03-11 19:04:34 +00:00
}
} ,
2020-07-02 12:12:24 +00:00
"manual" : {
"title" : "Manual configure a Hue bridge" ,
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
} ,
2018-03-11 19:04:34 +00:00
"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" ,
2020-04-16 21:14:57 +00:00
"double_buttons_1_3" : "First and Third buttons" ,
"double_buttons_2_4" : "Second and Fourth buttons" ,
2020-04-01 18:42:22 +00:00
"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" ,
2020-04-16 21:14:57 +00:00
"remote_button_short_release" : "\"{subtype}\" button released" ,
"remote_double_button_long_press" : "Both \"{subtype}\" released after long press" ,
"remote_double_button_short_press" : "Both \"{subtype}\" released"
2020-04-01 18:42:22 +00:00
}
2020-07-02 12:12:24 +00:00
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"allow_how_groups" : "Allow Hue groups" ,
"allow_unreachable" : "Allow unreachable bulbs to report their state correctly"
}
}
}
2018-03-11 19:04:34 +00:00
}
2020-07-02 12:12:24 +00:00
}