Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional sensor prefix for home assistant entities #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on May 30, 2023

  1. Update sysmon.sh

    Added sensor prefix option and added prefix to sensor names published to home assistant.
    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    3c85016 View commit details
    Browse the repository at this point in the history
  2. Update sysmon.config

    Added option for sensor prefix
    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    6dbeaf6 View commit details
    Browse the repository at this point in the history
  3. Update sysmon.sh

    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    1e79a6d View commit details
    Browse the repository at this point in the history
  4. Update sysmon.sh

    Forgot the actual function.
    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    3042397 View commit details
    Browse the repository at this point in the history
  5. Update sysmon.sh

    Confused files. No correct.
    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    179c98d View commit details
    Browse the repository at this point in the history
  6. Update sysmon.sh

    Changed if statement to use proper test syntax ("$STRING" = "STRING" not $STRING == "STRING").
    dflvunoooooo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    99350f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update sysmon.sh

    Home Assistant warning about not allowed characters in discovery topic resulting in characters other than letters or _ in the SENSOR_PREFIX. Added sed to replace any character other than letter or _ with _ and remove double occurrences.
    dflvunoooooo authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0770df8 View commit details
    Browse the repository at this point in the history
  2. Update sysmon.sh

    Letter, numbers and _ are kept of cause. Added conversion from upper to lower case in SENSOR_PREFIX function.
    dflvunoooooo authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d741874 View commit details
    Browse the repository at this point in the history