HomeAssistant MQTT fanout

This commit is contained in:
Jack Kingsman
2026-04-10 14:39:00 -07:00
parent f2762ab495
commit d09166df84
10 changed files with 2048 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ describe('SettingsFanoutSection', () => {
const optionButtons = within(dialog)
.getAllByRole('button')
.filter((button) => button.hasAttribute('aria-pressed'));
expect(optionButtons).toHaveLength(10);
expect(optionButtons).toHaveLength(11);
expect(within(dialog).getByRole('button', { name: 'Close' })).toBeInTheDocument();
expect(within(dialog).getByRole('button', { name: 'Create' })).toBeInTheDocument();
expect(