core/tests/components/zwave_js
Martin Hjelmare 842cc060f8
Fix zwave_js addon info (#76044)
* Add add-on store info command

* Use add-on store info command in zwave_js

* Fix init tests

* Update tests

* Fix method for addon store info

* Fix response parsing

* Fix store addon installed response parsing

* Remove addon info log that can contain network keys

* Add supervisor store addon info test

* Default to version None if add-on not installed

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-08-03 22:33:05 +02:00
..
fixtures
__init__.py
common.py
conftest.py Fix zwave_js addon info (#76044) 2022-08-03 22:33:05 +02:00
test_api.py Update zwave_js WS API names (#75797) 2022-07-27 23:42:17 +02:00
test_binary_sensor.py
test_button.py
test_climate.py
test_config_flow.py Fix zwave_js addon info (#76044) 2022-08-03 22:33:05 +02:00
test_config_validation.py
test_cover.py
test_device_action.py
test_device_condition.py
test_device_trigger.py Add new zwave_js notification parameters (#75796) 2022-07-27 23:40:44 +02:00
test_diagnostics.py Fix KeyError from zwave_js diagnostics (#74579) 2022-07-09 00:20:44 +02:00
test_discovery.py
test_events.py Add new zwave_js notification parameters (#75796) 2022-07-27 23:40:44 +02:00
test_fan.py
test_humidifier.py
test_init.py Fix zwave_js addon info (#76044) 2022-08-03 22:33:05 +02:00
test_light.py
test_lock.py
test_logbook.py
test_migrate.py
test_number.py
test_select.py
test_sensor.py
test_services.py
test_siren.py
test_switch.py
test_trigger.py