1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/xmpp/manifest.json
2023-11-11 12:57:05 +01:00

10 lines
280 B
JSON

{
"domain": "xmpp",
"name": "Jabber (XMPP)",
"codeowners": ["@fabaff", "@flowolf"],
"documentation": "https://www.home-assistant.io/integrations/xmpp",
"iot_class": "cloud_push",
"loggers": ["pyasn1", "slixmpp"],
"requirements": ["slixmpp==1.8.4", "emoji==2.8.0"]
}