core/homeassistant/components/rocketchat/manifest.json

10 lines
257 B
JSON
Raw Normal View History

{
"domain": "rocketchat",
"name": "Rocket.Chat",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/rocketchat",
"iot_class": "cloud_push",
2023-02-08 19:13:46 +00:00
"loggers": ["rocketchat_API"],
"requirements": ["rocketchat-API==0.6.1"]
}