mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove unused constant in dhcp (#124605)
This commit is contained in:
parent
0dfe12840d
commit
6e727a49bf
@ -63,7 +63,6 @@ from .const import DOMAIN
|
|||||||
|
|
||||||
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
|
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
|
||||||
|
|
||||||
FILTER = "udp and (port 67 or 68)"
|
|
||||||
HOSTNAME: Final = "hostname"
|
HOSTNAME: Final = "hostname"
|
||||||
MAC_ADDRESS: Final = "macaddress"
|
MAC_ADDRESS: Final = "macaddress"
|
||||||
IP_ADDRESS: Final = "ip"
|
IP_ADDRESS: Final = "ip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user