1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/tibber/manifest.json
2022-01-08 12:56:33 +01:00

12 lines
310 B
JSON

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