Add notifier id to config modal

This commit is contained in:
JonnyWong16 2016-10-01 13:38:41 -07:00 committed by JonnyWong16
commit 1206d13978
5 changed files with 15 additions and 13 deletions

View file

@ -2863,10 +2863,7 @@ class WebInterface(object):
"agent_name": "telegram",
"agent_label": "Telegram",
"friendly_name": "",
"actions": {"on_play": 0,
"on_stop": 0,
...
},
"active": 1
}
]
```