From c71f22a30629502d56ecb2968571a774aa0388f6 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 18 Nov 2025 10:52:59 -0500 Subject: [PATCH] Update HA version to 2025.11.2 and add life360.yaml and uptime.yaml to .gitignore --- .gitignore | 2 ++ config/.HA_VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98a4b5b4..d08a97f8 100755 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ secrets known_devices.yaml entity_registry.yaml config/packages/whois.yaml +config/packages/life360.yaml +config/packages/uptime.yaml .google_maps_location_sharing.cookies* google_service_account.json service_account.json diff --git a/config/.HA_VERSION b/config/.HA_VERSION index e3f033b5..f3ca2e05 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.11.1 \ No newline at end of file +2025.11.2 \ No newline at end of file