mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-14 22:52:38 +02:00
feat: netwatch binary sensor
This commit is contained in:
parent
2cdd645274
commit
13e765c10a
9 changed files with 95 additions and 1 deletions
|
@ -58,6 +58,8 @@ CONF_SENSOR_SCRIPTS = "sensor_scripts"
|
|||
DEFAULT_SENSOR_SCRIPTS = False
|
||||
CONF_SENSOR_ENVIRONMENT = "sensor_environment"
|
||||
DEFAULT_SENSOR_ENVIRONMENT = False
|
||||
CONF_SENSOR_NETWATCH_TRACKER = "sensor_netwatch_tracker"
|
||||
DEFAULT_SENSOR_NETWATCH_TRACKER = False
|
||||
|
||||
TO_REDACT = {
|
||||
"ip-address",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue