diff --git a/homeassistant/components/gardena_bluetooth/manifest.json b/homeassistant/components/gardena_bluetooth/manifest.json index af72ff7f69d..5d1c1888586 100644 --- a/homeassistant/components/gardena_bluetooth/manifest.json +++ b/homeassistant/components/gardena_bluetooth/manifest.json @@ -13,5 +13,5 @@ "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth", "iot_class": "local_polling", - "requirements": ["gardena_bluetooth==1.2.0"] + "requirements": ["gardena_bluetooth==1.3.0"] } diff --git a/homeassistant/components/gardena_bluetooth/number.py b/homeassistant/components/gardena_bluetooth/number.py index ec887458586..f53a7720577 100644 --- a/homeassistant/components/gardena_bluetooth/number.py +++ b/homeassistant/components/gardena_bluetooth/number.py @@ -71,15 +71,15 @@ DESCRIPTIONS = ( char=DeviceConfiguration.rain_pause, ), GardenaBluetoothNumberEntityDescription( - key=DeviceConfiguration.season_pause.uuid, - translation_key="season_pause", + key=DeviceConfiguration.seasonal_adjust.uuid, + translation_key="seasonal_adjust", native_unit_of_measurement=UnitOfTime.DAYS, mode=NumberMode.BOX, - native_min_value=0.0, - native_max_value=365.0, + native_min_value=-128.0, + native_max_value=127.0, native_step=1.0, entity_category=EntityCategory.CONFIG, - char=DeviceConfiguration.season_pause, + char=DeviceConfiguration.seasonal_adjust, ), ) diff --git a/homeassistant/components/gardena_bluetooth/strings.json b/homeassistant/components/gardena_bluetooth/strings.json index 1fc6e10b5a6..538f97ffdb3 100644 --- a/homeassistant/components/gardena_bluetooth/strings.json +++ b/homeassistant/components/gardena_bluetooth/strings.json @@ -43,8 +43,8 @@ "rain_pause": { "name": "Rain pause" }, - "season_pause": { - "name": "Season pause" + "seasonal_adjust": { + "name": "Seasonal adjust" } }, "sensor": { diff --git a/requirements_all.txt b/requirements_all.txt index a88b5a6423c..33964c6d953 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -829,7 +829,7 @@ fritzconnection[qr]==1.12.2 gTTS==2.2.4 # homeassistant.components.gardena_bluetooth -gardena_bluetooth==1.2.0 +gardena_bluetooth==1.3.0 # homeassistant.components.google_assistant_sdk gassist-text==0.0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 36cb0cb766a..a1f8173cfa2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -648,7 +648,7 @@ fritzconnection[qr]==1.12.2 gTTS==2.2.4 # homeassistant.components.gardena_bluetooth -gardena_bluetooth==1.2.0 +gardena_bluetooth==1.3.0 # homeassistant.components.google_assistant_sdk gassist-text==0.0.10