mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-13 10:54:33 +02:00
Implemented kid-control #70
This commit is contained in:
parent
7379199d40
commit
9b4a9f8252
3 changed files with 116 additions and 10 deletions
|
@ -261,12 +261,12 @@ class MikrotikControllerOptionsFlowHandler(OptionsFlow):
|
|||
CONF_SENSOR_MANGLE, DEFAULT_SENSOR_MANGLE
|
||||
),
|
||||
): bool,
|
||||
# vol.Optional(
|
||||
# CONF_SENSOR_KIDCONTROL,
|
||||
# default=self.config_entry.options.get(
|
||||
# CONF_SENSOR_KIDCONTROL, DEFAULT_SENSOR_KIDCONTROL
|
||||
# ),
|
||||
# ): bool,
|
||||
vol.Optional(
|
||||
CONF_SENSOR_KIDCONTROL,
|
||||
default=self.config_entry.options.get(
|
||||
CONF_SENSOR_KIDCONTROL, DEFAULT_SENSOR_KIDCONTROL
|
||||
),
|
||||
): bool,
|
||||
vol.Optional(
|
||||
CONF_SENSOR_PPP,
|
||||
default=self.config_entry.options.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue