Remove unused constant in dhcp (#124605)

pull/124615/head
J. Nick Koston 2024-08-25 17:58:20 -10:00 committed by GitHub
parent 0dfe12840d
commit 6e727a49bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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"