mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"domain": "tibber_prices",
|
|
"name": "Tibber Price Information & Ratings",
|
|
"codeowners": [
|
|
"@jpawlowski"
|
|
],
|
|
"config_flow": true,
|
|
"documentation": "https://github.com/jpawlowski/hass.tibber_prices",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
|
|
"requirements": [
|
|
"aiofiles>=23.2.1"
|
|
],
|
|
"version": "0.1.0"
|
|
}
|