Add support for DS2405 (#50148)
This commit is contained in:
parent
9eecd90afc
commit
d7c0da90c5
2 changed files with 30 additions and 0 deletions
|
@ -19,6 +19,14 @@ from .onewirehub import OneWireHub
|
|||
|
||||
DEVICE_SWITCHES: dict[str, list[DeviceComponentDescription]] = {
|
||||
# Family : { owfs path }
|
||||
"05": [
|
||||
{
|
||||
"path": "PIO",
|
||||
"name": "PIO",
|
||||
"type": SWITCH_TYPE_PIO,
|
||||
"default_disabled": True,
|
||||
},
|
||||
],
|
||||
"12": [
|
||||
{
|
||||
"path": "PIO.A",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue