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

Commit 1ee7d51

Browse files
committed
fix imports
1 parent bd7d002 commit 1ee7d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/custom_updater.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
from homeassistant.components.http import HomeAssistantView
1515
from homeassistant.helpers.event import async_track_time_interval
1616

17-
VERSION = '4.2.13'
17+
VERSION = '4.2.14'
1818

1919
_LOGGER = logging.getLogger(__name__)
2020

21-
REQUIREMENTS = ['pyupdate==1.3.3']
21+
REQUIREMENTS = ['pyupdate==1.3.4']
2222

2323
CONF_TRACK = 'track'
2424
CONF_HIDE_SENSOR = 'hide_sensor'

0 commit comments

Comments
 (0)