1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/xmpp/manifest.json
2025-07-27 19:18:00 +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.10.0", "emoji==2.8.0"]
}