From 32074fb75f2bc8f91e733839afd389cbbb64918e Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 8 Nov 2025 09:48:33 -0500 Subject: [PATCH] Update HA version to 2025.11.0 and add whois.yaml to .gitignore to prevent tracking of domains listed in whois. Domain Checker #1520 --- .gitignore | 1 + config/.HA_VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bbee0bb..e76bcf38 100755 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ secrets.yaml secrets known_devices.yaml entity_registry.yaml +config/packages/whois.yaml .google_maps_location_sharing.cookies* google_service_account.json service_account.json diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 1bdb457b..aa9a713b 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.10.4 \ No newline at end of file +2025.11.0 \ No newline at end of file