mirror of https://github.com/home-assistant/core
11 lines
300 B
JSON
11 lines
300 B
JSON
{
|
|
"domain": "weheat",
|
|
"name": "Weheat",
|
|
"codeowners": ["@jesperraemaekers"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/weheat",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["weheat==2024.11.02"]
|
|
}
|