Skip to content

Commit d6e9cc9

Browse files
author
heyajohnny
committed
Version: 1.0.7 20241227 - Added ath_price, ath_date and ath_change
1 parent d3ddb2d commit d6e9cc9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ The entities have some important attributes:
7171
- market_cap This will return the total market cap of the 'cryptocurrency_id'(default = "bitcoin") displayed in 'currency_name'(default = "usd")
7272
- circulating_supply This will return the circulating supply of the 'cryptocurrency_id'(default = "bitcoin")
7373
- total_supply This will return the total supply of the 'cryptocurrency_id'(default = "bitcoin")
74-
- ath_price This will return the All Time High Price of the ''currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")'
75-
- ath_date This will return the date when the All Time High was reached of the ''currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")'
76-
- ath_change This will return the percentage change from the All Time High of the ''currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")'
74+
- ath_price This will return the All Time High Price of the 'currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")
75+
- ath_date This will return the date when the All Time High was reached of the 'currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")
76+
- ath_change This will return the percentage change from the All Time High of the 'currency_name'(default = "usd") of the 'cryptocurrency_id'(default = "bitcoin")
7777
```
7878

7979
Template example for usage of attributes.

Version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Version: 1.0.3 20241123 - Fix for empty id and unit_of_measurement
2323
Version: 1.0.4 20241208 - Adjusted some translations
2424
Version: 1.0.5 20241219 - Updated help text
2525
Version: 1.0.6 20241222 - Added 14 day change and 1 year change
26+
Version: 1.0.7 20241227 - Added ath_price, ath_date and ath_change

custom_components/cryptoinfo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "cryptoinfo",
33
"name": "Cryptoinfo",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"config_flow": true,
66
"iot_class": "cloud_polling",
77
"documentation": "https://github.com/heyajohnny/cryptoinfo",

0 commit comments

Comments
 (0)