"""Constants for the dhcp integration.""" from typing import Final DOMAIN = "dhcp" HOSTNAME: Final = "hostname" MAC_ADDRESS: Final = "macaddress" IP_ADDRESS: Final = "ip"