Bump aioesphomeapi to 13.0.2 to fix reconnects after bad protobuf message (#83951)

pull/83998/head
J. Nick Koston 2022-12-13 12:57:54 -10:00 committed by Paulus Schoutsen
parent bedb587290
commit 353fb3be7d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "ESPHome",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/esphome",
"requirements": ["aioesphomeapi==13.0.1"],
"requirements": ["aioesphomeapi==13.0.2"],
"zeroconf": ["_esphomelib._tcp.local."],
"dhcp": [{ "registered_devices": true }],
"codeowners": ["@OttoWinter", "@jesserockz"],

View File

@ -156,7 +156,7 @@ aioecowitt==2022.11.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==13.0.1
aioesphomeapi==13.0.2
# homeassistant.components.flo
aioflo==2021.11.0

View File

@ -143,7 +143,7 @@ aioecowitt==2022.11.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==13.0.1
aioesphomeapi==13.0.2
# homeassistant.components.flo
aioflo==2021.11.0