diff --git a/homeassistant/components/zha/core/channels/manufacturerspecific.py b/homeassistant/components/zha/core/channels/manufacturerspecific.py
index 943d13a57d6d2a04dd87ae2f53cc48299f38f0be..b9f0ec1aaca773cb1ea52ff027b4c80ceeca1582 100644
--- a/homeassistant/components/zha/core/channels/manufacturerspecific.py
+++ b/homeassistant/components/zha/core/channels/manufacturerspecific.py
@@ -75,7 +75,7 @@ class OppleRemote(ZigbeeChannel):
                 "trigger_indicator": True,
             }
         elif self.cluster.endpoint.model == "lumi.motion.ac01":
-            self.ZCL_INIT_ATTRS = {  # pylint: disable=invalid-name
+            self.ZCL_INIT_ATTRS = {
                 "presence": True,
                 "monitoring_mode": True,
                 "motion_sensitivity": True,
diff --git a/requirements_test.txt b/requirements_test.txt
index 6072ce896ee43cbb775782ddb53bc1bda132a652..3172c1f5544fa11ccb994f0d6d6ff186be928de3 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -13,7 +13,7 @@ freezegun==1.2.1
 mock-open==1.4.0
 mypy==0.961
 pre-commit==2.19.0
-pylint==2.14.3
+pylint==2.14.4
 pipdeptree==2.2.1
 pylint-strict-informational==0.1
 pytest-aiohttp==0.3.0