Skip to content

Commit

Permalink
Bump aioesphomeapi to 6.0.1 (#53905)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Aug 3, 2021
1 parent c287fc1 commit 15d3673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/esphome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ESPHome",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/esphome",
"requirements": ["aioesphomeapi==6.0.0"],
"requirements": ["aioesphomeapi==6.0.1"],
"zeroconf": ["_esphomelib._tcp.local."],
"codeowners": ["@OttoWinter", "@jesserockz"],
"after_dependencies": ["zeroconf", "tag"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ aioeafm==0.1.2
aioemonitor==1.0.5

# homeassistant.components.esphome
aioesphomeapi==6.0.0
aioesphomeapi==6.0.1

# homeassistant.components.flo
aioflo==0.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ aioeafm==0.1.2
aioemonitor==1.0.5

# homeassistant.components.esphome
aioesphomeapi==6.0.0
aioesphomeapi==6.0.1

# homeassistant.components.flo
aioflo==0.4.1
Expand Down

0 comments on commit 15d3673

Please sign in to comment.