fix: force HA configuration to null

This commit is contained in:
Kat Inskip 2022-07-10 13:55:14 -07:00
parent 244b4b4ce9
commit a9e3f074ab
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -2,7 +2,7 @@
services = {
home-assistant = {
enable = true;
config = null;
config = lib.mkForce null;
extraComponents = [
"zha"
"esphome"