chore(architect): update homeassistant hostname to home

This commit is contained in:
Giulio De Pasquale 2025-09-25 09:26:42 +01:00
parent 6bf53e7e76
commit dfa732678d

View File

@ -117,7 +117,7 @@ in
dreamel10 = { address = "10.0.0.199"; hostname = "dreamel10.${domain}"; };
reolinkcamera = { address = "10.0.0.200"; hostname = "reolinkcamera.${domain}"; };
lgtv = { address = "10.0.0.202"; hostname = "lgtv.${domain}"; };
homeassistant = { address = "10.0.0.251"; hostname = "homeassistant.${domain}"; };
homeassistant = { address = "10.0.0.251"; hostname = "home.${domain}"; };
};
};
};