Fix Cloud UI bug preventing managing Google 2FA (#34241)
* Fix Cloud UI bug preventing managing Google 2FA * Update comment
This commit is contained in:
parent
e47b548192
commit
1ac8442c63
5 changed files with 28 additions and 10 deletions
|
@ -492,7 +492,7 @@ async def google_assistant_list(hass, connection, msg):
|
|||
{
|
||||
"entity_id": entity.entity_id,
|
||||
"traits": [trait.name for trait in entity.traits()],
|
||||
"might_2fa": entity.might_2fa(),
|
||||
"might_2fa": entity.might_2fa_traits(),
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue