1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-17 17:30:08 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Raman Gupta
06178d3446 Only redact zwave_js values that are worth redacting ()
* Only redact zwave_js values that are worth redacting

* Tweak test

* Use redacted fixture for test
2022-09-16 15:04:55 -06:00
Raman Gupta
37631d2017 Add value ID to zwave_js device diagnostics () 2022-09-08 09:13:01 +02:00
kpine
c27fbce7d0 Fix KeyError from zwave_js diagnostics () 2022-07-09 00:20:44 +02:00
Raman Gupta
3a998f1d46 Update node statistics for zwave_js device diagnostics dump () 2022-05-26 03:03:43 -04:00
Raman Gupta
eb7a521232 Fix more typing for zwave_js ()
* Fix more typing for zwave_js

* Revert one change

* reduce lines

* Fix tests
2022-05-25 07:50:25 +02:00
Martin Hjelmare
f7475a5bdb Clean zwave_js entity driver access () 2022-05-24 17:52:07 -04:00
Raman Gupta
8293430e25 Redact user codes from zwave_js diagnostics ()
* Redact user codes from zwave_js diagnostics

* simplify test

* Remove unused logic

* revert change and make all inputs to ZwaveValueID optional

* revert change and make all inputs to ZwaveValueID optional

* Remove unused diagnostics data from fixture and test location redaction

* Add empty ZwaveValueID check

* Improve coverage

* Simplify post_init check

* Use dataclasses.astuple for checks instead
2022-03-23 21:13:27 +01:00
Raman Gupta
45a80f182d Dump entities in zwave_js device diagnostics () 2022-03-22 20:50:02 -07:00
Raman Gupta
82ebb7047f Bump zwave-js-server-python to 0.35.0 ()
* Bump zwave-js-server-python to 0.35.0

* Remove support for new event type which should go in a separate PR
2022-02-18 02:36:27 -05:00
Raman Gupta
a420e9443c Add version info to zwave js device diagnostics () 2022-01-20 12:55:47 -08:00
Raman Gupta
f622bf4ff2 Fix bug for zwave_js diagnostics () 2022-01-20 12:38:34 -05:00
Raman Gupta
11d0dcf7ac Add zwave_js device diagnostics ()
* Add zwave_js device diagnostics

* Add diagnostics as a dependency in manifest

* Add failure scenario test

* fix device diagnostics helper and remove dependency

* tweak
2022-01-20 11:49:24 +01:00
Raman Gupta
c3fc7becb6 Add zwave_js support for diagnostics () 2022-01-17 22:00:53 -08:00