mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 07:05:12 +01:00
* Update slixmpp to 1.8.5, hopefully fixes #113990 * Bump slixmpp version to 1.8.5 #114448
10 lines
280 B
JSON
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.5", "emoji==2.8.0"]
|
|
}
|