1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 20:56:06 +01:00

Add support for IoT class in manifest (#46935)

This commit is contained in:
Franck Nijhof
2021-04-15 10:21:38 +02:00
committed by GitHub
parent 985b4a581a
commit 055cdc64c0
917 changed files with 2327 additions and 1467 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"name": "LIRC",
"documentation": "https://www.home-assistant.io/integrations/lirc",
"requirements": ["python-lirc==1.2.3"],
"codeowners": []
"codeowners": [],
"iot_class": "local_push"
}