Revert "feat(home-assistant): enable ZHA for ZBT-2 Zigbee dongle"

This reverts commit e8d09f40f6.
This commit is contained in:
marthsincemelee
2026-05-10 15:39:10 +02:00
parent 6d12940205
commit 9ff3603d40
@@ -24,7 +24,6 @@ in
extraComponents = [ extraComponents = [
"matter" "matter"
"mobile_app" "mobile_app"
"zha"
]; ];
}; };
services.home-assistant.config = { services.home-assistant.config = {
@@ -33,9 +32,6 @@ in
mobile_app = {}; mobile_app = {};
}; };
# Allow the `hass` service user to open the ZBT-2 USB-CDC serial endpoint.
users.users.hass.extraGroups = [ "dialout" ];
my.homepage.services = [ my.homepage.services = [
{ {
group = "Services"; group = "Services";