2019-12-31 12:05:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-04-16 19:52:53 +00:00
|
|
|
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
|
2019-12-31 12:05:31 +00:00
|
|
|
"data": {
|
2020-10-06 12:54:02 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2019-12-31 12:05:31 +00:00
|
|
|
"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.",
|
2020-10-01 10:54:10 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-01-08 18:44:03 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-07 13:30:46 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
2019-12-31 12:05:31 +00:00
|
|
|
}
|
2020-12-07 02:50:22 +00:00
|
|
|
},
|
|
|
|
"system_health": {
|
|
|
|
"info": {
|
|
|
|
"can_reach_server": "Reach GIO\u015a server"
|
|
|
|
}
|
2023-03-06 17:12:19 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"aqi": {
|
2023-04-03 10:42:55 +00:00
|
|
|
"name": "[%key:component::sensor::entity_component::aqi::name%]",
|
2023-03-06 17:12:19 +00:00
|
|
|
"state": {
|
|
|
|
"very_bad": "Very bad",
|
|
|
|
"bad": "Bad",
|
|
|
|
"sufficient": "Sufficient",
|
|
|
|
"moderate": "Moderate",
|
|
|
|
"good": "Good",
|
|
|
|
"very_good": "Very good"
|
|
|
|
}
|
2023-03-28 06:36:42 +00:00
|
|
|
},
|
2023-04-02 18:25:38 +00:00
|
|
|
"c6h6": {
|
|
|
|
"name": "Benzene"
|
|
|
|
},
|
|
|
|
"co": {
|
2023-04-03 10:42:55 +00:00
|
|
|
"name": "[%key:component::sensor::entity_component::carbon_monoxide::name%]"
|
2023-04-02 18:25:38 +00:00
|
|
|
},
|
2023-03-28 06:36:42 +00:00
|
|
|
"no2_index": {
|
2023-04-02 18:25:38 +00:00
|
|
|
"name": "Nitrogen dioxide index",
|
2023-03-28 06:36:42 +00:00
|
|
|
"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": {
|
2023-04-02 18:25:38 +00:00
|
|
|
"name": "Ozone index",
|
2023-03-28 06:36:42 +00:00
|
|
|
"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": {
|
2023-04-14 07:43:15 +00:00
|
|
|
"name": "PM10 index",
|
2023-03-28 06:36:42 +00:00
|
|
|
"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": {
|
2023-04-14 07:43:15 +00:00
|
|
|
"name": "PM2.5 index",
|
2023-03-28 06:36:42 +00:00
|
|
|
"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": {
|
2023-04-02 18:25:38 +00:00
|
|
|
"name": "Sulphur dioxide index",
|
2023-03-28 06:36:42 +00:00
|
|
|
"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%]"
|
|
|
|
}
|
2023-03-06 17:12:19 +00:00
|
|
|
}
|
|
|
|
}
|
2019-12-31 12:05:31 +00:00
|
|
|
}
|
|
|
|
}
|