core/homeassistant/components/xmpp/manifest.json

9 lines
228 B
JSON
Raw Normal View History

{
"domain": "xmpp",
"name": "Jabber (XMPP)",
"documentation": "https://www.home-assistant.io/integrations/xmpp",
2021-05-07 05:28:58 +00:00
"requirements": ["slixmpp==1.7.1"],
"codeowners": ["@fabaff", "@flowolf"],
"iot_class": "cloud_push"
}