UnsupportedEntityType

class UnsupportedEntityType : ValidationIssue


The entity type is not supported by the entity.

Summary

Public constructors

UnsupportedEntityType(
    node: Node,
    severity: ValidationIssueSeverity,
    entityType: String,
    entityId: String,
    supportedTypes: List<String>
)

Create an UnsupportedEntityType instance.

Public properties

String

The unique ID of the entity.

String

The entity type.

List<String>

List of supported entity types.

Inherited properties

From com.google.home.automation.ValidationIssue
ValidationIssueType

The type of the validation issue.

Node

The node for which validation is failing.

ValidationIssueSeverity

The severity of the validation issue.

Public constructors

UnsupportedEntityType

UnsupportedEntityType(
    node: Node,
    severity: ValidationIssueSeverity,
    entityType: String,
    entityId: String,
    supportedTypes: List<String>
)

Create an UnsupportedEntityType instance.

Public properties

entityId

val entityId: String

The unique ID of the entity.

entityType

val entityType: String

The entity type.

supportedTypes

val supportedTypes: List<String>

List of supported entity types.