mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
dc5eab6810
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"domain": "tibber",
|
|
"name": "Tibber",
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "recorder"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tibber",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["tibber"],
|
|
"requirements": ["pyTibber==0.36.0"]
|
|
}
|