core/tests/components/systemmonitor
G Johansson 1706156faf
Add Process binary sensor in System Monitor (#108585)
* Process binary sensor in System Monitor

* Add repair flow

* add issue

* add platform

* fix repair

* Tests

* Fix tests

* add minor version

* migrate

* Mod repairs

* Fix tests

* config flow test

* Last fixes

* Review comments

* Remove entities during repair

* Remove snapshot
2024-02-06 02:09:05 +01:00
..
snapshots Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
__init__.py
conftest.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_binary_sensor.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_config_flow.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_init.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_repairs.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_sensor.py Add Process binary sensor in System Monitor (#108585) 2024-02-06 02:09:05 +01:00
test_util.py