Introduced in version: 1.3 (29 Jan 2020)
It does not make sense to import data and not use it. If the entity is persistent committing it or storing it as a variable is enough. Non-persistent entities have to be stored in a variable since committing them does not do much.
Noncompliant example:
Compliant example:
Either committed or stored in a variable set to yes (or yes without events)