mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Bump to pyIntesishome 1.7.5 (#36562)
This commit is contained in:
parent
1f9721bad3
commit
82b77a8108
@ -199,6 +199,7 @@ class IntesisAC(ClimateEntity):
|
|||||||
await self._controller.connect()
|
await self._controller.connect()
|
||||||
except IHConnectionError as ex:
|
except IHConnectionError as ex:
|
||||||
_LOGGER.error("Exception connecting to IntesisHome: %s", ex)
|
_LOGGER.error("Exception connecting to IntesisHome: %s", ex)
|
||||||
|
raise PlatformNotReady
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
"name": "IntesisHome",
|
"name": "IntesisHome",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/intesishome",
|
"documentation": "https://www.home-assistant.io/integrations/intesishome",
|
||||||
"codeowners": ["@jnimmo"],
|
"codeowners": ["@jnimmo"],
|
||||||
"requirements": ["pyintesishome==1.7.4"]
|
"requirements": ["pyintesishome==1.7.5"]
|
||||||
}
|
}
|
||||||
|
@ -1394,7 +1394,7 @@ pyicloud==0.9.7
|
|||||||
pyinsteon==1.0.4
|
pyinsteon==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.7.4
|
pyintesishome==1.7.5
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.5
|
pyipma==2.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user