Fix ESPHome Camera not merging image packets (#52783)

pull/52789/head
Otto Winter 2021-07-09 11:38:38 +02:00 committed by GitHub
parent 2eb531b8c8
commit 07e2a7245f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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==5.0.0"],
"requirements": ["aioesphomeapi==5.0.1"],
"zeroconf": ["_esphomelib._tcp.local."],
"codeowners": ["@OttoWinter", "@jesserockz"],
"after_dependencies": ["zeroconf", "tag"],

View File

@ -160,7 +160,7 @@ aioeafm==0.1.2
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==5.0.0
aioesphomeapi==5.0.1
# homeassistant.components.flo
aioflo==0.4.1

View File

@ -100,7 +100,7 @@ aioeafm==0.1.2
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==5.0.0
aioesphomeapi==5.0.1
# homeassistant.components.flo
aioflo==0.4.1