Manifest and constants

This commit is contained in:
Daniel Raper
2024-04-24 21:39:58 +01:00
parent 2ddbb6a10b
commit 64b4cccbe3
2 changed files with 4 additions and 1 deletions

View File

@@ -4,3 +4,5 @@
DOMAIN = "waste_collection_schedule"
UPDATE_SENSORS_SIGNAL = "wcs_update_sensors_signal"
CONFIG_VERSION = 1

View File

@@ -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",