hass-core/homeassistant/components/yalexs_ble/models.py
2022-08-10 10:08:02 -10:00

14 lines
261 B
Python

"""The yalexs_ble integration models."""
from __future__ import annotations
from dataclasses import dataclass
from yalexs_ble import PushLock
@dataclass
class YaleXSBLEData:
"""Data for the yale xs ble integration."""
title: str
lock: PushLock