Skip to content

Commit

Permalink
localapi: rename from localapi_device
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Mar 28, 2022
1 parent 748e517 commit 1184bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from aioairzone.common import ConnectionOptions
from aioairzone.const import API_MODE, API_SYSTEM_ID, API_ZONE_ID
from aioairzone.exceptions import InvalidHost
from aioairzone.localapi_device import AirzoneLocalApi
from aioairzone.localapi import AirzoneLocalApi


async def main():
Expand Down

0 comments on commit 1184bb3

Please sign in to comment.