mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user