Skip to content

Commit

Permalink
Allow check_back configuration on controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Oct 23, 2023
1 parent 1751c25 commit 516c0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/irrigation_unlimited/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def _parse_dd_mmm(value: str) -> date | None:
vol.Optional(CONF_ENABLED): cv.boolean,
vol.Optional(CONF_ALL_ZONES_CONFIG): vol.All(ALL_ZONES_SCHEMA),
vol.Optional(CONF_QUEUE_MANUAL): cv.boolean,
vol.Optional(CONF_CHECK_BACK): vol.All(CHECK_BACK_SCHEMA),
}
)

Expand Down

0 comments on commit 516c0e6

Please sign in to comment.