Define household support in Mealie (#124950)

This commit is contained in:
Joost Lekkerkerker 2024-08-31 12:00:12 +02:00 committed by GitHub
parent 36b7e8569e
commit 2a8feda691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: MealieConfigEntry) -> bo
),
)
try:
await client.define_household_support()
about = await client.get_about()
version = create_version(about.version)
except MealieAuthenticationError as error: