1 """The NZBGet integration."""
6 from .const
import DOMAIN
7 from .coordinator
import NZBGetDataUpdateCoordinator
11 """Defines a base NZBGet entity."""
13 _attr_has_entity_name =
True
20 coordinator: NZBGetDataUpdateCoordinator,
22 """Initialize the NZBGet entity."""
26 identifiers={(DOMAIN, entry_id)},
28 entry_type=DeviceEntryType.SERVICE,
None __init__(self, *str entry_id, str entry_name, NZBGetDataUpdateCoordinator coordinator)