Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Add support for more super custom file names
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 19, 2019
1 parent 2a30ce7 commit 9ab6414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/custom_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
from homeassistant.components.http import HomeAssistantView
from homeassistant.helpers.event import async_track_time_interval

VERSION = '4.2.0'
VERSION = '4.2.1'

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['pyupdate==1.2.2']
REQUIREMENTS = ['pyupdate==1.2.3']

CONF_TRACK = 'track'
CONF_HIDE_SENSOR = 'hide_sensor'
Expand Down

0 comments on commit 9ab6414

Please sign in to comment.