mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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:
|
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