Skip to content

Commit

Permalink
fix input example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Jan 23, 2022
1 parent 91495f4 commit fe98546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boneio/example_config/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
kind: sensor

- id: IN_50
pin: P8_12
pin: P8_9
kind: sensor
- id: IN_51
pin: P8_8
Expand Down
2 changes: 1 addition & 1 deletion boneio/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion install_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,6 @@ def represent_none(self, v):
run_command(cmd=shlex.split("sudo systemctl daemon-reload"))
run_command(cmd=shlex.split("sudo systemctl enable --now boneio"))
whiptail.alert(
f"Your config is in {maindir}config.yaml. \nChange it according to your needs.\nRead more at https://docs.boneio.eu"
f"Your config is in {maindir}/config.yaml. \nChange it according to your needs.\nRead more at https://docs.boneio.eu"
)
sys.exit(0)

0 comments on commit fe98546

Please sign in to comment.