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"], "dependencies": ["bluetooth_adapters"],
"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",
"requirements": ["gardena_bluetooth==1.2.0"] "requirements": ["gardena_bluetooth==1.3.0"]
} }

View File

@ -71,15 +71,15 @@ DESCRIPTIONS = (
char=DeviceConfiguration.rain_pause, char=DeviceConfiguration.rain_pause,
), ),
GardenaBluetoothNumberEntityDescription( GardenaBluetoothNumberEntityDescription(
key=DeviceConfiguration.season_pause.uuid, key=DeviceConfiguration.seasonal_adjust.uuid,
translation_key="season_pause", translation_key="seasonal_adjust",
native_unit_of_measurement=UnitOfTime.DAYS, native_unit_of_measurement=UnitOfTime.DAYS,
mode=NumberMode.BOX, mode=NumberMode.BOX,
native_min_value=0.0, native_min_value=-128.0,
native_max_value=365.0, native_max_value=127.0,
native_step=1.0, native_step=1.0,
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
char=DeviceConfiguration.season_pause, char=DeviceConfiguration.seasonal_adjust,
), ),
) )

View File

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

View File

@ -829,7 +829,7 @@ fritzconnection[qr]==1.12.2
gTTS==2.2.4 gTTS==2.2.4
# homeassistant.components.gardena_bluetooth # homeassistant.components.gardena_bluetooth
gardena_bluetooth==1.2.0 gardena_bluetooth==1.3.0
# homeassistant.components.google_assistant_sdk # homeassistant.components.google_assistant_sdk
gassist-text==0.0.10 gassist-text==0.0.10

View File

@ -648,7 +648,7 @@ fritzconnection[qr]==1.12.2
gTTS==2.2.4 gTTS==2.2.4
# homeassistant.components.gardena_bluetooth # homeassistant.components.gardena_bluetooth
gardena_bluetooth==1.2.0 gardena_bluetooth==1.3.0
# homeassistant.components.google_assistant_sdk # homeassistant.components.google_assistant_sdk
gassist-text==0.0.10 gassist-text==0.0.10