parent
055e35b297
commit
e17e080639
|
@ -65,7 +65,7 @@ class HomematicipShutterContact(HomematicipGenericDevice, BinarySensorDevice):
|
||||||
|
|
||||||
|
|
||||||
class HomematicipMotionDetector(HomematicipGenericDevice, BinarySensorDevice):
|
class HomematicipMotionDetector(HomematicipGenericDevice, BinarySensorDevice):
|
||||||
"""MomematicIP motion detector."""
|
"""HomematicIP motion detector."""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def device_class(self):
|
def device_class(self):
|
||||||
|
@ -81,7 +81,7 @@ class HomematicipMotionDetector(HomematicipGenericDevice, BinarySensorDevice):
|
||||||
|
|
||||||
|
|
||||||
class HomematicipSmokeDetector(HomematicipGenericDevice, BinarySensorDevice):
|
class HomematicipSmokeDetector(HomematicipGenericDevice, BinarySensorDevice):
|
||||||
"""MomematicIP smoke detector."""
|
"""HomematicIP smoke detector."""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def device_class(self):
|
def device_class(self):
|
||||||
|
|
Loading…
Reference in New Issue