Skip to content

Commit a0a60e5

Browse files
author
heyajohnny
committed
Updated help text
1 parent 89beac9 commit a0a60e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Version: 1.0.1 20241120 - Updated hacs.json + removed multiplier from identifier
2121
Version: 1.0.2 20241121 - Added cryptocurrency_id, cryptocurrency_name, cryptocurrency_symbol and currency_name to attributes
2222
Version: 1.0.3 20241123 - Fix for empty id and unit_of_measurement
2323
Version: 1.0.4 20241208 - Adjusted some translations
24+
Version: 1.0.5 20241219 - Updated help text

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.4",
4+
"version": "1.0.5",
55
"config_flow": true,
66
"iot_class": "cloud_polling",
77
"documentation": "https://github.com/heyajohnny/cryptoinfo",

custom_components/cryptoinfo/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"abort": {
50-
"already_configured": "This sensor already exists",
50+
"already_configured": "A sensor with this name (Identifier) already exists",
5151
"reconfigure_successful": "Re-configuration was successful"
5252
},
5353
"error": {

0 commit comments

Comments
 (0)