"""Local IP constants."""
from homeassistant.const import Platform
DOMAIN = "local_ip"
PLATFORMS = [Platform.SENSOR]
SENSOR = "address"