core/homeassistant/components/xmpp/manifest.json

10 lines
264 B
JSON
Raw Normal View History

{
"domain": "xmpp",
"name": "Jabber (XMPP)",
"documentation": "https://www.home-assistant.io/integrations/xmpp",
2022-04-10 17:57:56 +00:00
"requirements": ["slixmpp==1.8.2"],
"codeowners": ["@fabaff", "@flowolf"],
"iot_class": "cloud_push",
"loggers": ["pyasn1", "slixmpp"]
}