Skip to content

Commit

Permalink
Merge pull request #49 from MaxVRAM/master
Browse files Browse the repository at this point in the history
Changed "system_sensor" to "system_sensors" in doc
  • Loading branch information
Sennevds authored Jul 22, 2020
2 parents cda313b + 8b1dce5 commit 9d7aeae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You need to have at least __python 3.6__ installed to use System Sensors.

6. python3 system_sensors.py /path/to/settings.yaml
7. (optional) create service to autostart the script at boot:
1. sudo nano /etc/systemd/system/system_sensor.service
1. sudo nano /etc/systemd/system/system_sensors.service
2. copy following script:
```shell
[Unit]
Expand All @@ -57,8 +57,8 @@ You need to have at least __python 3.6__ installed to use System Sensors.
WantedBy=multi-user.target
```
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.
4. sudo systemctl enable system_sensor.service
5. sudo systemctl start system_sensor.service
4. sudo systemctl enable system_sensors.service
5. sudo systemctl start system_sensors.service

# Home Assistant configuration:
## Configuration:
Expand Down

0 comments on commit 9d7aeae

Please sign in to comment.