core/homeassistant/components/tibber/manifest.json

13 lines
336 B
JSON
Raw Normal View History

{
"dependencies": ["recorder"],
"domain": "tibber",
"name": "Tibber",
"documentation": "https://www.home-assistant.io/integrations/tibber",
2023-02-01 17:04:24 +00:00
"requirements": ["pyTibber==0.26.12"],
"codeowners": ["@danielhiversen"],
"quality_scale": "silver",
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["tibber"]
}