From e17e080639e93e6d02c3345cb05d7aa1cf4bd7d5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 11 Aug 2018 08:47:41 +0200 Subject: [PATCH] :pencil2: Corrects typo in code comments (#15923) `MomematicIP` -> `HomematicIP` --- homeassistant/components/binary_sensor/homematicip_cloud.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/binary_sensor/homematicip_cloud.py b/homeassistant/components/binary_sensor/homematicip_cloud.py index 1ab4fe74d69..962817827f0 100644 --- a/homeassistant/components/binary_sensor/homematicip_cloud.py +++ b/homeassistant/components/binary_sensor/homematicip_cloud.py @@ -65,7 +65,7 @@ class HomematicipShutterContact(HomematicipGenericDevice, BinarySensorDevice): class HomematicipMotionDetector(HomematicipGenericDevice, BinarySensorDevice): - """MomematicIP motion detector.""" + """HomematicIP motion detector.""" @property def device_class(self): @@ -81,7 +81,7 @@ class HomematicipMotionDetector(HomematicipGenericDevice, BinarySensorDevice): class HomematicipSmokeDetector(HomematicipGenericDevice, BinarySensorDevice): - """MomematicIP smoke detector.""" + """HomematicIP smoke detector.""" @property def device_class(self):