Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BDVGitHub authored Jan 3, 2025
1 parent 938ef73 commit a8df36d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/emhass/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ def update_params_with_ha_config(
'CNY': '¥',
'INR': '₹',
'CZK': 'Kč',
'BGN': 'лв',
'DKK': 'kr',
'HUF': 'Ft',
'PLN': 'zł',
'RON': 'Leu',
'SEK': 'kr',
# Add more as needed
}
if 'currency' in ha_config.keys():
Expand Down

0 comments on commit a8df36d

Please sign in to comment.