mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Apply consistent 2-space indentation to all project-level JSON configuration files: devcontainer.json, devcontainer-extensions.json, manifest.json, icons.json, hacs.json, .markdownlint.json, and translation_schema.json. No content changes. Release-Notes: skip
11 lines
380 B
JSON
11 lines
380 B
JSON
{
|
|
"domain": "tibber_prices",
|
|
"name": "Tibber Price Information & Ratings",
|
|
"codeowners": ["@jpawlowski"],
|
|
"config_flow": true,
|
|
"documentation": "https://github.com/jpawlowski/hass.tibber_prices",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
|
|
"requirements": ["aiofiles>=23.2.1"],
|
|
"version": "0.30.0"
|
|
}
|