Skip to content

Commit

Permalink
Rename custom updater JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ashley committed May 17, 2019
1 parent f58a259 commit f35a9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/goldair_climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.components.climate import ATTR_OPERATION_MODE
from homeassistant.helpers.discovery import load_platform

VERSION = '0.0.2'
VERSION = '0.0.3'
REQUIREMENTS = ['pytuya==7.0']

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components.json → custom_updater.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"goldair_climate": {
"version": "0.0.2",
"version": "0.0.3",
"local_location": "/custom_components/goldair_climate/__init__.py",
"remote_location": "https://raw.githubusercontent.com/nikrolls/homeassistant-goldair-climate/master/custom_components/goldair_climate/__init__.py",
"visit_repo": "https://github.com/nikrolls/homeassistant-goldair-climate",
Expand Down

0 comments on commit f35a9cc

Please sign in to comment.