From 69ef47f9a0e4eff7a2a9fe7a8920b33b4ecc449d Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 22:06:34 -0500 Subject: [PATCH] hass: update --- hosts/yuki/services/hass/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/yuki/services/hass/config.nix b/hosts/yuki/services/hass/config.nix index 998fe24..34f5cb7 100644 --- a/hosts/yuki/services/hass/config.nix +++ b/hosts/yuki/services/hass/config.nix @@ -2,8 +2,8 @@ _: { services.home-assistant.config = { lovelace.mode = "yaml"; http = { - server_host = "192.168.1.98"; - server_port = 8124; + server_host = "0.0.0.0"; + server_port = 8123; }; homeassistant = { name = "Home";