Skip to content

Commit

Permalink
update hbmqtt to 0.9.1 (home-assistant#10611)
Browse files Browse the repository at this point in the history
  • Loading branch information
masarliev authored and balloob committed Nov 16, 2017
1 parent eb7643e commit bd5a16d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/mqtt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['hbmqtt==0.8']
REQUIREMENTS = ['hbmqtt==0.9.1']
DEPENDENCIES = ['http']

# None allows custom config to be created through generate_config
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ ha-philipsjs==0.0.1
haversine==0.4.5

# homeassistant.components.mqtt.server
hbmqtt==0.8
hbmqtt==0.9.1

# homeassistant.components.climate.heatmiser
heatmiserV3==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ha-ffmpeg==1.9
haversine==0.4.5

# homeassistant.components.mqtt.server
hbmqtt==0.8
hbmqtt==0.9.1

# homeassistant.components.binary_sensor.workday
holidays==0.8.1
Expand Down

0 comments on commit bd5a16d

Please sign in to comment.