core/homeassistant/components/enocean/manifest.json

11 lines
265 B
JSON
Raw Normal View History

{
"domain": "enocean",
"name": "EnOcean",
"codeowners": ["@bdurrer"],
"config_flow": true,
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/enocean",
"iot_class": "local_push",
2023-02-08 19:19:19 +00:00
"loggers": ["enocean"],
"requirements": ["enocean==0.50"]
}