mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
11 lines
265 B
JSON
11 lines
265 B
JSON
{
|
|
"domain": "enocean",
|
|
"name": "EnOcean",
|
|
"codeowners": ["@bdurrer"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/enocean",
|
|
"iot_class": "local_push",
|
|
"loggers": ["enocean"],
|
|
"requirements": ["enocean==0.50"]
|
|
}
|