hass-core/tests/components/zwave_js
Raman Gupta 533257021c
Parallelize zwave_js service calls (#71662)
* Parallelize zwave_js service calls to speed them up and handle exceptions properly

* Fix bug

* Add tests

* Fix comments

* Additional comment fixes

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-05-12 03:07:58 -04:00
..
fixtures Add comments to zwave_js node metadata WS API (#67210) 2022-03-31 10:31:17 -04:00
__init__.py
common.py Add Humidifier support to zwave_js (#65847) 2022-02-23 18:01:45 +01:00
conftest.py Don't create two zwave_js.lock entities for a single device (#68651) 2022-03-28 11:15:48 +02:00
test_api.py Send initial message for certain zwave_js ws subscriptions (#71723) 2022-05-12 03:07:11 -04:00
test_binary_sensor.py Refactor enum zwave js tests (#62712) 2022-01-01 21:50:48 +01:00
test_button.py Don't add extra entities for zwave_js controller (#67209) 2022-02-25 07:39:30 +01:00
test_climate.py Use climate enums in zwave_js (#70757) 2022-04-26 12:23:48 +02:00
test_config_flow.py Add zeroconf discovery to zwave_js (#69382) 2022-04-06 18:46:13 +02:00
test_config_validation.py Improve zwave_js custom triggers and services (#67461) 2022-03-05 09:00:31 +01:00
test_cover.py Refactor enum zwave js tests (#62712) 2022-01-01 21:50:48 +01:00
test_device_action.py Mark device actions from hidden or auxiliary entities as secondary (#70278) 2022-04-20 10:48:46 -07:00
test_device_condition.py Mark device conditions from hidden or auxiliary entities as secondary (#70333) 2022-04-20 21:41:59 +02:00
test_device_trigger.py Mark device triggers from hidden or auxiliary entities as secondary (#70335) 2022-04-21 08:01:32 +02:00
test_diagnostics.py Redact user codes from zwave_js diagnostics (#68515) 2022-03-23 21:13:27 +01:00
test_discovery.py Add zwave_js support for Fortrezz SSA3 (#62765) 2021-12-25 10:33:20 +01:00
test_events.py Add zwave_js MultilevelSwitch Notification (#70470) 2022-04-27 09:12:23 +02:00
test_fan.py Add zwave_js fan preset modes and enable them for Inovelli LZW36 (#60947) 2022-03-19 03:56:05 +01:00
test_helpers.py Redact user codes from zwave_js diagnostics (#68515) 2022-03-23 21:13:27 +01:00
test_humidifier.py Add Humidifier support to zwave_js (#65847) 2022-02-23 18:01:45 +01:00
test_init.py Fix regression in zwave_js (#69312) 2022-04-06 00:40:33 -04:00
test_light.py Use light enums in zwave_js (#70791) 2022-04-26 15:31:25 +03:00
test_lock.py Don't create two zwave_js.lock entities for a single device (#68651) 2022-03-28 11:15:48 +02:00
test_migrate.py Remove deprecated (old) Z-Wave integration (#67221) 2022-03-18 13:09:10 +01:00
test_number.py Use RegistryEntryDisabler (#60436) 2021-12-15 23:25:40 +02:00
test_select.py Refactor enum zwave js tests (#62712) 2022-01-01 21:50:48 +01:00
test_sensor.py Don't add extra entities for zwave_js controller (#67209) 2022-02-25 07:39:30 +01:00
test_services.py Parallelize zwave_js service calls (#71662) 2022-05-12 03:07:58 -04:00
test_siren.py Set zwave_js siren to unknown state if value is None (#67172) 2022-02-24 23:21:36 +01:00
test_switch.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00
test_trigger.py Improve zwave_js custom triggers and services (#67461) 2022-03-05 09:00:31 +01:00