From 64b4cccbe3eca524e835eec4f78ffa85643454b8 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Wed, 24 Apr 2024 21:39:58 +0100 Subject: [PATCH] Manifest and constants --- custom_components/waste_collection_schedule/const.py | 2 ++ custom_components/waste_collection_schedule/manifest.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/const.py b/custom_components/waste_collection_schedule/const.py index 660af3fb..cf232798 100644 --- a/custom_components/waste_collection_schedule/const.py +++ b/custom_components/waste_collection_schedule/const.py @@ -4,3 +4,5 @@ DOMAIN = "waste_collection_schedule" UPDATE_SENSORS_SIGNAL = "wcs_update_sensors_signal" + +CONFIG_VERSION = 1 diff --git a/custom_components/waste_collection_schedule/manifest.json b/custom_components/waste_collection_schedule/manifest.json index 78c7967a..ad4ce737 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -1,7 +1,8 @@ { "domain": "waste_collection_schedule", - "name": "waste_collection_schedule", + "name": "Waste Collection Schedule", "codeowners": ["@mampfes"], + "config_flow": true, "dependencies": [], "documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme", "integration_type": "hub",