Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to make tado x devices compatible with old tado devices as preparation to pytado-v1.0 #123

Open
wants to merge 8 commits into
base: pytado-v1.0
Choose a base branch
from
3 changes: 2 additions & 1 deletion PyTado/interface/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Module for all API interfaces."""

from .base_tado import TadoBase
from .hops_tado import TadoX
from .my_tado import Tado

__all__ = ["Tado", "TadoX"]
__all__ = ["Tado", "TadoX", "TadoBase"]
Loading
Loading