Upgrade hbmqtt to 0.9.4 (#16356)
* Upgrade to hbmqtt 0.9.4 * Lint * Typo
This commit is contained in:
parent
3797b6b012
commit
87eb6cd25a
4 changed files with 3 additions and 9 deletions
|
@ -13,7 +13,7 @@ import voluptuous as vol
|
|||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['hbmqtt==0.9.2']
|
||||
REQUIREMENTS = ['hbmqtt==0.9.4']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
# None allows custom config to be created through generate_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue