core/homeassistant/components/temper/manifest.json

10 lines
246 B
JSON
Raw Normal View History

{
"domain": "temper",
"name": "TEMPer",
"codeowners": [],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/temper",
"iot_class": "local_polling",
2023-02-08 19:41:50 +00:00
"loggers": ["pyusb", "temperusb"],
"requirements": ["temperusb==1.6.0"]
}