1description: > 2 Implement this interface to indicate the priority level of an entity. Use it 3 as a decorator for other objects to specify their priority. For example, it 4 can be used for fan sensors, but it is versatile and suitable for various 5 entities. 6 7properties: 8 - name: Priority 9 type: size 10 description: > 11 Indicates the priority of the entity, with a lower value representing 12 a higher priority (e.g., 0 for primary, 1 for secondary). 13