core/homeassistant/components/channels/manifest.json

10 lines
245 B
JSON
Raw Normal View History

{
"domain": "channels",
"name": "Channels",
"codeowners": [],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/channels",
"iot_class": "local_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["pychannels"],
"requirements": ["pychannels==1.2.3"]
}