@@ -0,0 +1,121 @@
+# Example DPS Status
+# {'dps': {'1': True, '2': True, '3': True, '4': True, '7': 0, '8': 0, '9': 0, '10': 0, '14': '0', '16': True}}
+name: Novadigital Quad Switch
+products:
+ - id: 6u3rzfddlfajqvn5
+ name: Interruptor touch novadigital
+primary_entity:
+ entity: switch
+ name: Switch 1
+ dps:
+ - id: 1
+ name: switch
+ type: boolean
+secondary_entities:
+ - entity: switch
+ name: Switch 2
+ - id: 2
+ name: Switch 3
+ - id: 3
+ name: Switch 4
+ - id: 4
+ - entity: number
+ category: config
+ name: Timer Switch 1
+ icon: "mdi:timer"
+ - id: 7
+ name: value
+ type: integer
+ unit: min
+ range:
+ min: 0
+ max: 86400
+ mapping:
+ - scale: 60
+ step: 60
+ name: Timer Switch 2
+ - id: 8
+ name: Timer Switch 3
+ - id: 9
+ name: Timer Switch 4
+ - id: 10
+ - entity: select
+ name: Restore power state
+ icon: "mdi:power-settings"
+ - id: 14
+ name: option
+ type: string
+ - dps_val: 0
+ value: "Off"
+ - dps_val: 1
+ value: "On"
+ - dps_val: 2
+ value: Remember Last Status
+ optional: true
+ force: true
+ - entity: light
+ name: "Backlight"
+ - id: 16
+ - dps_val: true
+ icon: "mdi:lightbulb-on"
+ - dps_val: false
+ icon: "mdi:lightbulb-outline"