mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Upgrade HBMQTT (#4599)
This commit is contained in:
parent
ecf285105c
commit
be91207830
@ -12,7 +12,7 @@ from homeassistant.components.mqtt import PROTOCOL_311
|
|||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
from homeassistant.util.async import run_coroutine_threadsafe
|
from homeassistant.util.async import run_coroutine_threadsafe
|
||||||
|
|
||||||
REQUIREMENTS = ['hbmqtt==0.7.1']
|
REQUIREMENTS = ['hbmqtt==0.8']
|
||||||
DEPENDENCIES = ['http']
|
DEPENDENCIES = ['http']
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ ha-ffmpeg==0.15
|
|||||||
ha-philipsjs==0.0.1
|
ha-philipsjs==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.mqtt.server
|
# homeassistant.components.mqtt.server
|
||||||
hbmqtt==0.7.1
|
hbmqtt==0.8
|
||||||
|
|
||||||
# homeassistant.components.climate.heatmiser
|
# homeassistant.components.climate.heatmiser
|
||||||
heatmiserV3==0.9.1
|
heatmiserV3==0.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user