mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-26 18:58:54 +02:00
Black #147
This commit is contained in:
parent
161a7fbdb9
commit
fd73bd0610
2 changed files with 4 additions and 10 deletions
|
@ -318,11 +318,8 @@ class MikrotikControllerData:
|
|||
# ---------------------------
|
||||
@property
|
||||
def option_zone(self):
|
||||
"""Config entry option to not track ARP."""
|
||||
return self.config_entry.options.get(
|
||||
CONF_ZONE, STATE_HOME
|
||||
)
|
||||
|
||||
"""Config entry option zones."""
|
||||
return self.config_entry.options.get(CONF_ZONE, STATE_HOME)
|
||||
|
||||
# ---------------------------
|
||||
# signal_update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue