rules.condition.schema.yml

config/schema/rules.condition.schema.yml

File

config/schema/rules.condition.schema.yml

View source
  1. # Per default the schema of arbitrary context values of a condition cannot be
  2. # typed. Conditions that need translatability or other features of the config
  3. # system must specify their context value schema explicitly, see examples below.
  4. rules.condition.context_values.*:
  5. type: ignore
  6. label: Context values
  7. rules.condition.context_values.rules_entity_is_new:
  8. type: mapping
  9. label: Entity is new context values
  10. mapping:
  11. entity:
  12. type: string