-
Notifications
You must be signed in to change notification settings - Fork 16
/
Version
26 lines (26 loc) · 1.94 KB
/
Version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Version: 0.0.1 20200516 - Initial Release
Version: 0.0.2 20200517 - First working version which shows the current price of a specific cryptocurrency
Version: 0.0.3 20200527 - Changed the name of the sensor to "Cryptoinfo " + [cryptocurrency_name] + " " + [currency_name]
Version: 0.0.4 20200607 - Changed default 'unit_of_measurement' to "" + changed icon to "mdi:bitcoin"
Version: 0.0.5 20200616 - Changed default 'unit_of_measurement' to zero width space
Version: 0.0.6 20201016 - Added multiplier
Version: 0.0.7 20210114 - Added Volume, Change and MarketCap attributes
Version: 0.0.8 20210308 - Added Version in manifest
Version: 0.0.9 20211215 - New version with extra_state_attributes
Version: 0.0.10 20220126 - Added device class attribute 'monetary'
Version: 0.1.0 20220821 - Added 1h, 24h, 7d, 30d volume + circulating and total supply attributes
Version: 0.1.1 20220903 - Removed unit of measurement, because it isn't needed anymore in the current HA versions
Version: 0.1.2 20220906 - Added state_class instead of the unit_of_measurement
Version: 0.1.3 20220906 - Readded the unit_of_measurement with the value of ""
Version: 0.1.4 20220906 - Made the unit_of_measurement configurable with a default value of "$"
Version: 0.1.5 20230323 - Use floating point precision for the update interval
Version: 0.1.6 20230323 - Use floating point precision for the update interval (typo fix)
Version: 0.1.7 20230330 - Better exception
Version: 1.0.0 20241119 - Complete refactor
Version: 1.0.1 20241120 - Updated hacs.json + removed multiplier from identifier
Version: 1.0.2 20241121 - Added cryptocurrency_id, cryptocurrency_name, cryptocurrency_symbol and currency_name to attributes
Version: 1.0.3 20241123 - Fix for empty id and unit_of_measurement
Version: 1.0.4 20241208 - Adjusted some translations
Version: 1.0.5 20241219 - Updated help text
Version: 1.0.6 20241222 - Added 14 day change and 1 year change
Version: 1.0.7 20241227 - Added ath_price, ath_date and ath_change