Skip to content

Commit e47909b

Browse files
authored
Update gardena-bluetooth to 1.4.4 (#129202)
1 parent 0b3b9c2 commit e47909b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

homeassistant/components/gardena_bluetooth/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
1515
"iot_class": "local_polling",
1616
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
17-
"requirements": ["gardena-bluetooth==1.4.3"]
17+
"requirements": ["gardena-bluetooth==1.4.4"]
1818
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ fyta_cli==0.6.7
943943
gTTS==2.2.4
944944

945945
# homeassistant.components.gardena_bluetooth
946-
gardena-bluetooth==1.4.3
946+
gardena-bluetooth==1.4.4
947947

948948
# homeassistant.components.google_assistant_sdk
949949
gassist-text==0.0.11

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ fyta_cli==0.6.7
796796
gTTS==2.2.4
797797

798798
# homeassistant.components.gardena_bluetooth
799-
gardena-bluetooth==1.4.3
799+
gardena-bluetooth==1.4.4
800800

801801
# homeassistant.components.google_assistant_sdk
802802
gassist-text==0.0.11

script/licenses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
151151
"crownstone-uart", # https://github.com/crownstone/crownstone-lib-python-uart/pull/12
152152
"eliqonline", # https://github.com/molobrakos/eliqonline/pull/17
153153
"enocean", # https://github.com/kipe/enocean/pull/142
154-
"gardena-bluetooth", # https://github.com/elupus/gardena-bluetooth/pull/11
155154
"huum", # https://github.com/frwickst/pyhuum/pull/8
156155
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
157156
"iso4217", # Public domain

0 commit comments

Comments
 (0)