0.38.1 (#5889)
* Upgrade AppleTV dep to 0.1.4 * Version bump to 0.38.1 * Update logbook in frontendpull/5705/merge 0.38.1
parent
e0f1c8ac67
commit
b59b42db2c
|
@ -12,7 +12,7 @@ FINGERPRINTS = {
|
|||
"panels/ha-panel-dev-template.html": "2b618508510afa5281c9ecae0c3a3dbd",
|
||||
"panels/ha-panel-history.html": "8955c1d093a2c417c89ed90dd627c7d3",
|
||||
"panels/ha-panel-iframe.html": "d920f0aa3c903680f2f8795e2255daab",
|
||||
"panels/ha-panel-logbook.html": "f36297a894524518fa70883f264492b0",
|
||||
"panels/ha-panel-logbook.html": "7eb06cf9fdeab6683bcd755276f571aa",
|
||||
"panels/ha-panel-map.html": "9c8c7924ba8f731560c9f4093835cc26",
|
||||
"websocket_test.html": "575de64b431fe11c3785bf96d7813450"
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -23,7 +23,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
import homeassistant.util.dt as dt_util
|
||||
|
||||
|
||||
REQUIREMENTS = ['pyatv==0.1.3']
|
||||
REQUIREMENTS = ['pyatv==0.1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"""Constants used by Home Assistant components."""
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 38
|
||||
PATCH_VERSION = '0'
|
||||
PATCH_VERSION = '1'
|
||||
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
|
||||
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
|
||||
REQUIRED_PYTHON_VER = (3, 4, 2)
|
||||
|
|
|
@ -418,7 +418,7 @@ pyasn1-modules==0.0.8
|
|||
pyasn1==0.2.2
|
||||
|
||||
# homeassistant.components.media_player.apple_tv
|
||||
pyatv==0.1.3
|
||||
pyatv==0.1.4
|
||||
|
||||
# homeassistant.components.device_tracker.bbox
|
||||
# homeassistant.components.sensor.bbox
|
||||
|
|
Loading…
Reference in New Issue