Add integration_type service to plex (#159878)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 16:44:29 +01:00
committed by GitHub
parent 4686968275
commit 0addd82bf7
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/plex",
"integration_type": "service",
"iot_class": "local_push",
"loggers": ["plexapi", "plexwebsocket"],
"requirements": [

View File

@@ -5122,7 +5122,7 @@
},
"plex": {
"name": "Plex Media Server",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_push"
},