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