mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -17,14 +17,14 @@ from . import AzureDevOpsDeviceEntity, AzureDevOpsEntityDescription
|
||||
from .const import CONF_ORG, DOMAIN
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class AzureDevOpsSensorEntityDescriptionMixin:
|
||||
"""Mixin class for required Azure DevOps sensor description keys."""
|
||||
|
||||
build_key: int
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class AzureDevOpsSensorEntityDescription(
|
||||
AzureDevOpsEntityDescription,
|
||||
SensorEntityDescription,
|
||||
|
||||
Reference in New Issue
Block a user