mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Update to 1.3.0 of gardena bluetooth (#98776)
This commit is contained in:
parent
30d3df2d96
commit
41db088f5d
@ -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"]
|
||||
}
|
||||
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
|
@ -43,8 +43,8 @@
|
||||
"rain_pause": {
|
||||
"name": "Rain pause"
|
||||
},
|
||||
"season_pause": {
|
||||
"name": "Season pause"
|
||||
"seasonal_adjust": {
|
||||
"name": "Seasonal adjust"
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user