From 3e1aee4cbc2a941beb48a4610b71c0789f42e9e4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 29 Jul 2024 15:13:39 -0500 Subject: [PATCH] Remove unused constant in august (#122804) --- homeassistant/components/august/const.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/august/const.py b/homeassistant/components/august/const.py index fcb64231e93..661b291edb1 100644 --- a/homeassistant/components/august/const.py +++ b/homeassistant/components/august/const.py @@ -16,8 +16,6 @@ NOTIFICATION_TITLE = "August" MANUFACTURER = "August Home Inc." -DEFAULT_AUGUST_CONFIG_FILE = ".august.conf" - DEFAULT_NAME = "August" DOMAIN = "august"