Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Adding CZK currency.
  • Loading branch information
radim2tej authored Jan 1, 2025
1 parent c946b38 commit a7ea403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emhass/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def update_params_with_ha_config(
'CHF': 'CHF', # Swiss Franc has no special symbol
'CNY': '¥',
'INR': '₹',
'CZK': 'Kč',
# Add more as needed
}
if 'currency' in ha_config.keys():
Expand Down

0 comments on commit a7ea403

Please sign in to comment.