File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,16 @@ _Component supports:_ [Argon ONE Raspberry Pi 4 Case][argon_one_pi4], [Argon ONE
17
17
18
18
## Installation
19
19
20
- 1 . Using the tool of choice open the directory (folder) for your HA configuration (where you find ` configuration.yaml ` ).
21
- 2 . If you do not have a ` custom_components ` directory (folder) there, you need to create it.
22
- 3 . In the ` custom_components ` directory (folder) create a new folder called ` argon40 ` .
23
- 4 . Download _ all_ the files from the ` custom_components/argon40/ ` directory (folder) in this repository.
24
- 5 . Place the files you downloaded in the new directory (folder) you created.
25
- 6 . Restart Home Assistant
26
- 7 . In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Argon40" (not yet supported)
20
+ 1 . Enable I2C. This is the most important step. Disabled I2C prevents the integraion from running and shows an error in logs.
21
+ * [ Official way] ( https://www.home-assistant.io/common-tasks/os#enable-i2c-via-home-assistant-operating-system-terminal )
22
+ * [ Using Add-on HassOS I2C Configurator] ( https://community.home-assistant.io/t/add-on-hassos-i2c-configurator/264167 ) (the easiest way)
23
+ 3 . Using the tool of choice open the directory (folder) for your HA configuration (where you find ` configuration.yaml ` ).
24
+ 4 . If you do not have a ` custom_components ` directory (folder) there, you need to create it.
25
+ 5 . In the ` custom_components ` directory (folder) create a new folder called ` argon40 ` .
26
+ 6 . Download _ all_ the files from the ` custom_components/argon40/ ` directory (folder) in this repository.
27
+ 7 . Place the files you downloaded in the new directory (folder) you created.
27
28
8 . Add ` argon40: ` to your ` configuration.yaml `
29
+ 9 . Restart Home Assistant
28
30
29
31
Using your HA configuration directory (folder) as a starting point you should now also have this:
30
32
You can’t perform that action at this time.
0 commit comments