hass.tibber_prices/custom_components/tibber_prices/manifest.json
Julian Pawlowski f57fdfde6b update
2025-05-25 22:15:25 +00:00

16 lines
458 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": "2024.1.0",
"requirements": [
"aiofiles>=23.2.1"
]
}