mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 04:37:52 +00:00
Improve august reconnect logic when service become unreachable (#48349)
This is a different error than internet down.
This commit is contained in:
parent
c4f98a3084
commit
ae8afb69e7
@ -2,7 +2,7 @@
|
|||||||
"domain": "august",
|
"domain": "august",
|
||||||
"name": "August",
|
"name": "August",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||||
"requirements": ["yalexs==1.1.5"],
|
"requirements": ["yalexs==1.1.6"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{"hostname":"connect","macaddress":"D86162*"},
|
{"hostname":"connect","macaddress":"D86162*"},
|
||||||
|
@ -2348,7 +2348,7 @@ xs1-api-client==3.0.0
|
|||||||
yalesmartalarmclient==0.1.6
|
yalesmartalarmclient==0.1.6
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==1.1.5
|
yalexs==1.1.6
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.5.4
|
yeelight==0.5.4
|
||||||
|
@ -1209,7 +1209,7 @@ xbox-webapi==2.0.8
|
|||||||
xmltodict==0.12.0
|
xmltodict==0.12.0
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==1.1.5
|
yalexs==1.1.6
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.5.4
|
yeelight==0.5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user