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" ,
2020-10-05 19:56:06 +00:00
"linking" : "[%key:common::config_flow::error::unknown%]"
2018-03-11 19:04:34 +00:00
} ,
"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" ,
2020-10-05 19:56:06 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2019-06-03 16:26:01 +00:00
"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" : {
2020-07-07 14:33:37 +00:00
"allow_hue_groups" : "Allow Hue groups" ,
2020-07-02 12:12:24 +00:00
"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
}