hass.tibber_prices/custom_components/tibber_prices/manifest.json
Julian Pawlowski 1f5c8fead8 fix
2025-11-03 00:07:46 +00:00

18 lines
493 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",
"homeassistant": {
"minimum_version": "2024.1.0"
},
"requirements": [
"aiofiles>=23.2.1"
]
}