Skip to content

Commit

Permalink
Disable custom_updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 13, 2019
1 parent 8e32a5a commit 35957d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customjson/defaults.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Default values."""
REUSE = 'https://raw.githubusercontent.com/{}/{}/master/{}'
BLACKLIST = ['information', 'sun']
BLACKLIST = ['information', 'sun', 'custom_updater']
DOMAINS = ['air_quality',
'binary_sensor',
'camera',
Expand Down
2 changes: 1 addition & 1 deletion customjson/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version."""
MAJOR = 2
MINOR = 4
PATCH = 2
PATCH = 3
FORMAT = "{}.{}.{}"
__version__ = FORMAT.format(str(MAJOR), str(MINOR), str(PATCH))

0 comments on commit 35957d7

Please sign in to comment.