Skip to content

Commit

Permalink
Change default clock mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Aug 18, 2022
1 parent b2c7ffc commit 33393b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/irrigation_unlimited/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _list_is_not_empty(value):

CLOCK_SCHEMA = vol.Schema(
{
vol.Optional(CONF_MODE, default=CONF_FIXED): clock_mode,
vol.Optional(CONF_MODE, default=CONF_SEER): clock_mode,
vol.Optional(CONF_SHOW_LOG, default=False): cv.boolean,
vol.Optional(CONF_MAX_LOG_ENTRIES): cv.positive_int,
}
Expand Down

0 comments on commit 33393b1

Please sign in to comment.