Skip to content

Commit

Permalink
Bump aioesphomeapi (#19838)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter authored and fabaff committed Jan 7, 2019
1 parent 903c86a commit e30c324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/esphome/__init__.py
Expand Up @@ -31,7 +31,7 @@
ServiceCall

DOMAIN = 'esphome'
REQUIREMENTS = ['aioesphomeapi==1.4.0']
REQUIREMENTS = ['aioesphomeapi==1.4.1']


DISPATCHER_UPDATE_ENTITY = 'esphome_{entry_id}_update_{component_key}_{key}'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -96,7 +96,7 @@ aioautomatic==0.6.5
aiodns==1.1.1

# homeassistant.components.esphome
aioesphomeapi==1.4.0
aioesphomeapi==1.4.1

# homeassistant.components.freebox
aiofreepybox==0.0.6
Expand Down

0 comments on commit e30c324

Please sign in to comment.