mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Update to version 1.6.0 of gardena library (#140559)
This commit is contained in:
parent
5cf3bea8fe
commit
d56680e05e
@ -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 @@
|
|||||||
"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"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -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
|
||||||
|
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user