From 2a9bcae365d32ffa1583c865be1430ed78220922 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Fri, 2 Jun 2023 22:17:16 +0200 Subject: [PATCH] Fritz: cleanup unused variables (#93971) Cleanup --- homeassistant/components/fritz/device_tracker.py | 3 --- 1 file changed, 3 deletions(-) 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