blob: 8186e3c2f729c76074b8a5ead2f1757ce3e938ac [file] [log] [blame]
Lakshmi Yadlapati8a2674b2023-09-25 11:16:58 -05001description: >
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).