Upgrade distro to 1.0.4 (#6926)
parent
26e9e59a5b
commit
542e430c1c
|
@ -22,7 +22,7 @@ from homeassistant.const import __version__ as CURRENT_VERSION
|
||||||
from homeassistant.const import ATTR_FRIENDLY_NAME
|
from homeassistant.const import ATTR_FRIENDLY_NAME
|
||||||
from homeassistant.helpers import event
|
from homeassistant.helpers import event
|
||||||
|
|
||||||
REQUIREMENTS = ['distro==1.0.3']
|
REQUIREMENTS = ['distro==1.0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ directpy==0.1
|
||||||
discord.py==0.16.0
|
discord.py==0.16.0
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.0.3
|
distro==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.switch.digitalloggers
|
# homeassistant.components.switch.digitalloggers
|
||||||
dlipower==0.7.165
|
dlipower==0.7.165
|
||||||
|
|
Loading…
Reference in New Issue