diff options
Diffstat (limited to 'makefu/0tests/data')
-rw-r--r-- | makefu/0tests/data/secrets/hass/telegram-bot.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/0tests/data/secrets/hass/telegram-bot.json b/makefu/0tests/data/secrets/hass/telegram-bot.json index 442177930..1e1857df9 100644 --- a/makefu/0tests/data/secrets/hass/telegram-bot.json +++ b/makefu/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 ] } |