1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/xmpp/manifest.json
2026-02-12 11:48:48 +01: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.13.2", "emoji==2.8.0"]
}