From dceb495aea1a3e7499ac4541b34e94adf69606fe Mon Sep 17 00:00:00 2001 From: RiDDiX Date: Thu, 29 Jan 2026 00:27:07 +0100 Subject: [PATCH] feat: reset testing version to 4.0.0-testing.1 with matter.js testing branch --- hamh-testing/config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hamh-testing/config.yaml b/hamh-testing/config.yaml index a6ab950..bd97552 100644 --- a/hamh-testing/config.yaml +++ b/hamh-testing/config.yaml @@ -1,9 +1,9 @@ -version: "2.0.0-testing.6" +version: "4.0.0-testing.1" image: ghcr.io/riddix/home-assistant-matter-hub-addon-testing slug: hamh-testing name: Home-Assistant-Matter-Hub (Testing) -description: "\U0001F9EA TESTING VERSION - For Matter.js debugging only! Contains debug logging without ACL workaround patch." -url: https://github.com/riddix/home-assistant-matter-hub/tree/testing-matterjs +description: "\U0001F9EA TESTING VERSION - Powered by Matter.js Testing Branch! Contains latest Matter.js features and debug logging." +url: https://github.com/riddix/home-assistant-matter-hub/tree/testing panel_icon: mdi:bug panel_title: Matter Hub Testing homeassistant: 2024.1.0 @@ -21,7 +21,9 @@ options: app_log_level: debug disable_log_colors: false mdns_network_interface: "" + matter_js_testing: true schema: app_log_level: list(silly|debug|info|notice|warn|error|fatal) disable_log_colors: bool mdns_network_interface: "str?" + matter_js_testing: bool