Fix pylint

This commit is contained in:
G Johansson
2025-08-16 15:51:24 +00:00
parent dadcabe7cd
commit 9798bbb9b9

View File

@@ -292,7 +292,7 @@ YAML_CONFIG_ALL_TEMPLATES = {
}
async def init_integration( # pylint: disable=W0102
async def init_integration( # pylint: disable=dangerous-default-value
hass: HomeAssistant,
*,
title: str = "Select value SQL query",