mirror of https://github.com/home-assistant/core
103 lines
4.2 KiB
JSON
103 lines
4.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"station_id": "ID of the measuring station"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_station_id": "ID of the measuring station is not correct.",
|
|
"invalid_sensors_data": "Invalid sensors' data for this measuring station.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
|
}
|
|
},
|
|
"system_health": {
|
|
"info": {
|
|
"can_reach_server": "Reach GIO\u015a server"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"aqi": {
|
|
"name": "[%key:component::sensor::entity_component::aqi::name%]",
|
|
"state": {
|
|
"very_bad": "Very bad",
|
|
"bad": "Bad",
|
|
"sufficient": "Sufficient",
|
|
"moderate": "Moderate",
|
|
"good": "Good",
|
|
"very_good": "Very good"
|
|
}
|
|
},
|
|
"c6h6": {
|
|
"name": "Benzene"
|
|
},
|
|
"co": {
|
|
"name": "[%key:component::sensor::entity_component::carbon_monoxide::name%]"
|
|
},
|
|
"no2_index": {
|
|
"name": "Nitrogen dioxide index",
|
|
"state": {
|
|
"very_bad": "[%key:component::gios::entity::sensor::aqi::state::very_bad%]",
|
|
"bad": "[%key:component::gios::entity::sensor::aqi::state::bad%]",
|
|
"sufficient": "[%key:component::gios::entity::sensor::aqi::state::sufficient%]",
|
|
"moderate": "[%key:component::gios::entity::sensor::aqi::state::moderate%]",
|
|
"good": "[%key:component::gios::entity::sensor::aqi::state::good%]",
|
|
"very_good": "[%key:component::gios::entity::sensor::aqi::state::very_good%]"
|
|
}
|
|
},
|
|
"o3_index": {
|
|
"name": "Ozone index",
|
|
"state": {
|
|
"very_bad": "[%key:component::gios::entity::sensor::aqi::state::very_bad%]",
|
|
"bad": "[%key:component::gios::entity::sensor::aqi::state::bad%]",
|
|
"sufficient": "[%key:component::gios::entity::sensor::aqi::state::sufficient%]",
|
|
"moderate": "[%key:component::gios::entity::sensor::aqi::state::moderate%]",
|
|
"good": "[%key:component::gios::entity::sensor::aqi::state::good%]",
|
|
"very_good": "[%key:component::gios::entity::sensor::aqi::state::very_good%]"
|
|
}
|
|
},
|
|
"pm10_index": {
|
|
"name": "PM10 index",
|
|
"state": {
|
|
"very_bad": "[%key:component::gios::entity::sensor::aqi::state::very_bad%]",
|
|
"bad": "[%key:component::gios::entity::sensor::aqi::state::bad%]",
|
|
"sufficient": "[%key:component::gios::entity::sensor::aqi::state::sufficient%]",
|
|
"moderate": "[%key:component::gios::entity::sensor::aqi::state::moderate%]",
|
|
"good": "[%key:component::gios::entity::sensor::aqi::state::good%]",
|
|
"very_good": "[%key:component::gios::entity::sensor::aqi::state::very_good%]"
|
|
}
|
|
},
|
|
"pm25_index": {
|
|
"name": "PM2.5 index",
|
|
"state": {
|
|
"very_bad": "[%key:component::gios::entity::sensor::aqi::state::very_bad%]",
|
|
"bad": "[%key:component::gios::entity::sensor::aqi::state::bad%]",
|
|
"sufficient": "[%key:component::gios::entity::sensor::aqi::state::sufficient%]",
|
|
"moderate": "[%key:component::gios::entity::sensor::aqi::state::moderate%]",
|
|
"good": "[%key:component::gios::entity::sensor::aqi::state::good%]",
|
|
"very_good": "[%key:component::gios::entity::sensor::aqi::state::very_good%]"
|
|
}
|
|
},
|
|
"so2_index": {
|
|
"name": "Sulphur dioxide index",
|
|
"state": {
|
|
"very_bad": "[%key:component::gios::entity::sensor::aqi::state::very_bad%]",
|
|
"bad": "[%key:component::gios::entity::sensor::aqi::state::bad%]",
|
|
"sufficient": "[%key:component::gios::entity::sensor::aqi::state::sufficient%]",
|
|
"moderate": "[%key:component::gios::entity::sensor::aqi::state::moderate%]",
|
|
"good": "[%key:component::gios::entity::sensor::aqi::state::good%]",
|
|
"very_good": "[%key:component::gios::entity::sensor::aqi::state::very_good%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|