Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 6298052

Browse files
⚡ update moneydashboard to v1.0.10 - dynamic login
1 parent f619979 commit 6298052

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ sensor:
3232
3333
Restart HomeAssistant and look for your new shiny `sensor.moneydashboard_net_balance` sensor!
3434

35+
##Formatting
36+
After receiving advice from a user regarding the formatting "breaking" the history of the sensor, the thousands
37+
separator (,) has been removed in place of just standard floats, if you would like it back for your lovelace display
38+
you can use the following value template
39+
40+
```mustache
41+
{{ ‘{0:,.0f}’.format(states.sensor.moneydashboard_net_balance) }}
42+
```
43+
3544

3645
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
3746
[buymeacoffee]: https://www.buymeacoffee.com/IcV9egW

custom_components/moneydashboard/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"documentation": "https://github.com/shutupflanders/sensor.moneydashboard",
55
"dependencies": [],
66
"codeowners": [],
7-
"requirements": ["moneydashboard==1.0.9"]
7+
"requirements": ["moneydashboard==1.0.10"]
88
}

0 commit comments

Comments
 (0)