Add native Roku integration

This commit is contained in:
2026-05-05 12:32:02 +00:00
parent 5efb2f6760
commit 1f5ab6802d
12 changed files with 631 additions and 30 deletions
+2
View File
@@ -3,6 +3,7 @@ export * from './protocols/index.js';
export * from './integrations/index.js';
import { HueIntegration } from './integrations/hue/index.js';
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';
@@ -11,6 +12,7 @@ import { IntegrationRegistry } from './core/index.js';
export const integrations = [
new HueIntegration(),
new RokuIntegration(),
new ShellyIntegration(),
new SonosIntegration(),
new WolfSmartsetIntegration(),