mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Improve pylint disable rule in zha (#72835)
This commit is contained in:
@@ -60,7 +60,7 @@ class OppleRemote(ZigbeeChannel):
|
||||
"""Initialize Opple channel."""
|
||||
super().__init__(cluster, ch_pool)
|
||||
if self.cluster.endpoint.model == "lumi.motion.ac02":
|
||||
self.ZCL_INIT_ATTRS = { # pylint: disable=C0103
|
||||
self.ZCL_INIT_ATTRS = { # pylint: disable=invalid-name
|
||||
"detection_interval": True,
|
||||
"motion_sensitivity": True,
|
||||
"trigger_indicator": True,
|
||||
|
Reference in New Issue
Block a user