core/homeassistant/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
..
translations [ci skip] Translation update 2021-12-04 00:13:16 +00:00
__init__.py Remove cleanup_registry from onewire (#60546) 2021-12-01 18:38:07 +01:00
binary_sensor.py Add Onewire diagnostic and config switches and binary_sensors (#59309) 2021-12-07 13:59:43 +01:00
config_flow.py
const.py Add Onewire diagnostic and config switches and binary_sensors (#59309) 2021-12-07 13:59:43 +01:00
manifest.json
model.py
onewire_entities.py
onewirehub.py Remove cleanup_registry from onewire (#60546) 2021-12-01 18:38:07 +01:00
sensor.py Use state class enum for Onewire (#60770) 2021-12-01 17:42:08 +01:00
strings.json
switch.py Add Onewire diagnostic and config switches and binary_sensors (#59309) 2021-12-07 13:59:43 +01:00