With central config temp change ok

This commit is contained in:
Jean-Marc Collin
2024-03-09 08:45:33 +00:00
parent 267a39b14d
commit a396c8831f
3 changed files with 118 additions and 17 deletions

View File

@@ -527,6 +527,8 @@ async def create_central_config( # pylint: disable=dangerous-default-value
central_configuration = api.find_central_configuration()
assert central_configuration is not None
return central_configuration
def search_entity(hass: HomeAssistant, entity_id, domain) -> Entity:
"""Search and return the entity in the domain"""