Skip to content

Commit

Permalink
nudge the daily temp "high" number to the left 1px for all 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkysteveo authored Jan 5, 2024
1 parent 0d895e7 commit a2fc268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions automation-4.2-kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ action:
value: >-
{{ state_attr('sensor.weatherman_data_tag','wm_temp_4') | string }}
font: ../../media/GothamRnd-Bold.ttf
x: 148
x: 147
"y": 234
size: 13
color: >-
Expand Down Expand Up @@ -646,7 +646,7 @@ action:
value: >-
{{ state_attr('sensor.weatherman_data_tag','wm_temp_5') | string }}
font: ../../media/GothamRnd-Bold.ttf
x: 204
x: 203
"y": 234
size: 13
color: >-
Expand Down Expand Up @@ -676,7 +676,7 @@ action:
value: >-
{{ state_attr('sensor.weatherman_data_tag','wm_temp_6') | string }}
font: ../../media/GothamRnd-Bold.ttf
x: 260
x: 259
"y": 234
size: 13
color: >-
Expand Down Expand Up @@ -709,7 +709,7 @@ action:
{{ state_attr('sensor.weatherman_data_tag','wm_temp_7') |
string }}
font: ../../media/GothamRnd-Bold.ttf
x: 316
x: 315
"y": 234
size: 13
color: >-
Expand Down Expand Up @@ -743,7 +743,7 @@ action:
{{ state_attr('sensor.weatherman_data_tag','wm_temp_8') |
string }}
font: ../../media/GothamRnd-Bold.ttf
x: 372
x: 371
"y": 234
size: 13
color: >-
Expand Down

0 comments on commit a2fc268

Please sign in to comment.