Skip to content

Commit

Permalink
stateengine: Emergency fix for plugin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn authored Jan 24, 2021
1 parent a612c11 commit ae57837
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions stateengine/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ item_attributes:
'

se_use:
type: str
type: list(str)
description:
de: 'Nutzen eines Vorgabezustands'
Expand All @@ -433,19 +432,6 @@ item_attributes:
se_use. The templates that should be used can even be dynamically changed during runtime
by using the **eval:** declaration in front of a valid eval expression
'
description:
de: 'Nutzen eines Vorgabezustands (veraltet - Nutze stattdessen das struct Feature)'
en: 'Using a default template (deprecated - Use the struct feature instead)'
description_long:
de: 'Vorgabezustände werden als Item an beliebiger Stelle innerhalb der
Item-Struktur definiert. Im konkreten Zustands-Item kann das Vorgabezustand-Item
über das Attribut se_use referenziert werden. Es wird empfohlen,
stattdessen das **struct** Feature zu nutzen.
'
en: 'Template states are defined as an item at any given position in the item tree.
In the specific state item the template can get referenced by using the attribute
se_use. It is recommended, however, to use the **struct** feature instead.
'

item_structs:
# Definition of item-structure templates for this plugin (enter 'item_structs: NONE', if section should be empty)
Expand Down

0 comments on commit ae57837

Please sign in to comment.