Fix X10 devices and adding default links (#36807)

This commit is contained in:
Tom Harris 2020-06-15 07:49:39 -04:00 committed by GitHub
parent 3cc94f7d6a
commit 162e502962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -124,4 +124,4 @@ class InsteonEntity(Entity):
async def _async_add_default_links(self):
"""Add default links between the device and the modem."""
await self._insteon_device.async_add_default_links(self.address)
await self._insteon_device.async_add_default_links()

View File

@ -2,6 +2,6 @@
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
"requirements": ["pyinsteon==1.0.3"],
"requirements": ["pyinsteon==1.0.4"],
"codeowners": ["@teharris1"]
}

View File

@ -1387,7 +1387,7 @@ pyialarm==0.3
pyicloud==0.9.7
# homeassistant.components.insteon
pyinsteon==1.0.3
pyinsteon==1.0.4
# homeassistant.components.intesishome
pyintesishome==1.7.4