Service to send command to browsers
This commit is contained in:
@@ -2,6 +2,7 @@ import logging
|
||||
|
||||
from .mod_view import setup_view
|
||||
from .connection import setup_connection
|
||||
from .service import setup_service
|
||||
from .const import DOMAIN, DATA_DEVICES, DATA_ALIASES, DATA_ADDERS, CONFIG_DEVICES
|
||||
|
||||
|
||||
@@ -32,4 +33,6 @@ async def async_setup(hass, config):
|
||||
|
||||
setup_connection(hass)
|
||||
|
||||
setup_service(hass)
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user