hass-core/tests/components/zwave_js
Raman Gupta 05c3d8bb37
Add zwave_js node statistics sensors (#91714)
* Add node statistics sensors

* fix tests and don't let controller state leak across tests

* Add background RSSI

* Remove extra logging statement

* fix test

* comments

* setup platform once

* Add static properties to entity description

* Update homeassistant/components/zwave_js/sensor.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* don't dupe attribute values in entity description

* fix exception

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-05-30 20:44:32 +02:00
..
fixtures Add zwave_js node statistics sensors (#91714) 2023-05-30 20:44:32 +02:00
__init__.py
common.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
conftest.py Add zwave_js node statistics sensors (#91714) 2023-05-30 20:44:32 +02:00
test_api.py Add proper support for zwave_js Indicator CC (#90248) 2023-05-24 09:09:38 -04:00
test_binary_sensor.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_button.py Update name for Notification CC sensors and buttons (#93019) 2023-05-24 09:00:37 -04:00
test_climate.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_config_flow.py Include UUID in hassio discovery data (#91970) 2023-04-25 09:48:47 +02:00
test_config_validation.py Add return type to tests without arguments (#87613) 2023-02-07 14:20:06 +01:00
test_cover.py Add support for Window Covering CC (#93314) 2023-05-30 11:26:23 -04:00
test_device_action.py Adjust entity registry access in tests (3) (#88964) 2023-03-01 16:04:40 +01:00
test_device_condition.py Adjust entity registry access in tests (3) (#88964) 2023-03-01 16:04:40 +01:00
test_device_trigger.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_diagnostics.py Add proper support for zwave_js Indicator CC (#90248) 2023-05-24 09:09:38 -04:00
test_discovery.py Add proper support for zwave_js Indicator CC (#90248) 2023-05-24 09:09:38 -04:00
test_events.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_fan.py Do optimistic state update for Z-Wave multilevel switch entities (#90490) 2023-05-24 09:04:11 -04:00
test_helpers.py Improve test coverage for zwave_js (#93262) 2023-05-22 12:20:01 +02:00
test_humidifier.py Improve test coverage for zwave_js (#93262) 2023-05-22 12:20:01 +02:00
test_init.py Add zwave_js node statistics sensors (#91714) 2023-05-30 20:44:32 +02:00
test_light.py Do optimistic state update for Z-Wave multilevel switch entities (#90490) 2023-05-24 09:04:11 -04:00
test_lock.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_logbook.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_migrate.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_number.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_select.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_sensor.py Add zwave_js node statistics sensors (#91714) 2023-05-30 20:44:32 +02:00
test_services.py Bump zwave-js-server-python to 0.48.0 (#91989) 2023-04-25 15:41:37 -04:00
test_siren.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_switch.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_trigger.py Improve test coverage for zwave_js.trigger (#93260) 2023-05-22 17:55:03 +02:00
test_update.py Improve test coverage for zwave_js (#93262) 2023-05-22 12:20:01 +02:00