Releases: iprak/yahoofinance
Releases · iprak/yahoofinance
v1.1.4
Included dividendDate
in attributes
v1.1.3
Resolve incompatibility with python 3.8
v1.1.2
Removed device_state_attributes
v1.1.1
The call to async_timeout.timeout
has been adjusted to not fail when 2022.2 is released.
v.1.1.0
This is a breaking change. The entities have been renamed from yahoofinance.symbol
to sensor.yahoofinance_symbol
to follow HA development guidelines. (#50).
You will need to adjust your configuration to use the new entity ids.
v.1.0.11
Improved handling of conversion symbol when Yahoo server does not return the source currency.
Skipping some repeated operations.
v.1.0.10
Handling unmatched symbol returned in the data (#45).
Skipping conversion if target is the same as current currency (#47).
v1.0.9
Updating sensor logging to investigate #45
v1.0.8
Allow limiting pre, post, two_hundred_day and fifty_day attributes via new settings.
v1.0.7
Includes some additional pre/post attributes (#38).