2020-11-30 17:38:52 +00:00
{
"config" : {
"step" : {
"user" : {
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"port" : "[%key:common::config_flow::data::port%]"
2023-11-30 15:38:40 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of your Hyperion server."
2020-11-30 17:38:52 +00:00
}
} ,
"auth" : {
"description" : "Configure authorization to your Hyperion Ambilight server" ,
"data" : {
"create_token" : "Automatically create new token" ,
"token" : "Or provide pre-existing token"
}
} ,
"create_token" : {
2025-01-20 13:53:41 +00:00
"description" : "Choose **Submit** below to request a new authentication token. You will be redirected to the Hyperion UI to approve the request. Please verify the shown ID is \"{auth_id}\"" ,
2020-11-30 17:38:52 +00:00
"title" : "Automatically create new authentication token"
} ,
"create_token_external" : {
"title" : "Accept new token in Hyperion UI"
} ,
"confirm" : {
"description" : "Do you want to add this Hyperion Ambilight to Home Assistant?\n\n**Host:** {host}\n**Port:** {port}\n**ID**: {id}" ,
"title" : "Confirm addition of Hyperion Ambilight service"
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_access_token" : "[%key:common::config_flow::error::invalid_access_token%]"
} ,
"abort" : {
"auth_required_error" : "Failed to determine if authorization is required" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_service%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"auth_new_token_not_granted_error" : "Newly created token was not approved on Hyperion UI" ,
"auth_new_token_not_work_error" : "Failed to authenticate using newly created token" ,
2025-01-20 13:53:41 +00:00
"no_id" : "The Hyperion Ambilight instance did not report its ID" ,
2020-12-16 22:55:31 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-11-30 17:38:52 +00:00
}
} ,
"options" : {
"step" : {
"init" : {
"data" : {
2021-03-22 14:59:12 +00:00
"priority" : "Hyperion priority to use for colors and effects" ,
"effect_show_list" : "Hyperion effects to show"
2020-11-30 17:38:52 +00:00
}
}
2024-10-16 19:28:17 +00:00
} ,
"abort" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-11-30 17:38:52 +00:00
}
2023-08-21 19:40:01 +00:00
} ,
"entity" : {
"switch" : {
"all" : {
"name" : "Component all"
} ,
"smoothing" : {
"name" : "Component smoothing"
} ,
"blackbar_detection" : {
"name" : "Component blackbar detection"
} ,
"forwarder" : {
"name" : "Component forwarder"
} ,
"boblight_server" : {
"name" : "Component boblight server"
} ,
"platform_capture" : {
"name" : "Component platform capture"
} ,
"led_device" : {
"name" : "Component LED device"
} ,
"usb_capture" : {
"name" : "Component USB capture"
}
2024-03-04 16:20:20 +00:00
} ,
"sensor" : {
"visible_priority" : {
"name" : "Visible priority"
}
2023-08-21 19:40:01 +00:00
}
2020-11-30 17:38:52 +00:00
}
2021-03-22 14:59:12 +00:00
}