core/homeassistant/components/lirc/manifest.json

10 lines
225 B
JSON
Raw Normal View History

{
"domain": "lirc",
"name": "LIRC",
"codeowners": [],
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/lirc",
"iot_class": "local_push",
2023-02-08 19:35:25 +00:00
"loggers": ["lirc"],
"requirements": ["python-lirc==1.2.3"]
}