hass.tibber_prices/custom_components/tibber_prices/manifest.json
Julian Pawlowski a0700790ed fix manifest
2025-11-03 00:38:19 +00:00

16 lines
456 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",
"version": "0.1.0",
"integration_type": "hub",
"requirements": [
"aiofiles>=23.2.1"
]
}