Skip to content

Commit

Permalink
Merge 4e2342a into 2134331
Browse files Browse the repository at this point in the history
  • Loading branch information
abmantis committed Dec 8, 2018
2 parents 2134331 + 4e2342a commit cf93112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/edp_redy.py
Expand Up @@ -26,7 +26,7 @@
DATA_UPDATE_TOPIC = '{0}_data_update'.format(DOMAIN)
UPDATE_INTERVAL = 60

REQUIREMENTS = ['edp_redy==0.0.2']
REQUIREMENTS = ['edp_redy==0.0.3']

CONFIG_SCHEMA = vol.Schema({
DOMAIN: vol.Schema({
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -325,7 +325,7 @@ dsmr_parser==0.12
dweepy==0.3.0

# homeassistant.components.edp_redy
edp_redy==0.0.2
edp_redy==0.0.3

# homeassistant.components.media_player.horizon
einder==0.3.1
Expand Down

0 comments on commit cf93112

Please sign in to comment.