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:
parent
2c6a869bc6
commit
476f24e451
9 changed files with 5672 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue