From feccb9e40243a7d69b0df55a479499644ddc306d Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 5 Apr 2019 07:50:57 +0200 Subject: [PATCH] ma 0tests: fix telegram-bot json file --- 0tests/data/secrets/hass/telegram-bot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0tests/data/secrets/hass/telegram-bot.json b/0tests/data/secrets/hass/telegram-bot.json index 4421779..1e1857d 100644 --- a/0tests/data/secrets/hass/telegram-bot.json +++ b/0tests/data/secrets/hass/telegram-bot.json @@ -1,5 +1,5 @@ { "platform": "polling", "api_key": "1:A", - "allowed_chat_ids": [ 0 1 ] + "allowed_chat_ids": [ 0, 1 ] }