1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/homeassistant/components/nam/strings.sensor.json
Maciej Bieniek bf510fcb4c
Add CAQI sensors to Nettigo Air Monitor integration (#76709)
* Add CAQI sensors

* Add state translation

* Add icon

* Update tests

* Remove unit

* Update test

* Do not use device_class

* Update tests

* Remove unit and device_class
2022-08-28 21:54:00 +02:00

12 lines
181 B
JSON

{
"state": {
"nam__caqi_level": {
"very low": "Very low",
"low": "Low",
"medium": "Medium",
"high": "High",
"very high": "Very high"
}
}
}