Add support for DS2405 (#50148)

This commit is contained in:
epenet 2021-05-20 17:02:25 +02:00 committed by GitHub
parent 9eecd90afc
commit d7c0da90c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View file

@ -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",