fix sorting order

This commit is contained in:
Julian Pawlowski 2025-11-03 00:44:25 +00:00
parent a0700790ed
commit d749016f3a

View file

@ -7,10 +7,10 @@
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/jpawlowski/hass.tibber_prices", "documentation": "https://github.com/jpawlowski/hass.tibber_prices",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
"version": "0.1.0",
"integration_type": "hub", "integration_type": "hub",
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
"requirements": [ "requirements": [
"aiofiles>=23.2.1" "aiofiles>=23.2.1"
] ],
"version": "0.1.0"
} }