1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/openuv/strings.json

87 lines
2.4 KiB
JSON

{
"config": {
"step": {
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Please re-enter the API key for {latitude}, {longitude}.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"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%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"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"
}
}
}
},
"entity": {
"binary_sensor": {
"protection_window": {
"name": "Protection window"
}
},
"sensor": {
"current_ozone_level": {
"name": "Current ozone level"
},
"current_uv_index": {
"name": "Current UV index"
},
"current_uv_level": {
"name": "Current UV level",
"state": {
"extreme": "Extreme",
"high": "High",
"low": "Low",
"moderate": "Moderate",
"very_high": "Very high"
}
},
"max_uv_index": {
"name": "Max UV index"
},
"skin_type_1_safe_exposure_time": {
"name": "Skin type 1 safe exposure time"
},
"skin_type_2_safe_exposure_time": {
"name": "Skin type 2 safe exposure time"
},
"skin_type_3_safe_exposure_time": {
"name": "Skin type 3 safe exposure time"
},
"skin_type_4_safe_exposure_time": {
"name": "Skin type 4 safe exposure time"
},
"skin_type_5_safe_exposure_time": {
"name": "Skin type 5 safe exposure time"
},
"skin_type_6_safe_exposure_time": {
"name": "Skin type 6 safe exposure time"
}
}
}
}