Last active
February 13, 2023 09:09
-
-
Save moorgrove/d43b27ee789d4e91f2070953ec00bd58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paste in "raw configuration editor" that you access thru the three dots in the upper right corner in the Home Assistant dashboard. | |
apexcharts_card_templates: | |
electricity_price: | |
locale: sv | |
apex_config: | |
legend: | |
show: false | |
xaxis: | |
labels: | |
format: HH | |
show: true | |
rotate: -45 | |
rotateAlways: true | |
hideOverlappingLabels: true | |
style: | |
fontSize: 10 | |
fontWeight: 10 | |
experimental: | |
color_threshold: true | |
all_series_config: | |
offset: '-1ns' | |
type: column | |
float_precision: 2 | |
color_threshold: | |
- value: -10 | |
color: '#a9cce3' | |
- value: 0 | |
color: '#27ae60' | |
- value: 0.5 | |
color: '#82e0aa' | |
- value: 1 | |
color: '#f7dc6f' | |
- value: 2 | |
color: '#f8c471' | |
- value: 2.5 | |
color: '#f0b27a' | |
- value: 3 | |
color: '#d35400' | |
- value: 3.5 | |
color: '#cd6155' | |
- value: 4 | |
color: '#e74c3c' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment