···6161 # https://www.home-assistant.io/integrations/frontend/
6262 frontend = {};
63636464+ # include some popular integrations, that absolutely shouldn't break
6565+ esphome = {};
6666+ knx = {};
6767+ matter = {};
6868+ shelly = {};
6969+ zha = {};
7070+6471 # set up a wake-on-lan switch to test capset capability required
6572 # for the ping suid wrapper
6673 # https://www.home-assistant.io/integrations/wake_on_lan/
···107114 # Cause a configuration change that requires a service restart as we added a new runtime dependency
108115 specialisation.newFeature = {
109116 inheritParentConfig = true;
110110- configuration.services.home-assistant.config.esphome = {};
117117+ configuration.services.home-assistant.config.backup = {};
111118 };
112119 };
113120