diff --git a/.vscode/settings.json b/.vscode/settings.json index 6b1b753..a6a2f67 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,7 @@ "gethostname", "HOMEASSISTANT", "journalctl", + "jsons", "levelname", "markdownlint", "memorylimit", diff --git a/CHANGELOG.md b/CHANGELOG.md index e597dcc..6987981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.2 + +* Update the discovery jsons for home assistant + ## 1.1.1 * Refresh child PIDs every interval data is reported (see README.md for limitations of this behaviour) diff --git a/setup.cfg b/setup.cfg index 0b78ed7..2c60642 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = systemctl2mqtt -version = 1.1.1 +version = 1.1.2 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Send your systemctl stats and and events to mqtt and discovery them in home assistant. diff --git a/systemctl2mqtt/__init__.py b/systemctl2mqtt/__init__.py index 1c539dd..dbeb826 100644 --- a/systemctl2mqtt/__init__.py +++ b/systemctl2mqtt/__init__.py @@ -1,6 +1,6 @@ """systemctl2mqtt package.""" -__VERSION__ = "1.1.1" +__VERSION__ = "1.1.2" from .const import ( ANSI_ESCAPE,