Add native Z-Wave JS integration
This commit is contained in:
@@ -9,6 +9,7 @@ import { RokuIntegration } from './integrations/roku/index.js';
|
||||
import { ShellyIntegration } from './integrations/shelly/index.js';
|
||||
import { SonosIntegration } from './integrations/sonos/index.js';
|
||||
import { WolfSmartsetIntegration } from './integrations/wolf_smartset/index.js';
|
||||
import { ZwaveJsIntegration } from './integrations/zwave_js/index.js';
|
||||
import { generatedHomeAssistantPortIntegrations } from './integrations/generated/index.js';
|
||||
import { IntegrationRegistry } from './core/index.js';
|
||||
|
||||
@@ -20,6 +21,7 @@ export const integrations = [
|
||||
new ShellyIntegration(),
|
||||
new SonosIntegration(),
|
||||
new WolfSmartsetIntegration(),
|
||||
new ZwaveJsIntegration(),
|
||||
];
|
||||
|
||||
export const createDefaultIntegrationRegistry = (): IntegrationRegistry => {
|
||||
|
||||
Reference in New Issue
Block a user