From e0baffd6fbe0d2d1da7d58b697878e8688e38f64 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Nov 2022 19:19:04 +0100 Subject: [PATCH] Avoid crash https://github.com/alexbelgium/hassio-addons/issues/535 --- teamspeak/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teamspeak/config.json b/teamspeak/config.json index 9def4ebac..7a2d4306c 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -34,5 +34,5 @@ }, "slug": "teamspeak", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.13.6-5" -} \ No newline at end of file + "version": "3.13.6-6" +}