mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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:
|
try:
|
||||||
|
await client.define_household_support()
|
||||||
about = await client.get_about()
|
about = await client.get_about()
|
||||||
version = create_version(about.version)
|
version = create_version(about.version)
|
||||||
except MealieAuthenticationError as error:
|
except MealieAuthenticationError as error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user