1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/xmpp/manifest.json
2025-10-21 12:06:40 +02:00

11 lines
310 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"],
"quality_scale": "legacy",
"requirements": ["slixmpp==1.12.0", "emoji==2.8.0"]
}