mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
update hbmqtt to 0.9.1 (#10611)
This commit is contained in:
committed by
Paulus Schoutsen
parent
eb7643e163
commit
bd5a16d70b
@@ -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.8']
|
||||
REQUIREMENTS = ['hbmqtt==0.9.1']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
# None allows custom config to be created through generate_config
|
||||
|
||||
Reference in New Issue
Block a user