core/tests/components/onewire
Tim Rightnour 489d85d862
Add Onewire diagnostic and config switches and binary_sensors (#59309)
* Onewire: Add diagnostic and config switches and binary_sensors
This commit adds diagnostic and config switches and binary_sensors to
the HobbyBoards devices.  With these, the user will be able to configure
those devices, without having to run owwrite/owread commands outside
of HA.

* Address review from @epenet

* Add HB_HUB to DEVICE_SUPPORT_OWSERVER

* Device class and entity category enums

* Fixup merge breakage

* Remove duplicate lines
2021-12-07 13:59:43 +01:00
..
__init__.py Use EntityCategory enum in Onewire (#60907) 2021-12-03 09:20:00 -08:00
conftest.py Use constants in Onewire tests (#58017) 2021-10-19 21:41:01 +02:00
const.py Add Onewire diagnostic and config switches and binary_sensors (#59309) 2021-12-07 13:59:43 +01:00
test_binary_sensor.py Use new Platform enum in Onewire (#60904) 2021-12-03 09:25:22 -08:00
test_config_flow.py Use pytest fixtures on Onewire tests (#57973) 2021-10-18 19:16:53 +02:00
test_init.py Remove cleanup_registry from onewire (#60546) 2021-12-01 18:38:07 +01:00
test_sensor.py Use new Platform enum in Onewire (#60904) 2021-12-03 09:25:22 -08:00
test_switch.py Use new Platform enum in Onewire (#60904) 2021-12-03 09:25:22 -08:00