mirror of
https://github.com/home-assistant/core.git
synced 2026-09-19 16:23:06 +01:00
* Update python rflink to 0.0.66 Used to manage new data WIND from last R51 release * Update requirements_all.txt * Update requirements_test_all.txt
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"domain": "rflink",
|
|
"name": "RFLink",
|
|
"codeowners": ["@javicalle"],
|
|
"documentation": "https://www.home-assistant.io/integrations/rflink",
|
|
"iot_class": "assumed_state",
|
|
"loggers": ["rflink"],
|
|
"requirements": ["rflink==0.0.66"]
|
|
}
|