Skip to content

Commit

Permalink
update to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-deluca committed Dec 21, 2022
1 parent d4f69c1 commit 9b15ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/silencescooter/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "silencescooter",
"name": "Silence Scooter",
"version": "v0.9.0",
"version": "v0.9.1",
"documentation": "https://github.com/lorenzo-deluca/homeassistant-silence/",
"issue_tracker": "https://github.com/lorenzo-deluca/homeassistant-silence/issues",
"dependencies": [],
Expand Down
2 changes: 2 additions & 0 deletions custom_components/silencescooter/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

import homeassistant.helpers.config_validation as cv

__version__ = '0.9.1'

_LOGGER = logging.getLogger(__name__)

CONF_USERNAME = 'username'
Expand Down

0 comments on commit 9b15ad6

Please sign in to comment.