From a499f3271a5e92ae059293d4d24b61352a5cf4f3 Mon Sep 17 00:00:00 2001 From: Lyfesaver <61745478+lyfesaver74@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:00:10 -0500 Subject: [PATCH] Delete const.py --- const.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 const.py diff --git a/const.py b/const.py deleted file mode 100644 index 937f8a6..0000000 --- a/const.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Constants for the Dispatcharr Sensor integration.""" - -DOMAIN = "dispatcharr_sensor" - -# List of platforms to support. In this case, just the "sensor" platform. -PLATFORMS = ["sensor"] \ No newline at end of file