From cbda8466d627e819891f78d517bc87a93eb944bd Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 3 Sep 2025 22:33:02 +0200 Subject: [PATCH] Added package configuration for frontend --- configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 3096dc3..0e79c73 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -65,6 +65,12 @@ frontend: #ssl_key: /config/etc/letsencrypt/live/mydomain.com/privkey.pem # Optional, base URL for the frontend, when served from a subpath, e.g. behind the proxy. Default value is '/' #base_url: /zigbee2mqtt + # Optional, list of regular expressions to hide notifications, the example below hides notifications for failed device pings + #notification_filter: + # - 'z2m: Failed to ping.*' + # Optional, this will change the web-based UI + #package: zigbee2mqtt-frontend + package: zigbee2mqtt-windfront # Define default values which are applied to all devices device_options: -- 2.47.3