Home Assistant Unofficial Reference
2024.12.1
models.py
Go to the documentation of this file.
1
"""The baf integration models."""
2
3
from
__future__
import
annotations
4
5
from
dataclasses
import
dataclass
6
7
8
@dataclass
9
class
BAFDiscovery
:
10
"""A BAF Discovery."""
11
12
ip_address: str
13
name: str
14
uuid: str
15
model: str
homeassistant.components.baf.models.BAFDiscovery
Definition:
models.py:9
core
homeassistant
components
baf
models.py
Generated by
1.9.1