-
- Downloads
Add configure_reporting() method to zha component (#16487)
* Add zha.configure_reporting() method. Binds a cluster and configures reporting for the specified attribute. * git add homeassistant/components/binary_sensor/zha.py * Refactor sensor.zha to use new 'configure_reporting() method. * Zha configure reporting - switch (#1) * use configure_reporting for zha switch * lint fixes * Rename variables/classes to properly reflect the content
Showing
- homeassistant/components/binary_sensor/zha.py 12 additions, 15 deletionshomeassistant/components/binary_sensor/zha.py
- homeassistant/components/sensor/zha.py 3 additions, 3 deletionshomeassistant/components/sensor/zha.py
- homeassistant/components/switch/zha.py 12 additions, 6 deletionshomeassistant/components/switch/zha.py
- homeassistant/components/zha/__init__.py 39 additions, 0 deletionshomeassistant/components/zha/__init__.py
Please register or sign in to comment