mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Downgraded pubnub version (#2420)
This commit is contained in:
committed by
Paulus Schoutsen
parent
2b8dfb2a0e
commit
2b514139eb
@@ -12,7 +12,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.loader import get_component
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.7.8', 'pubnub==3.7.8']
|
||||
REQUIREMENTS = ['python-wink==0.7.8', 'pubnub==3.7.6']
|
||||
|
||||
# These are the available sensors mapped to binary_sensor class
|
||||
SENSOR_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user