Skip to content

Commit

Permalink
Merge pull request #12 from antoonhuiskens/main
Browse files Browse the repository at this point in the history
Adds DVT_TADO device and add TADO channels to 'ignored_channel_types'…
  • Loading branch information
mnordseth authored Mar 15, 2023
2 parents 730dc4c + 9c83f17 commit 8cc5749
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion custom_components/enet/enet_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@
"manufacturer": "Gira",
"device_class": None,
},
"DVT_TADO": {
"description": "enet integrated TADO",
"manufacturer": "TADO",
"device_class": None,
},
}

channel_config = {
Expand Down Expand Up @@ -339,4 +344,4 @@
"CT_1F20": {"description": "Repeater sensor", "type": "sensor"},
}

ignored_channel_types = ("CT_DISABLED", "CT_DEVICE", "CT_1F15")
ignored_channel_types = ("CT_DISABLED", "CT_DEVICE", "CT_1F15", "CH_TADO", "CH_TADO_ZH")

0 comments on commit 8cc5749

Please sign in to comment.