✏️ Corrects typo in code comments (#15923)

`MomematicIP` -> `HomematicIP`
pull/13892/merge
Franck Nijhof 2018-08-11 08:47:41 +02:00 committed by Paulus Schoutsen
parent 055e35b297
commit e17e080639
1 changed files with 2 additions and 2 deletions

View File

@ -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):