From d9ca88eaf28e34cb5b4689e5ec929a03f0a09600 Mon Sep 17 00:00:00 2001 From: FredRF <45081367+FredRF@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:21:44 +0100 Subject: [PATCH] New entity synthesis for tv screen devices (#1685) * New entity synthesis for tv screen devices * Changes domain name to match pattern * Changes type to match regex pattern * Changes folder name to match domain-type --------- Co-authored-by: manuelrodriguez-nr <113110223+manuelrodriguez-nr@users.noreply.github.com> --- entity-types/tvs-screendevice/definition.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 entity-types/tvs-screendevice/definition.yml diff --git a/entity-types/tvs-screendevice/definition.yml b/entity-types/tvs-screendevice/definition.yml new file mode 100644 index 000000000..5a1f22a13 --- /dev/null +++ b/entity-types/tvs-screendevice/definition.yml @@ -0,0 +1,12 @@ +domain: TVS +type: SCREENDEVICE +synthesis: + rules: + - identifier: screenDevice + encodeIdentifierInGUID: true + name: screenDevice + conditions: + - attribute: screenDevice + present: true + - attribute: metricName + prefix: screenDevice_ \ No newline at end of file