changed ssdp urn

This commit is contained in:
Patrick762
2023-05-22 15:25:23 +02:00
parent f083cdca9e
commit 5ab848f2d5

View File

@@ -7,6 +7,6 @@ PLUGIN_INFO = "/sd/info"
PLUGIN_ICON = "/sd/icon"
DB_FILE = "streamdeckapi.db"
SD_SSDP = "urn:home-assistant.io:device:stream-deck"
SD_SSDP = "urn:home-assistant-device:stream-deck"
DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S.%f"
LONG_PRESS_SECONDS = 2