1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 10:15:33 +01:00
Files
core/homeassistant/components/co2signal/strings.json
T
2025-10-28 10:33:10 +01:00

67 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_data": "No data is available for the location you have selected.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"coordinates": {
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
},
"country": {
"data": {
"country_code": "Country code"
}
},
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::access_token%]"
}
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::access_token%]",
"location": "[%key:common::config_flow::data::location%]"
},
"description": "Visit the [Electricity Maps page]({register_link}) to request a token."
}
}
},
"entity": {
"sensor": {
"carbon_intensity": {
"name": "CO2 intensity",
"state_attributes": {
"country_code": {
"name": "Country code"
}
}
},
"fossil_fuel_percentage": {
"name": "Grid fossil fuel percentage",
"state_attributes": {
"country_code": {
"name": "[%key:component::co2signal::entity::sensor::carbon_intensity::state_attributes::country_code::name%]"
}
}
}
}
},
"selector": {
"location": {
"options": {
"specify_coordinates": "Specify coordinates",
"specify_country_code": "Specify country code",
"use_home_location": "Use home location"
}
}
}
}