core/homeassistant/components/gstreamer/manifest.json

10 lines
244 B
JSON
Raw Normal View History

{
"domain": "gstreamer",
"name": "GStreamer",
"codeowners": [],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/gstreamer",
"iot_class": "local_push",
2023-02-08 19:27:05 +00:00
"loggers": ["gsp"],
"requirements": ["gstreamer-player==1.1.2"]
}