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%]" ,
2022-04-25 17:52:57 +00:00
"not_hue_bridge" : "Not a Hue bridge" ,
"invalid_host" : "Invalid host"
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" ,
2021-11-16 19:59:17 +00:00
"turn_on" : "Turn on" ,
"1" : "First button" ,
"2" : "Second button" ,
"3" : "Third button" ,
2022-08-15 17:32:44 +00:00
"4" : "Fourth button" ,
"clock_wise" : "Rotation clockwise" ,
"counter_clock_wise" : "Rotation counter-clockwise"
2020-04-01 18:42:22 +00:00
} ,
"trigger_type" : {
2022-08-15 17:32:44 +00:00
"remote_button_long_release" : "\"{subtype}\" released after long press" ,
"remote_button_short_press" : "\"{subtype}\" pressed" ,
"remote_button_short_release" : "\"{subtype}\" released" ,
2020-04-16 21:14:57 +00:00
"remote_double_button_long_press" : "Both \"{subtype}\" released after long press" ,
2021-11-16 19:59:17 +00:00
"remote_double_button_short_press" : "Both \"{subtype}\" released" ,
2022-08-15 17:32:44 +00:00
"initial_press" : "\"{subtype}\" pressed initially" ,
"repeat" : "\"{subtype}\" held down" ,
"short_release" : "\"{subtype}\" released after short press" ,
"long_release" : "\"{subtype}\" released after long press" ,
"double_short_release" : "Both \"{subtype}\" released" ,
"start" : "\"{subtype}\" pressed initially"
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" ,
2021-11-16 19:59:17 +00:00
"allow_hue_scenes" : "Allow Hue scenes" ,
2021-12-31 04:46:52 +00:00
"allow_unreachable" : "Allow unreachable bulbs to report their state correctly" ,
"ignore_availability" : "Ignore connectivity status for the given devices"
2020-07-02 12:12:24 +00:00
}
}
}
2018-03-11 19:04:34 +00:00
}
2020-07-02 12:12:24 +00:00
}