core/tests/components/zha
Shulyaka 0b8529a472
Add zha AnalogOutput cluster support (#44092)
* Initial commit
* black
* isort
* Commit suggestion from code review
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>

* pylint
* removed entity cache for present_value
* fix discovery
* move write_attributes to channel
* write_attributes fix
* write_attributes yet another fix
* update_before_add=False
* mains powered test device
* removed test_restore_state
* flake8
* removed async_configure_channel_specific
* don't know what this patch does, removing
* test for async_update
* removed node_descriptor
* fix unit_of_measurement
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2020-12-14 15:32:45 -05:00
..
__init__.py
common.py Refactor ZHA tests to allow attribute reads during device initialization (#43357) 2020-11-18 19:12:38 -05:00
conftest.py Stub light profiles (#42232) 2020-10-23 16:28:21 +02:00
test_api.py Add Neighbors & Endpoint Names to zha/devices reply (#40748) 2020-09-29 15:25:05 -04:00
test_binary_sensor.py Add Neighbors & Endpoint Names to zha/devices reply (#40748) 2020-09-29 15:25:05 -04:00
test_channels.py Add ZHA Coordinator to LightLink cluster groups (#43959) 2020-12-05 11:20:10 -05:00
test_climate.py Refactor ZHA tests to allow attribute reads during device initialization (#43357) 2020-11-18 19:12:38 -05:00
test_config_flow.py Bump up dependencies on pyserial and pyserial-asyncio (#44089) 2020-12-10 20:41:31 +01:00
test_cover.py Refactor ZHA tests to allow attribute reads during device initialization (#43357) 2020-11-18 19:12:38 -05:00
test_device.py Add Neighbors & Endpoint Names to zha/devices reply (#40748) 2020-09-29 15:25:05 -04:00
test_device_action.py Add default config if not there (#43321) 2020-11-25 15:10:04 +01:00
test_device_tracker.py
test_device_trigger.py Add default config if not there (#43321) 2020-11-25 15:10:04 +01:00
test_discover.py Bump up ZHA dependencies (#42679) 2020-11-01 11:05:55 -05:00
test_fan.py Cleanup ZHA fan channel (#43973) 2020-12-05 18:24:49 -05:00
test_gateway.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_init.py
test_light.py Bump up ZHA dependencies (#42679) 2020-11-01 11:05:55 -05:00
test_lock.py
test_number.py Add zha AnalogOutput cluster support (#44092) 2020-12-14 15:32:45 -05:00
test_registries.py
test_sensor.py Refactor ZHA sensor initialization (#43339) 2020-11-18 21:34:12 -05:00
test_switch.py Fix ZHA switch group test (#44021) 2020-12-07 11:43:35 -05:00
zha_devices_list.py Add zha AnalogOutput cluster support (#44092) 2020-12-14 15:32:45 -05:00