Update to 1.3.0 of gardena bluetooth (#98776)

This commit is contained in:
Joakim Plate 2023-08-21 21:58:21 +02:00 committed by GitHub
parent 30d3df2d96
commit 41db088f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -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"]
}

View File

@ -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,
),
)

View File

@ -43,8 +43,8 @@
"rain_pause": {
"name": "Rain pause"
},
"season_pause": {
"name": "Season pause"
"seasonal_adjust": {
"name": "Seasonal adjust"
}
},
"sensor": {

View File

@ -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

View File

@ -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