Skip to content

Commit

Permalink
Fix of #44
Browse files Browse the repository at this point in the history
  • Loading branch information
slashback100 committed Jan 22, 2022
1 parent b624597 commit 5b69bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions custom_components/presence_simulation/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ async def async_step_init(self, info=None):
restore = 0
if "random" in self.config_entry.data:
random = self.config_entry.data["random"]
else:
random = 0

data_schema = {
vol.Required("entities", default=self.config_entry.data["entities"]): str,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/presence_simulation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"issue_tracker": "https://github.com/slashback100/presence_simulation/issues",
"dependencies": ["history", "recorder", "scene"],
"config_flow": true,
"version": "1.11",
"version": "1.12",
"codeowners": [
"@slashback100"
],
Expand Down

0 comments on commit 5b69bf7

Please sign in to comment.