Skip to content

Commit

Permalink
bump to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jul 15, 2022
1 parent 11dc818 commit 2309333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/coct_loadshedding/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = "CoCT Loadshedding Interface"
DOMAIN = "coct_loadshedding"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "1.0.3"
VERSION = "1.0.4"

ISSUE_URL = "https://github.com/tinuva/ha-coct-loadshedding/issues"

Expand All @@ -21,7 +21,7 @@

# Defaults
DEFAULT_SCAN_PERIOD = 900
MIN_SCAN_PERIOD = 300
MIN_SCAN_PERIOD = 30
DEFAULT_AREA = 0

# Defaults
Expand Down
2 changes: 1 addition & 1 deletion custom_components/coct_loadshedding/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "coct_loadshedding",
"name": "CoCT Loadshedding Interface",
"version": "1.0.3",
"version": "1.0.4",
"documentation": "https://github.com/tinuva/ha-coct-loadshedding",
"issue_tracker": "https://github.com/tinuva/ha-coct-loadshedding/issues",
"dependencies": [],
Expand Down

0 comments on commit 2309333

Please sign in to comment.