diff --git a/homeassistant/components/fritz/device_tracker.py b/homeassistant/components/fritz/device_tracker.py index e32ee152796..d4ba53aa6a2 100644 --- a/homeassistant/components/fritz/device_tracker.py +++ b/homeassistant/components/fritz/device_tracker.py @@ -21,9 +21,6 @@ from .const import DATA_FRITZ, DOMAIN _LOGGER = logging.getLogger(__name__) -YAML_DEFAULT_HOST = "169.254.1.1" -YAML_DEFAULT_USERNAME = "admin" - async def async_setup_entry( hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback