Fix tests

This commit is contained in:
Paul Bottein 2025-07-18 18:26:46 +02:00
parent b059ed1c39
commit 392e4c1130
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -203,6 +203,7 @@
'light', 'light',
]), ]),
'multiple': False, 'multiple': False,
'reorder': False,
}), }),
}), }),
}), }),
@ -217,6 +218,7 @@
'binary_sensor', 'binary_sensor',
]), ]),
'multiple': False, 'multiple': False,
'reorder': False,
}), }),
}), }),
}), }),

View File

@ -1091,6 +1091,7 @@ async def test_async_get_all_descriptions_filter(hass: HomeAssistant) -> None:
} }
], ],
"multiple": False, "multiple": False,
"reorder": False,
}, },
}, },
}, },
@ -1113,6 +1114,7 @@ async def test_async_get_all_descriptions_filter(hass: HomeAssistant) -> None:
} }
], ],
"multiple": False, "multiple": False,
"reorder": False,
}, },
}, },
}, },