Home Assistant Unofficial Reference
2024.12.1
typing.py
Go to the documentation of this file.
1
"""Define typing helpers for SimpliSafe."""
2
3
from
simplipy.system.v2
import
SystemV2
4
from
simplipy.system.v3
import
SystemV3
5
6
type SystemType = SystemV2 | SystemV3
core
homeassistant
components
simplisafe
typing.py
Generated by
1.9.1