mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Z-Wave file name fix (#5985)
This commit is contained in:
parent
e70b7ab509
commit
0effe14619
@ -8,12 +8,12 @@ from homeassistant.components.zwave import DEVICE_CONFIG_SCHEMA_ENTRY
|
|||||||
from homeassistant.util.yaml import load_yaml, dump
|
from homeassistant.util.yaml import load_yaml, dump
|
||||||
|
|
||||||
|
|
||||||
DEVICE_CONFIG = 'zwave_device_config.yml'
|
DEVICE_CONFIG = 'zwave_device_config.yaml'
|
||||||
|
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def async_setup(hass):
|
def async_setup(hass):
|
||||||
"""Setup the hassbian config."""
|
"""Setup the Z-Wave config API."""
|
||||||
hass.http.register_view(DeviceConfigView)
|
hass.http.register_view(DeviceConfigView)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user