| 123456789101112131415161718192021222324252627282930313233343536 |
- name: Infrared heater floodlights
- products:
- - id: trsas9jlfgcbxhq9
- name: Kesser 3000W Floodlights
- primary_entity:
- entity: switch
- name: Power
- icon: "mdi:radiator"
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - entity: select
- name: Mode
- icon: "mdi:radiator"
- dps:
- - id: 4
- type: string
- name: option
- mapping:
- - dps_val: "OFF"
- value: "Off"
- - dps_val: "F1"
- value: "1000W"
- - dps_val: "F2"
- value: "2000W"
- - dps_val: "F3"
- value: "3000W"
- - entity: light
- name: floodlight
- icon: "mdi:lightbulb"
- dps:
- - id: 10
- type: boolean
- name: switch
|