1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/tibber/manifest.json
2022-04-10 14:17:21 -07:00

13 lines
335 B
JSON

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