From 5200b2a8be98d02d92086136630654a96ad32e78 Mon Sep 17 00:00:00 2001 From: Tobias Glatthar Date: Fri, 14 Feb 2025 10:43:13 +0100 Subject: [PATCH] chore: use new docker image for test-addon --- hamh_test/build.yaml | 2 -- hamh_test/config.yaml | 7 +++++-- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 hamh_test/build.yaml diff --git a/hamh_test/build.yaml b/hamh_test/build.yaml deleted file mode 100644 index ac1d92d..0000000 --- a/hamh_test/build.yaml +++ /dev/null @@ -1,2 +0,0 @@ -args: - package_version: "3.0.0-alpha.47" diff --git a/hamh_test/config.yaml b/hamh_test/config.yaml index fe2db8a..480fe15 100644 --- a/hamh_test/config.yaml +++ b/hamh_test/config.yaml @@ -1,8 +1,11 @@ -version: "3.0.0-alpha.47" +version: "3.0.0-alpha.69" +image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh_test name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE) description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON. url: https://github.com/t0bst4r/home-assistant-matter-hub +panel_icon: mdi:hub +panel_title: Matter Hub homeassistant: 2024.1.0 homeassistant_api: true host_network: true @@ -20,6 +23,6 @@ options: disable_log_colors: false mdns_network_interface: "" schema: - app_log_level: list(silly|debug|info|warn|error) + app_log_level: list(silly|debug|info|notice|warn|error|fatal) disable_log_colors: bool mdns_network_interface: "str?"