Skip to content

Commit a2f948b

Browse files
authored
Update README.md
Fixed casing in examples
1 parent f2947f6 commit a2f948b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,26 @@ All colors can be entered in one of four different ways:
7979

8080
```
8181
- type: "custom:analog-clock"
82-
hide_SecondHand: true
82+
hide_secondHand: true
8383
locale: sv-SE
8484
diameter: 200
85-
color_HourHand: "#326ba8"
86-
color_MinuteHand: "#3273a8"
87-
color_DigitalTime: "#CCCCCC"
88-
color_FaceDigits: "#a83832"
89-
color_Ticks: "Silver"
85+
color_hourHand: "#326ba8"
86+
color_minuteHand: "#3273a8"
87+
color_digitalTime: "#CCCCCC"
88+
color_faceDigits: "#a83832"
89+
color_ticks: "Silver"
9090
themes:
9191
- time: 23:00-08:00
9292
color_background: maroon
9393
```
9494
![Analog clock4](https://github.com/tomasrudh/analogclock/blob/main/Images/AnalogClock4.png?raw=true)
9595
```
9696
- type: "custom:analog-clock"
97-
hide_SecondHand: true
98-
color_HourHand: "#326ba8"
99-
color_MinuteHand: "#3273a8"
100-
color_DigitalTime: "#CCCCCC"
101-
color_FaceDigits: "#a83832"
97+
hide_secondHand: true
98+
color_hourHand: "#326ba8"
99+
color_minuteHand: "#3273a8"
100+
color_digitalTime: "#CCCCCC"
101+
color_faceDigits: "#a83832"
102102
hide_minorticks: true
103103
timezone: America/Fortaleza
104104
timezonedisplayname: "UTC-3"
@@ -140,11 +140,11 @@ elements:
140140
hide_facedigits: true
141141
dateformat: "YYYY-MM-DD"
142142
color_background: rgba(0,0,0,0)
143-
color_HourHand: "#326ba8"
144-
color_MinuteHand: "#3293a8"
143+
color_hourHand: "#326ba8"
144+
color_minuteHand: "#3293a8"
145145
color_secondhand: red
146-
color_DigitalTime: "#CCCCCC"
147-
color_FaceDigits: "#a83832"
146+
color_digitalTime: "#CCCCCC"
147+
color_faceDigits: "#a83832"
148148
card_mod:
149149
style: |
150150
ha-card {
@@ -161,4 +161,4 @@ Should the card run into a problem will an exclamation mark show in the upper le
161161

162162
Press F12 in your browser and see the error message in the Console tab.
163163

164-
While the exclamation mark show might the card not show properly.
164+
While the exclamation mark show might the card not show properly.

0 commit comments

Comments
 (0)