core/homeassistant/components/zha
B-Hartley ee2658f9e6
Add (some) of ZCL concentration clusters to ZHA component (#47590)
* Update registries.py

Add concentration clusters recently added to zigpy

* Update measurement.py

Add concentration clusters recently added to ZigPy

* Update sensor.py

Add concentration clusters recently added to ZigPy

* Update sensor.py

remove unnecessary tabs

* Update measurement.py

remove unnecessary tabs

* Update sensor.py

Just adding CO and CO2 for now.

* Update registries.py

Just adding CO2 and CO for now.

* Update measurement.py

Just adding CO2 and CO for now

* Update sensor.py

import const CONCENTRATION_PARTS_PER_MILLION

* Update registries.py

removed trailing whitespace

* Update sensor.py

added extra blank lines and removed trailing whitespace

* Update measurement.py

added extra blank lines and removed trailing whitespace

* Update sensor.py

add device classes for CO and CO2
2021-03-08 11:22:13 -05:00
..
core Add (some) of ZCL concentration clusters to ZHA component (#47590) 2021-03-08 11:22:13 -05:00
translations [ci skip] Translation update 2021-02-21 00:07:04 +00:00
__init__.py Uniformize platform setup (#47101) 2021-03-02 21:43:59 +01:00
api.py Clean up constants (#47323) 2021-03-05 19:08:04 +01:00
binary_sensor.py
climate.py
config_flow.py
cover.py Update pylint (#47205) 2021-02-28 22:09:01 -10:00
device_action.py
device_tracker.py
device_trigger.py
entity.py Clean up constants (#47323) 2021-03-05 19:08:04 +01:00
fan.py Cleanup inconsistencies in zha fan and make it a bit more dry (#46714) 2021-02-19 19:42:14 -10:00
light.py
lock.py
manifest.json Update ZHA dependencies (#47479) 2021-03-05 17:01:54 -05:00
number.py
sensor.py Add (some) of ZCL concentration clusters to ZHA component (#47590) 2021-03-08 11:22:13 -05:00
services.yaml
strings.json
switch.py