Skip to content

Commit

Permalink
Bump ibeacon-ble to 0.7.4 (home-assistant#80147)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 12, 2022
1 parent 46794f7 commit a9f8bb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ibeacon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/ibeacon",
"dependencies": ["bluetooth"],
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [2, 21] }],
"requirements": ["ibeacon_ble==0.7.3"],
"requirements": ["ibeacon_ble==0.7.4"],
"codeowners": ["@bdraco"],
"iot_class": "local_push",
"loggers": ["bleak"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ iammeter==0.1.7
iaqualink==0.4.1

# homeassistant.components.ibeacon
ibeacon_ble==0.7.3
ibeacon_ble==0.7.4

# homeassistant.components.watson_tts
ibm-watson==5.2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ hyperion-py==0.7.5
iaqualink==0.4.1

# homeassistant.components.ibeacon
ibeacon_ble==0.7.3
ibeacon_ble==0.7.4

# homeassistant.components.ping
icmplib==3.0
Expand Down

0 comments on commit a9f8bb3

Please sign in to comment.