Compare commits

..

1 Commits

Author SHA1 Message Date
J. Nick Koston 30d656c035 Bump aioharmony to 1.0.8 2026-05-24 23:44:47 -05:00
9 changed files with 13 additions and 23 deletions
@@ -20,7 +20,7 @@
"bluetooth-adapters==2.1.0",
"bluetooth-auto-recovery==1.5.3",
"bluetooth-data-tools==1.29.18",
"dbus-fast==5.0.9",
"dbus-fast==5.0.3",
"habluetooth==6.7.3"
]
}
+1 -1
View File
@@ -17,6 +17,6 @@
"requirements": [
"aiodhcpwatcher==1.2.6",
"aiodiscover==3.2.3",
"cached-ipaddress==1.1.1"
"cached-ipaddress==1.0.1"
]
}
@@ -8,7 +8,7 @@
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aioharmony", "slixmpp"],
"requirements": ["aioharmony==1.0.3"],
"requirements": ["aioharmony==1.0.8"],
"ssdp": [
{
"deviceType": "urn:myharmony-com:device:harmony:1",
+2 -6
View File
@@ -54,14 +54,10 @@ async def async_setup_entry(hass: HomeAssistant, entry: HomeeConfigEntry) -> boo
try:
await homee.get_access_token()
except HomeeConnectionFailedException as exc:
raise ConfigEntryNotReady(
translation_domain=DOMAIN,
translation_key="connection_failed",
) from exc
raise ConfigEntryNotReady(f"Connection to Homee failed: {exc.reason}") from exc
except HomeeAuthFailedException as exc:
raise ConfigEntryAuthFailed(
translation_domain=DOMAIN,
translation_key="auth_failed",
f"Authentication to Homee failed: {exc.reason}"
) from exc
hass.loop.create_task(homee.run())
@@ -59,7 +59,7 @@ rules:
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow: done
repair-issues:
@@ -487,15 +487,9 @@
}
},
"exceptions": {
"auth_failed": {
"message": "Authentication to homee failed."
},
"connection_closed": {
"message": "Could not connect to homee while setting attribute."
},
"connection_failed": {
"message": "Connection to homee failed."
},
"disarm_not_supported": {
"message": "Disarm is not supported by homee."
},
@@ -63,5 +63,5 @@
"documentation": "https://www.home-assistant.io/integrations/inkbird",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["inkbird-ble==1.2.3"]
"requirements": ["inkbird-ble==1.2.2"]
}
+2 -2
View File
@@ -25,12 +25,12 @@ bleak==3.0.2
bluetooth-adapters==2.1.0
bluetooth-auto-recovery==1.5.3
bluetooth-data-tools==1.29.18
cached-ipaddress==1.1.1
cached-ipaddress==1.0.1
certifi>=2021.5.30
ciso8601==2.3.3
cronsim==2.7
cryptography==48.0.0
dbus-fast==5.0.9
dbus-fast==5.0.3
file-read-backwards==2.0.0
fnv-hash-fast==2.0.3
go2rtc-client==0.4.0
+4 -4
View File
@@ -279,7 +279,7 @@ aiogithubapi==26.0.0
aioguardian==2026.01.1
# homeassistant.components.harmony
aioharmony==1.0.3
aioharmony==1.0.8
# homeassistant.components.hassio
aiohasupervisor==0.4.3
@@ -730,7 +730,7 @@ btsmarthub-devicelist==0.2.3
buienradar==1.0.6
# homeassistant.components.dhcp
cached-ipaddress==1.1.1
cached-ipaddress==1.0.1
# homeassistant.components.caldav
caldav==2.1.0
@@ -797,7 +797,7 @@ datadog==0.52.0
datapoint==0.12.1
# homeassistant.components.bluetooth
dbus-fast==5.0.9
dbus-fast==5.0.3
# homeassistant.components.debugpy
debugpy==1.8.17
@@ -1362,7 +1362,7 @@ influxdb==5.3.1
infrared-protocols==5.6.0
# homeassistant.components.inkbird
inkbird-ble==1.2.3
inkbird-ble==1.2.2
# homeassistant.components.insteon
insteon-frontend-home-assistant==0.6.2