{ "config": { "step": { "user": { "title": "Fill in your information", "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "elevation": "[%key:common::config_flow::data::elevation%]", "latitude": "[%key:common::config_flow::data::latitude%]", "longitude": "[%key:common::config_flow::data::longitude%]" } } }, "error": { "invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" } }, "options": { "step": { "init": { "title": "Configure OpenUV", "data": { "from_window": "Starting UV index for the protection window", "to_window": "Ending UV index for the protection window" } } } }, "issues": { "deprecated_service_multiple_alternate_targets": { "title": "The {deprecated_service} service is being removed", "description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with one of these entity IDs as the target: `{alternate_targets}`." }, "deprecated_service_single_alternate_target": { "title": "The {deprecated_service} service is being removed", "description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with `{alternate_targets}` as the target." } } }