mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Updating to allow for Button Press event logs for Inovelli devices (#68277)
Co-authored-by: codyhackw <49957005+codyhackw@users.noreply.github.com>
This commit is contained in:
parent
34063836ba
commit
78a41022ad
@ -84,3 +84,11 @@ class SmartThingsAcceleration(ZigbeeChannel):
|
|||||||
ATTR_VALUE: value,
|
ATTR_VALUE: value,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@registries.CHANNEL_ONLY_CLUSTERS.register(0xFC31)
|
||||||
|
@registries.CLIENT_CHANNELS_REGISTRY.register(0xFC31)
|
||||||
|
class InovelliCluster(ZigbeeChannel):
|
||||||
|
"""Inovelli Button Press Event channel."""
|
||||||
|
|
||||||
|
REPORT_CONFIG = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user