mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
* Split up SSDP integration into modules * Split up SSDP integration into modules * migrate tests
8 lines
143 B
Python
8 lines
143 B
Python
"""Constants for the SSDP integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "ssdp"
|
|
SSDP_SCANNER = "scanner"
|
|
UPNP_SERVER = "server"
|