Fix bug with too-long pause durations for RainMachine (#64218)
parent
3cfa2bb6fe
commit
a657d34c92
|
@ -3,7 +3,7 @@
|
|||
"name": "RainMachine",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/rainmachine",
|
||||
"requirements": ["regenmaschine==2021.10.0"],
|
||||
"requirements": ["regenmaschine==2022.01.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "local_polling",
|
||||
"homekit": {
|
||||
|
|
|
@ -45,7 +45,7 @@ pause_watering:
|
|||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 86400
|
||||
max: 43200
|
||||
unit_of_measurement: seconds
|
||||
start_program:
|
||||
name: Start Program
|
||||
|
|
|
@ -2081,7 +2081,7 @@ raincloudy==0.0.7
|
|||
raspyrfm-client==1.2.8
|
||||
|
||||
# homeassistant.components.rainmachine
|
||||
regenmaschine==2021.10.0
|
||||
regenmaschine==2022.01.0
|
||||
|
||||
# homeassistant.components.renault
|
||||
renault-api==0.1.4
|
||||
|
|
|
@ -1273,7 +1273,7 @@ pyzerproc==0.4.8
|
|||
rachiopy==1.0.3
|
||||
|
||||
# homeassistant.components.rainmachine
|
||||
regenmaschine==2021.10.0
|
||||
regenmaschine==2022.01.0
|
||||
|
||||
# homeassistant.components.renault
|
||||
renault-api==0.1.4
|
||||
|
|
Loading…
Reference in New Issue