| 12345678910111213141516171819202122232425262728 |
- name: Smartplug with timer
- products:
- # Original product id unknown: Mirabella Genio USB smartplug
- - id: PGEkBctAbtzKOZng
- manufacturer: Maxcio
- model: W-DE004
- - id: O0YnvNLlDWbJd4KC
- manufacturer: Hyleton
- model: "315"
- entities:
- - entity: switch
- class: outlet
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 2
- type: integer
- name: value
- unit: s
- range:
- min: 0
- max: 86400
|