Skip to content

Commit 70349f3

Browse files
committed
exclude disabled automations by default in new installations
1 parent 1737f1c commit 70349f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/watchman/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
DEFAULT_OPTIONS = {
132132
CONF_IGNORED_ITEMS: "",
133133
CONF_IGNORED_STATES: [],
134-
CONF_EXCLUDE_DISABLED_AUTOMATION: False,
134+
CONF_EXCLUDE_DISABLED_AUTOMATION: True,
135135
CONF_IGNORED_FILES: "",
136136
CONF_STARTUP_DELAY: 30,
137137
CONF_SECTION_APPEARANCE_LOCATION: {

0 commit comments

Comments
 (0)