Skip to content

Commit

Permalink
Remove extraneous brace
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Sep 5, 2024
1 parent a04726b commit 03d1574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/irrigation_unlimited/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,4 @@ def _parse_dd_mmm(value: str) -> date | None:
vol.Optional(CONF_SEQUENCE_ID): cv.ensure_list,
}

}

RELOAD_SERVICE_SCHEMA = vol.Schema({})

0 comments on commit 03d1574

Please sign in to comment.