mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Bump aionut to 4.1.0 (#114125)
Handles auth errors after the password has been sent This means we will be able to have some decent error reporting and reauth support in the future changelog: https://github.com/bdraco/aionut/compare/v4.0.0...v4.1.0
This commit is contained in:
parent
d0dc820ced
commit
17378ce408
@ -7,6 +7,6 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aionut"],
|
"loggers": ["aionut"],
|
||||||
"requirements": ["aionut==4.0.0"],
|
"requirements": ["aionut==4.1.0"],
|
||||||
"zeroconf": ["_nut._tcp.local."]
|
"zeroconf": ["_nut._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -315,7 +315,7 @@ aionanoleaf==0.2.1
|
|||||||
aionotion==2024.03.0
|
aionotion==2024.03.0
|
||||||
|
|
||||||
# homeassistant.components.nut
|
# homeassistant.components.nut
|
||||||
aionut==4.0.0
|
aionut==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.oncue
|
# homeassistant.components.oncue
|
||||||
aiooncue==0.3.7
|
aiooncue==0.3.7
|
||||||
|
@ -288,7 +288,7 @@ aionanoleaf==0.2.1
|
|||||||
aionotion==2024.03.0
|
aionotion==2024.03.0
|
||||||
|
|
||||||
# homeassistant.components.nut
|
# homeassistant.components.nut
|
||||||
aionut==4.0.0
|
aionut==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.oncue
|
# homeassistant.components.oncue
|
||||||
aiooncue==0.3.7
|
aiooncue==0.3.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user