Remove unused constant in dhcp (#124605)

This commit is contained in:
J. Nick Koston
2024-08-25 17:58:20 -10:00
committed by GitHub
parent 0dfe12840d
commit 6e727a49bf

View File

@@ -63,7 +63,6 @@ from .const import DOMAIN
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
FILTER = "udp and (port 67 or 68)"
HOSTNAME: Final = "hostname"
MAC_ADDRESS: Final = "macaddress"
IP_ADDRESS: Final = "ip"