Add native MQTT integration
This commit is contained in:
@@ -4,6 +4,7 @@ export * from './integrations/index.js';
|
||||
|
||||
import { HueIntegration } from './integrations/hue/index.js';
|
||||
import { CastIntegration } from './integrations/cast/index.js';
|
||||
import { MqttIntegration } from './integrations/mqtt/index.js';
|
||||
import { RokuIntegration } from './integrations/roku/index.js';
|
||||
import { ShellyIntegration } from './integrations/shelly/index.js';
|
||||
import { SonosIntegration } from './integrations/sonos/index.js';
|
||||
@@ -14,6 +15,7 @@ import { IntegrationRegistry } from './core/index.js';
|
||||
export const integrations = [
|
||||
new CastIntegration(),
|
||||
new HueIntegration(),
|
||||
new MqttIntegration(),
|
||||
new RokuIntegration(),
|
||||
new ShellyIntegration(),
|
||||
new SonosIntegration(),
|
||||
|
||||
Reference in New Issue
Block a user