| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- name: Dimming lightbulb
- products:
- - id: uoqzzanrvopvxddl
- manufacturer: Deta
- model: Grid Connect Smart 18W 1900lm
- name: Daylight T8 tube
- model_id: DET018HA
- - id: vjapigi170njdq09
- manufacturer: Arlec
- model: Smart 4W 380lm
- name: Candle dimmable bulb
- model_id: GLD060HA
- - id: aok3caeleulg1neh
- model: S10
- name: Wireless dimmer
- entities:
- - entity: light
- dps:
- - id: 20
- type: boolean
- name: switch
- - id: 22
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 26
- type: integer
- name: value
- unit: min
- optional: true
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|