Bump aioesphomeapi to 23.1.1 (#113016)

changelog: https://github.com/esphome/aioesphomeapi/compare/v23.1.0...v23.1.1

Fixes cryptic error message the user tried to send a command
or execute a service call when the device was disconnected
This commit is contained in:
J. Nick Koston 2024-03-10 17:18:49 -10:00 committed by GitHub
parent 416d21c548
commit e96ef4613c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
"iot_class": "local_push",
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
"requirements": [
"aioesphomeapi==23.1.0",
"aioesphomeapi==23.1.1",
"esphome-dashboard-api==1.2.3",
"bleak-esphome==1.0.0"
],

View file

@ -242,7 +242,7 @@ aioelectricitymaps==0.4.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==23.1.0
aioesphomeapi==23.1.1
# homeassistant.components.flo
aioflo==2021.11.0

View file

@ -221,7 +221,7 @@ aioelectricitymaps==0.4.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==23.1.0
aioesphomeapi==23.1.1
# homeassistant.components.flo
aioflo==2021.11.0