| 12345678910111213141516171819202122232425262728 |
- name: Smartplug with timer
- products:
- # Original product id unknown: Mirabella Genio USB smartplug
- - id: PGEkBctAbtzKOZng
- name: Maxcio W-DE004
- primary_entity:
- entity: switch
- class: outlet
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - entity: number
- name: Timer
- category: config
- icon: "mdi:timer"
- dps:
- - id: 2
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|