Skip to content

Commit

Permalink
Require reload on interval options change (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaskivskyi authored Nov 15, 2023
1 parent 61a9572 commit 0d1f892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/asusrouter/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 19,7 @@
ATTR_IDENTIFIERS,
CONF_DEVICES,
CONF_PORT,
CONF_SCAN_INTERVAL,
CONF_UNIQUE_ID,
CONF_USERNAME,
CONF_VERIFY_SSL,
Expand Down Expand Up @@ -524,7 525,10 @@
CONF_ENABLE_CONTROL,
CONF_HIDE_PASSWORDS,
CONF_INTERFACES,
CONF_INTERVAL_DEVICES,
CONF_SCAN_INTERVAL,
]
CONF_REQ_RELOAD.extend(CONF_INTERVALS)

# Input values
CONF_VALUES_DATA = [
Expand Down

0 comments on commit 0d1f892

Please sign in to comment.