Home Assistant Unofficial Reference
2024.12.1
models.py
Go to the documentation of this file.
1
"""The ld2410 ble integration models."""
2
3
from
__future__
import
annotations
4
5
from
dataclasses
import
dataclass
6
7
from
ld2410_ble
import
LD2410BLE
8
9
from
.coordinator
import
LD2410BLECoordinator
10
11
12
@dataclass
13
class
LD2410BLEData
:
14
"""Data for the ld2410 ble integration."""
15
16
title: str
17
device: LD2410BLE
18
coordinator: LD2410BLECoordinator
homeassistant.components.ld2410_ble.models.LD2410BLEData
Definition:
models.py:13
core
homeassistant
components
ld2410_ble
models.py
Generated by
1.9.1