mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Fix zha InovelliCluster base class (#68683)
This commit is contained in:
parent
4db2270f3d
commit
cde989cd38
@ -12,7 +12,7 @@ from ..const import (
|
||||
SIGNAL_ATTR_UPDATED,
|
||||
UNKNOWN,
|
||||
)
|
||||
from .base import ZigbeeChannel
|
||||
from .base import ClientChannel, ZigbeeChannel
|
||||
|
||||
|
||||
@registries.ZIGBEE_CHANNEL_REGISTRY.register(registries.SMARTTHINGS_HUMIDITY_CLUSTER)
|
||||
@ -88,7 +88,7 @@ class SmartThingsAcceleration(ZigbeeChannel):
|
||||
|
||||
@registries.CHANNEL_ONLY_CLUSTERS.register(0xFC31)
|
||||
@registries.CLIENT_CHANNELS_REGISTRY.register(0xFC31)
|
||||
class InovelliCluster(ZigbeeChannel):
|
||||
class InovelliCluster(ClientChannel):
|
||||
"""Inovelli Button Press Event channel."""
|
||||
|
||||
REPORT_CONFIG = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user