mirror of
https://github.com/home-assistant/core.git
synced 2026-03-02 15:52:29 +00:00
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"domain": "derivative",
|
|
"name": "Derivative",
|
|
"after_dependencies": ["counter"],
|
|
"codeowners": ["@afaucogney"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/derivative",
|
|
"integration_type": "helper",
|
|
"iot_class": "calculated"
|
|
}
|