core/tests/components/shelly
Michael 1d2b9d2c63
Add diagnostics platform to Shelly (#64660)
* add config entry diagnostics

* add test

* make pylint happy

* add some device settings

* adjust tests

* add hass system info

* make sw_version be a property of wrapper classes

* remove hass sys info, since is added centraly

* check if device is initialized

* device_info is always available

* add device status data
2022-01-23 02:18:09 +02:00
..
__init__.py
conftest.py Add reboot button to Shelly devices (#60417) 2021-11-29 19:49:49 +01:00
test_button.py Add reboot button to Shelly devices (#60417) 2021-11-29 19:49:49 +01:00
test_config_flow.py Add new name handling for Shelly RPC devices (#60539) 2021-11-29 16:16:49 +01:00
test_cover.py
test_device_trigger.py Fix Shelly error fetching device triggers for sleeping devices (#63103) 2021-12-31 18:47:03 +01:00
test_diagnostics.py Add diagnostics platform to Shelly (#64660) 2022-01-23 02:18:09 +02:00
test_logbook.py
test_switch.py