mirror of https://github.com/home-assistant/core
12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"domain": "tibber",
|
|
"name": "Tibber",
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"dependencies": ["recorder"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tibber",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["tibber"],
|
|
"requirements": ["pyTibber==0.30.8"]
|
|
}
|