core/homeassistant/components/tibber/manifest.json

13 lines
335 B
JSON
Raw Normal View History

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