Skip to content

Commit 9d7aeae

Browse files
authored
Merge pull request #49 from MaxVRAM/master
Changed "system_sensor" to "system_sensors" in doc
2 parents cda313b + 8b1dce5 commit 9d7aeae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You need to have at least __python 3.6__ installed to use System Sensors.
4141

4242
6. python3 system_sensors.py /path/to/settings.yaml
4343
7. (optional) create service to autostart the script at boot:
44-
1. sudo nano /etc/systemd/system/system_sensor.service
44+
1. sudo nano /etc/systemd/system/system_sensors.service
4545
2. copy following script:
4646
```shell
4747
[Unit]
@@ -57,8 +57,8 @@ You need to have at least __python 3.6__ installed to use System Sensors.
5757
WantedBy=multi-user.target
5858
```
5959
3. edit the path to your script path and settings.yaml. Also make sure you replace [user] with the account from which this script will be run. This is typically 'pi' on default raspbian system.
60-
4. sudo systemctl enable system_sensor.service
61-
5. sudo systemctl start system_sensor.service
60+
4. sudo systemctl enable system_sensors.service
61+
5. sudo systemctl start system_sensors.service
6262

6363
# Home Assistant configuration:
6464
## Configuration:

0 commit comments

Comments
 (0)