mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 11:14:34 +01:00
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"domain": "lirc",
|
|
"name": "Lirc",
|
|
"documentation": "https://www.home-assistant.io/components/lirc",
|
|
"requirements": [
|
|
"python-lirc==1.2.3"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|