core/homeassistant/components/channels/manifest.json

10 lines
245 B
JSON
Raw Normal View History

{
"domain": "channels",
"name": "Channels",
"documentation": "https://www.home-assistant.io/integrations/channels",
2022-10-17 13:36:01 +00:00
"requirements": ["pychannels==1.2.3"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["pychannels"]
}