hass-core/homeassistant/components/xmpp/manifest.json
Jonny Rimkus dc59073f25
Bump slixmpp version to 1.8.5 (#114448)
* Update slixmpp to 1.8.5, hopefully fixes #113990

* Bump slixmpp version to 1.8.5 #114448
2024-04-01 10:50:21 +02:00

9 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"]
}