Remove homeassistant.remote (#16099)
* Remove homeassistant.remote * Use direct import for API * Fix docstring
This commit is contained in:
parent
ae5c4c7e13
commit
7bb5344942
18 changed files with 62 additions and 555 deletions
|
@ -15,7 +15,7 @@ from homeassistant.core import callback
|
|||
from homeassistant.components.mqtt import valid_publish_topic
|
||||
from homeassistant.helpers.entityfilter import generate_filter
|
||||
from homeassistant.helpers.event import async_track_state_change
|
||||
from homeassistant.remote import JSONEncoder
|
||||
from homeassistant.helpers.json import JSONEncoder
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
CONF_BASE_TOPIC = 'base_topic'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue