Skip to content

Commit

Permalink
Bump aioesphomeapi to 29.0.0 and bleak-esphome to 2.2.0 (#136684)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 28, 2025
1 parent 517d258 commit 48a9154
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/eq3btsmart/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["eq3btsmart"],
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.1.1"]
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.2.0"]
}
4 changes: 2 additions & 2 deletions homeassistant/components/esphome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
"mqtt": ["esphome/discover/#"],
"requirements": [
"aioesphomeapi==28.0.1",
"aioesphomeapi==29.0.0",
"esphome-dashboard-api==1.2.3",
"bleak-esphome==2.1.1"
"bleak-esphome==2.2.0"
],
"zeroconf": ["_esphomelib._tcp.local."]
}
4 changes: 2 additions & 2 deletions requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48a9154

Please sign in to comment.