home-assistant / developers.home-assistant

Developers website for Home Assistant.

Home Page:https://developers.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`async_show_menu` missing

qqaatw opened this issue · comments

In this section, I cannot find async_show_menu function in HA core anymore, and when I used it in config flow, an error was raised:

return self.async_show_menu(
AttributeError: 'XXXConfigFlow' object has no attribute 'async_show_menu'

Is it still usable?