mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
✏️ Corrects typo in code comments (#15923)
`MomematicIP` -> `HomematicIP`
This commit is contained in:
parent
055e35b297
commit
e17e080639
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user