| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- name: Multi Switch
- products:
- - id: ai2cizw27dqsamlr
- manufacturer: HomeMate
- model: 4Gang Switch
- - id: jbaaqtkiuyjyuwtq
- manufacturer: HomeMate
- model: 2Gang Switch
- entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 1
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 2
- dps:
- - id: 2
- name: switch
- type: boolean
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 3
- hidden: unavailable
- dps:
- - id: 3
- name: switch
- type: boolean
- optional: true
- - id: 3
- name: available
- type: boolean
- optional: true
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 4
- hidden: unavailable
- dps:
- - id: 4
- name: switch
- type: boolean
- optional: true
- - id: 4
- name: available
- type: boolean
- optional: true
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: switch
- icon: "mdi:toggle-switch"
- name: Main switch
- dps:
- - id: 13
- type: boolean
- name: switch
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: 1
- dps:
- - id: 7
- type: integer
- name: value
- unit: min
- optional: true
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: 2
- dps:
- - id: 8
- type: integer
- name: value
- unit: min
- optional: true
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: 3
- hidden: unavailable
- dps:
- - id: 9
- type: integer
- name: value
- unit: min
- optional: true
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - id: 3
- name: available
- type: boolean
- optional: true
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: 4
- hidden: unavailable
- dps:
- - id: 10
- type: integer
- name: value
- unit: min
- optional: true
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - id: 4
- name: available
- type: boolean
- optional: true
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 14
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: "memory"
- value: "memory"
|