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
10  """A BAF Discovery."""
11 
12  ip_address: str
13  name: str
14  uuid: str
15  model: str