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

Commit

Permalink
Bump pyupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 18, 2019
1 parent 315ac57 commit 4c84919
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.1.0'
VERSION = '4.1.1'

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['pyupdate==1.0.0']
REQUIREMENTS = ['pyupdate==1.0.1']

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

0 comments on commit 4c84919

Please sign in to comment.