1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 10:03:52 +01:00
Files
2026-04-30 21:14:48 +02:00

14 lines
193 B
Python

"""The baf integration models."""
from dataclasses import dataclass
@dataclass
class BAFDiscovery:
"""A BAF Discovery."""
ip_address: str
name: str
uuid: str
model: str