Update to version 1.6.0 of gardena library (#140559)

This commit is contained in:
Joakim Plate
2025-03-14 00:13:16 +01:00
committed by GitHub
parent 5cf3bea8fe
commit d56680e05e
4 changed files with 5 additions and 3 deletions

View File

@ -41,6 +41,8 @@ def _is_supported(discovery_info: BluetoothServiceInfo):
ProductType.PUMP,
ProductType.VALVE,
ProductType.WATER_COMPUTER,
ProductType.AUTOMATS,
ProductType.PRESSURE_TANKS,
):
_LOGGER.debug("Unsupported device: %s", manufacturer_data)
return False

View File

@ -14,5 +14,5 @@
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
"iot_class": "local_polling",
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
"requirements": ["gardena-bluetooth==1.5.0"]
"requirements": ["gardena-bluetooth==1.6.0"]
}

2
requirements_all.txt generated
View File

@ -974,7 +974,7 @@ fyta_cli==0.7.1
gTTS==2.5.3
# homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0
gardena-bluetooth==1.6.0
# homeassistant.components.google_assistant_sdk
gassist-text==0.0.11

View File

@ -827,7 +827,7 @@ fyta_cli==0.7.1
gTTS==2.5.3
# homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0
gardena-bluetooth==1.6.0
# homeassistant.components.google_assistant_sdk
gassist-text==0.0.11