Skip to content

Commit 3972a5c

Browse files
authored
Merge pull request #12 from mcristina422/patch-1
Clarify install steps
2 parents e110a7f + b7d0d7a commit 3972a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Component supports:_ [Argon ONE Raspberry Pi 4 Case][argon_one_pi4], [Argon ONE
2424
5. Place the files you downloaded in the new directory (folder) you created.
2525
6. Restart Home Assistant
2626
7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Argon40" (not yet supported)
27-
8. Add `argon40`: to your `configuration.yaml`
27+
8. Add `argon40:` to your `configuration.yaml`
2828

2929
Using your HA configuration directory (folder) as a starting point you should now also have this:
3030

@@ -43,6 +43,7 @@ custom_components/argon40/services.yaml
4343

4444
1. Add CPU Temperature sensor:
4545
```yaml
46+
sensor:
4647
- platform: command_line
4748
name: CPU Temp
4849
command: "cat /sys/class/thermal/thermal_zone0/temp"

0 commit comments

Comments
 (0)