Skip to content

Commit

Permalink
Deprecate remote.api (#15955)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and fabaff committed Aug 13, 2018
1 parent 39647a1 commit 1b5cfa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self, host: str, api_password: Optional[str] = None,
port: Optional[int] = SERVER_PORT,
use_ssl: bool = False) -> None:
"""Init the API."""
_LOGGER.warning('This class is deprecated and will be removed in 0.77')
self.host = host
self.port = port
self.api_password = api_password
Expand Down

0 comments on commit 1b5cfa7

Please sign in to comment.