-
Notifications
You must be signed in to change notification settings - Fork 2
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
dflvunoooooo
wants to merge
8
commits into
roger-:main
Choose a base branch
from
dflvunoooooo:Sensor-prefix-option
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 30, 2023
-
Added sensor prefix option and added prefix to sensor names published to home assistant.
Configuration menu - View commit details
-
Copy full SHA for 3c85016 - Browse repository at this point
Copy the full SHA 3c85016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbeaf6 - Browse repository at this point
Copy the full SHA 6dbeaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e79a6d - Browse repository at this point
Copy the full SHA 1e79a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3042397 - Browse repository at this point
Copy the full SHA 3042397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 179c98d - Browse repository at this point
Copy the full SHA 179c98dView commit details -
Changed if statement to use proper test syntax ("$STRING" = "STRING" not $STRING == "STRING").
Configuration menu - View commit details
-
Copy full SHA for 99350f5 - Browse repository at this point
Copy the full SHA 99350f5View commit details
Commits on Jun 12, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0770df8 - Browse repository at this point
Copy the full SHA 0770df8View commit details -
Letter, numbers and _ are kept of cause. Added conversion from upper to lower case in SENSOR_PREFIX function.
Configuration menu - View commit details
-
Copy full SHA for d741874 - Browse repository at this point
Copy the full SHA d741874View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.