Skip to content

Commit

Permalink
Version 1.1 to test custom updater
Browse files Browse the repository at this point in the history
  • Loading branch information
cinzas committed Feb 23, 2019
1 parent b5e0b77 commit 013ec83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions custom_components.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"Enigma component": {
"version": "1.0",
"version": "1.1",
"local_location": "custom_components/enigma/__init__.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/__init__.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Media Player": {
"version": "1.0",
"version": "1.1",
"local_location": "custom_components/enigma/media_player.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/media_player.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Notification": {
"version": "1.0",
"version": "1.1",
"local_location": "custom_components/enigma/notify.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/notify.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
}
}
}
2 changes: 1 addition & 1 deletion enigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from homeassistant.helpers.entity import Entity

# VERSION
VERSION = '1.0'
VERSION = '1.1'

# REQUIREMENTS
REQUIREMENTS = ['beautifulsoup4==4.6.3']
Expand Down
2 changes: 1 addition & 1 deletion enigma/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from homeassistant.util import Throttle

# VERSION
VERSION = '1.0'
VERSION = '1.1'

# Dependencies
DEPENDENCIES = ['enigma']
Expand Down
2 changes: 1 addition & 1 deletion enigma/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import homeassistant.helpers.config_validation as cv

# VERSION
VERSION = '1.0'
VERSION = '1.1'

# Default value for display (if not passed as argument in data field)
# 20 seconds for timeout
Expand Down

0 comments on commit 013ec83

Please sign in to comment.