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 ] }