hass.tibber_prices/custom_components/tibber_prices
Julian Pawlowski ef1a81ccc1 Refactor translations for electricity prices in multiple languages
- Updated keys from "cents" to more user-friendly terms for current, next, and previous prices.
- Added state descriptions for price levels and ratings, including categories like "very cheap," "cheap," "normal," "expensive," and "very expensive."
- Introduced new average price sensors for the next 1 to 12 hours.
- Added price trend sensors for 1 to 12 hours with states indicating rising, falling, or stable trends.
- Ensured consistency in naming conventions across English, Norwegian, Dutch, and Swedish translations.
2025-11-06 22:36:12 +00:00
..
custom_translations Refactor translations for electricity prices in multiple languages 2025-11-06 22:36:12 +00:00
translations Refactor translations for electricity prices in multiple languages 2025-11-06 22:36:12 +00:00
__init__.py feat: Enhance Tibber Prices integration with new configuration options and improved data handling 2025-11-06 11:43:22 +00:00
api.py update dev environment 2025-11-03 15:54:01 +00:00
average_utils.py feat: Add function to calculate average price for the next N hours 2025-11-06 22:35:53 +00:00
binary_sensor.py feat: Enhance Tibber Prices integration with new configuration options and improved data handling 2025-11-06 11:43:22 +00:00
config_flow.py feat: Implement reauthentication flow 2025-11-06 16:59:41 +00:00
const.py Refactor translations for electricity prices in multiple languages 2025-11-06 22:36:12 +00:00
coordinator.py feat: Enhance Tibber Prices integration with new configuration options and improved data handling 2025-11-06 11:43:22 +00:00
data.py refactoring 2025-04-23 16:42:31 +00:00
diagnostics.py update dev environment 2025-11-03 15:54:01 +00:00
entity.py feat: Enhance Tibber Prices integration with new configuration options and improved data handling 2025-11-06 11:43:22 +00:00
manifest.json fix: Change integration type from service to hub in manifest.json 2025-11-06 17:04:10 +00:00
price_utils.py Refactor translations for electricity prices in multiple languages 2025-11-06 22:36:12 +00:00
sensor.py Refactor translations for electricity prices in multiple languages 2025-11-06 22:36:12 +00:00
services.py add lots of new sensors 2025-11-03 20:55:28 +00:00
services.yaml update 2025-05-25 22:15:25 +00:00