Skip to content
Snippets Groups Projects
Unverified Commit 162e5029 authored by Tom Harris's avatar Tom Harris Committed by GitHub
Browse files

Fix X10 devices and adding default links (#36807)

parent 3cc94f7d
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......@@ -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"]
}
\ No newline at end of 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment