mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
fix incorrect requirements
This commit is contained in:
parent
dbcd055cfe
commit
90681c2dc9
@ -31,7 +31,7 @@ SERVICE_PUBLISH = 'publish'
|
||||
EVENT_MQTT_MESSAGE_RECEIVED = 'MQTT_MESSAGE_RECEIVED'
|
||||
|
||||
DEPENDENCIES = []
|
||||
REQUIREMENTS = ['paho-mqtt==1.1'
|
||||
REQUIREMENTS = ['paho-mqtt==1.1',
|
||||
'jsonpath-rw==1.4.0']
|
||||
|
||||
CONF_BROKER = 'broker'
|
||||
|
Loading…
x
Reference in New Issue
Block a user