Add native Cast integration

This commit is contained in:
2026-05-05 12:41:31 +00:00
parent 1f5ab6802d
commit c052a5aec2
13 changed files with 1113 additions and 37 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 { CastIntegration } from './integrations/cast/index.js';
import { RokuIntegration } from './integrations/roku/index.js';
import { ShellyIntegration } from './integrations/shelly/index.js';
import { SonosIntegration } from './integrations/sonos/index.js';
@@ -11,6 +12,7 @@ import { generatedHomeAssistantPortIntegrations } from './integrations/generated
import { IntegrationRegistry } from './core/index.js';
export const integrations = [
new CastIntegration(),
new HueIntegration(),
new RokuIntegration(),
new ShellyIntegration(),