mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade distro to 1.0.1 (#4239)
This commit is contained in:
parent
1ad14b8227
commit
c980d26aae
@ -30,7 +30,7 @@ ATTR_RELEASE_NOTES = 'release_notes'
|
||||
UPDATER_UUID_FILE = '.uuid'
|
||||
CONF_REPORTING = 'reporting'
|
||||
|
||||
REQUIREMENTS = ['distro==1.0.0']
|
||||
REQUIREMENTS = ['distro==1.0.1']
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema({DOMAIN: {
|
||||
vol.Optional(CONF_REPORTING, default=True): cv.boolean
|
||||
|
@ -73,7 +73,7 @@ concord232==0.14
|
||||
directpy==0.1
|
||||
|
||||
# homeassistant.components.updater
|
||||
distro==1.0.0
|
||||
distro==1.0.1
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
dnspython3==1.15.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user