From 294c0230bf4be403d4a1952d58f99e6e4a4c3c28 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 23 Jan 2025 17:59:04 -0600 Subject: [PATCH] home-assistant: Update IP kitchen kiosk IP address I got a new 2GB Raspberry Pi 4 Model B for the kitchen. That way, I can use the 4GB one for something that needs more memory. --- home-assistant/configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-assistant/configuration.yaml b/home-assistant/configuration.yaml index e802a7f..26fe7ca 100644 --- a/home-assistant/configuration.yaml +++ b/home-assistant/configuration.yaml @@ -42,11 +42,11 @@ homeassistant: - type: trusted_networks trusted_networks: - 172.31.1.81/32 - - 172.31.1.244/32 + - 172.31.1.115/32 trusted_users: 172.31.1.81: - 03a8b3528f1145ab908e20ed5687d893 - 172.31.1.244: + 172.31.1.115: - 03a8b3528f1145ab908e20ed5687d893 - type: homeassistant allow_bypass_login: true