mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Define household support in Mealie (#124950)
This commit is contained in:
parent
36b7e8569e
commit
2a8feda691
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user