Mark FFmpeg integration as system type (#123241)

This commit is contained in:
Franck Nijhof 2024-08-06 16:04:29 +02:00 committed by GitHub
parent 1eaaa00687
commit c612cf95a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -3,5 +3,6 @@
"name": "FFmpeg", "name": "FFmpeg",
"codeowners": [], "codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/ffmpeg", "documentation": "https://www.home-assistant.io/integrations/ffmpeg",
"integration_type": "system",
"requirements": ["ha-ffmpeg==3.2.0"] "requirements": ["ha-ffmpeg==3.2.0"]
} }

View File

@ -1787,11 +1787,6 @@
"ffmpeg": { "ffmpeg": {
"name": "FFmpeg", "name": "FFmpeg",
"integrations": { "integrations": {
"ffmpeg": {
"integration_type": "hub",
"config_flow": false,
"name": "FFmpeg"
},
"ffmpeg_motion": { "ffmpeg_motion": {
"integration_type": "hub", "integration_type": "hub",
"config_flow": false, "config_flow": false,