core/homeassistant/components/media_player/manifest.json

10 lines
268 B
JSON
Raw Normal View History

{
"domain": "media_player",
"name": "Media Player",
"codeowners": ["@home-assistant/core"],
2023-02-08 19:38:43 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/media_player",
"integration_type": "entity",
"quality_scale": "internal"
}