| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- name: SmartPlug
- products:
- - id: e8dqdqxjgmilloml
- manufacturer: Nooie
- model: NSP21
- entities:
- - entity: switch
- class: outlet
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: number
- translation_key: timer
- category: config
- class: duration
- dps:
- - id: 9
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: select
- name: "Light Mode"
- icon: "mdi:television-ambient-light"
- category: config
- dps:
- - id: 40
- type: string
- name: option
- mapping:
- - dps_val: "relay"
- value: "State"
- - dps_val: "pos"
- value: "Position"
- - dps_val: "none"
- value: "Off"
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 41
- type: boolean
- name: lock
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 38
- type: string
- name: option
- mapping:
- - dps_val: "on"
- value: "on"
- - dps_val: "off"
- value: "off"
- - dps_val: memory
- value: memory
|