mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Define household support in Mealie (#124950)
This commit is contained in:
parent
9cfad05793
commit
d54c1935f8
@ -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