Add basic test support to Homematic IP Cloud (#27228)

* Add basic test support to Homematic IP Cloud

* move test data address comments
This commit is contained in:
SukramJ 2019-10-06 11:54:26 +02:00 committed by Martin Hjelmare
parent 2c6a869bc6
commit 476f24e451
9 changed files with 5672 additions and 10 deletions

View file

@ -115,6 +115,7 @@ class HomematicipAccesspointStatus(HomematicipGenericDevice):
def __init__(self, home: AsyncHome) -> None:
"""Initialize access point device."""
home.modelType = "HmIP-HAP"
super().__init__(home, home)
@property