core/homeassistant/components/homematic/manifest.json

10 lines
258 B
JSON
Raw Normal View History

{
"domain": "homematic",
"name": "Homematic",
"codeowners": ["@pvizeli"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/homematic",
"iot_class": "local_push",
2023-02-08 19:27:05 +00:00
"loggers": ["pyhomematic"],
"requirements": ["pyhomematic==0.1.77"]
}