| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- name: Double wall switch
- products:
- - id: 5pyb1usxij5kzs47
- name: Briliiant Smart glass wall switch 2-gang
- primary_entity:
- entity: switch
- class: switch
- translation_key: switch_x
- translation_placeholders:
- x: 1
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - entity: switch
- class: switch
- translation_key: switch_x
- translation_placeholders:
- x: 2
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- class: duration
- dps:
- - id: 7
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- class: duration
- dps:
- - id: 8
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: sensor
- name: Energy
- category: diagnostic
- dps:
- - id: 101
- type: integer
- name: sensor
- unit: kWh
- mapping:
- - scale: 1000
- - entity: sensor
- class: current
- category: diagnostic
- dps:
- - id: 102
- type: integer
- name: sensor
- unit: mA
- class: measurement
- - entity: sensor
- class: power
- category: diagnostic
- dps:
- - id: 103
- type: integer
- name: sensor
- unit: W
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 104
- type: integer
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
|