Skip to content

Commit

Permalink
Add support for Govee H5055 (home-assistant#100365)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
blalor and bdraco authored Oct 17, 2023
1 parent 25671a2 commit 912032e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/govee_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
"iot_class": "local_push",
"requirements": ["govee-ble==0.23.0"]
"requirements": ["govee-ble==0.24.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ googlemaps==2.5.1
goslide-api==0.5.1

# homeassistant.components.govee_ble
govee-ble==0.23.0
govee-ble==0.24.0

# homeassistant.components.remote_rpi_gpio
gpiozero==1.6.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 @@ -731,7 +731,7 @@ google-nest-sdm==3.0.2
googlemaps==2.5.1

# homeassistant.components.govee_ble
govee-ble==0.23.0
govee-ble==0.24.0

# homeassistant.components.gree
greeclimate==1.4.1
Expand Down

0 comments on commit 912032e

Please sign in to comment.