mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update to version 1.6.0 of gardena library (#140559)
This commit is contained in:
@ -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
|
||||
|
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
Reference in New Issue
Block a user