Fix bug with too-long pause durations for RainMachine (#64218)

pull/64219/head
Aaron Bach 2022-01-16 19:13:14 -07:00 committed by GitHub
parent 3cfa2bb6fe
commit a657d34c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -45,7 +45,7 @@ pause_watering:
selector:
number:
min: 1
max: 86400
max: 43200
unit_of_measurement: seconds
start_program:
name: Start Program

View File

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

View File

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