diff --git a/homeassistant/components/islamic_prayer_times/config_flow.py b/homeassistant/components/islamic_prayer_times/config_flow.py index 2fde06f576d..73696572593 100644 --- a/homeassistant/components/islamic_prayer_times/config_flow.py +++ b/homeassistant/components/islamic_prayer_times/config_flow.py @@ -39,7 +39,7 @@ from .const import ( async def async_validate_location( - hass: HomeAssistant, lon: float, lat: float + hass: HomeAssistant, lat: float, lon: float ) -> dict[str, str]: """Check if the selected location is valid.""" errors = {}