Skip to content

Latest commit

 

History

History
140 lines (63 loc) · 6.68 KB

CHANGELOG.md

File metadata and controls

140 lines (63 loc) · 6.68 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.10 (2024-04-17)

Bug Fixes

  • revert temporarily disable SSL verification due to changes in OMIE.es" (#64) (688c0ea)

1.0.9 (2024-04-17)

Bug Fixes

  • temporarily disable SSL verification due to changes in OMIE.es (#63) (0245c78)

1.0.8 (2024-04-02)

Bug Fixes

  • introduce OMIEDailyCoordinator.__job (#59) (a89b9ae)

1.0.7 (2024-04-02)

Bug Fixes

  • remove usage of removed DataUpdateCoordinator._job (#58) (1c49168)

1.0.6 (2024-03-16)

Bug Fixes

  • AttributeError: 'dict' object has no attribute 'market_date' (#54) (13003ad)

1.0.5 (2024-03-12)

Bug Fixes

  • coordinator refresh handling compatibility with HA 2024.3.0 (#53) (975950d)
  • coordinator: don't attempt to read adjustment value on or after 2024-01-01 (#52) (57bf258)

1.0.4 (2024-03-07)

Bug Fixes

  • use async_forward_entry_setups and async_unload_platforms (#51) (aeaa3cf)

1.0.3 (2024-03-07)

Bug Fixes

  • await async_forward_entry_setup and async_forward_entry_unload tasks during setup/unload (#50) (0a8bad0)

1.0.2 (2023-09-07)

Bug Fixes

  • coordinator: rely on our own _SCHEDULE_MAX_DELAY instead of private DataUpdateCoordinator property (#35) (13ad28e)

1.0.1 (2023-09-07)

Bug Fixes

  • coordinator: convert DataUpdateCoordinator._microsecond to int before usage (#33) (7a5c119)

1.0.0 (2023-05-06)

⚠ BREAKING CHANGES

  • removes _tomorrow sensors and renamed all attributes

Features

  • changed what sensors are available, attributes and correctly handle non-CET local time zones. (#14) (8e45e8b)

Bug Fixes

  • StatisticsError raised when rolling over to a new day (#15) (85e3528)
  • use constants for "€/MWh" (#16) (b5ac70f)

0.0.6 (2023-03-26)

Bug Fixes

  • clear _tomorrow sensor attributes when state is unknown (#7) (204c427)
  • don't error on shorter days when entering DST (#10) (58d8a69)
  • interpolate language into omie.es link (#9) (a86a057)

0.0.5 (2023-03-03)

Bug Fixes

  • spot/adjustment sensors don't update when a new day rolls over (#6) (3408325)

0.0.4 (2023-02-26)

Features

  • reduce number of network calls (#5) (fc4e8e8)

Bug Fixes

  • minor improvement to OMIE device info (#4) (6a53089)

0.0.3 (2023-02-21)

Bug Fixes

  • adds _tomorrow price sensors (#3) (03f9099)

0.0.2 (2023-02-20)

Bug Fixes

  • AttributeError when getting next day's data (#2) (70e7999)

0.0.1 (2023-02-19)

Features

  • adds OMIE sensors for marginal price and adjustment. support for en/es/pt languages. (67b52f9)