Skip to content
Snippets Groups Projects
Unverified Commit d56680e0 authored by Joakim Plate's avatar Joakim Plate Committed by GitHub
Browse files

Update to version 1.6.0 of gardena library (#140559)

parent 5cf3bea8
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ def _is_supported(discovery_info: BluetoothServiceInfo): ...@@ -41,6 +41,8 @@ def _is_supported(discovery_info: BluetoothServiceInfo):
ProductType.PUMP, ProductType.PUMP,
ProductType.VALVE, ProductType.VALVE,
ProductType.WATER_COMPUTER, ProductType.WATER_COMPUTER,
ProductType.AUTOMATS,
ProductType.PRESSURE_TANKS,
): ):
_LOGGER.debug("Unsupported device: %s", manufacturer_data) _LOGGER.debug("Unsupported device: %s", manufacturer_data)
return False return False
......
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth", "documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"], "loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
"requirements": ["gardena-bluetooth==1.5.0"] "requirements": ["gardena-bluetooth==1.6.0"]
} }
...@@ -974,7 +974,7 @@ fyta_cli==0.7.1 ...@@ -974,7 +974,7 @@ fyta_cli==0.7.1
gTTS==2.5.3 gTTS==2.5.3
# homeassistant.components.gardena_bluetooth # homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0 gardena-bluetooth==1.6.0
# homeassistant.components.google_assistant_sdk # homeassistant.components.google_assistant_sdk
gassist-text==0.0.11 gassist-text==0.0.11
......
...@@ -827,7 +827,7 @@ fyta_cli==0.7.1 ...@@ -827,7 +827,7 @@ fyta_cli==0.7.1
gTTS==2.5.3 gTTS==2.5.3
# homeassistant.components.gardena_bluetooth # homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0 gardena-bluetooth==1.6.0
# homeassistant.components.google_assistant_sdk # homeassistant.components.google_assistant_sdk
gassist-text==0.0.11 gassist-text==0.0.11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment