|
@@ -5,22 +5,49 @@ products:
|
|
|
model: Smart+ Planon plus backlight
|
|
model: Smart+ Planon plus backlight
|
|
|
model_id: BL100x25B
|
|
model_id: BL100x25B
|
|
|
entities:
|
|
entities:
|
|
|
|
|
+ - entity: switch
|
|
|
|
|
+ icon: "mdi:lightbulb-multiple"
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 20
|
|
|
|
|
+ type: boolean
|
|
|
|
|
+ name: switch
|
|
|
|
|
+
|
|
|
- entity: light
|
|
- entity: light
|
|
|
dps:
|
|
dps:
|
|
|
- id: 20
|
|
- id: 20
|
|
|
type: boolean
|
|
type: boolean
|
|
|
|
|
+ name: available
|
|
|
|
|
+ - id: 51
|
|
|
|
|
+ type: base64
|
|
|
|
|
+ mask: "000200000000000000000000"
|
|
|
|
|
+ optional: true
|
|
|
name: switch
|
|
name: switch
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value_mirror: available
|
|
|
- id: 21
|
|
- id: 21
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ optional: true
|
|
|
name: work_mode
|
|
name: work_mode
|
|
|
- id: 22
|
|
- id: 22
|
|
|
- name: brightness
|
|
|
|
|
|
|
+ name: standard_brightness
|
|
|
type: integer
|
|
type: integer
|
|
|
range:
|
|
range:
|
|
|
min: 0
|
|
min: 0
|
|
|
max: 1000
|
|
max: 1000
|
|
|
|
|
+ - id: 51
|
|
|
|
|
+ type: base64
|
|
|
|
|
+ mask: "0000000000000000FFFF0000"
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: brightness
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value_mirror: standard_brightness
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 0
|
|
|
|
|
+ max: 1000
|
|
|
- id: 23
|
|
- id: 23
|
|
|
- name: color_temp
|
|
|
|
|
|
|
+ name: std_color_temp
|
|
|
type: integer
|
|
type: integer
|
|
|
range:
|
|
range:
|
|
|
min: 0
|
|
min: 0
|
|
@@ -29,20 +56,67 @@ entities:
|
|
|
- target_range:
|
|
- target_range:
|
|
|
min: 2700
|
|
min: 2700
|
|
|
max: 6500
|
|
max: 6500
|
|
|
|
|
+ - id: 51
|
|
|
|
|
+ type: base64
|
|
|
|
|
+ mask: "00000000000000000000FFFF"
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: color_temp
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value_mirror: standard_brightness
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 0
|
|
|
|
|
+ max: 1000
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - target_range:
|
|
|
|
|
+ min: 2700
|
|
|
|
|
+ max: 6500
|
|
|
- entity: light
|
|
- entity: light
|
|
|
translation_key: backlight
|
|
translation_key: backlight
|
|
|
dps:
|
|
dps:
|
|
|
- id: 20
|
|
- id: 20
|
|
|
type: boolean
|
|
type: boolean
|
|
|
|
|
+ name: available
|
|
|
|
|
+ - id: 51
|
|
|
|
|
+ type: base64
|
|
|
|
|
+ mask: "000100000000000000000000"
|
|
|
|
|
+ optional: true
|
|
|
name: switch
|
|
name: switch
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value_mirror: available
|
|
|
- id: 21
|
|
- id: 21
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ optional: true
|
|
|
name: work_mode
|
|
name: work_mode
|
|
|
- id: 24
|
|
- id: 24
|
|
|
type: hex
|
|
type: hex
|
|
|
|
|
+ name: std_rgbhsv
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ format:
|
|
|
|
|
+ - name: h
|
|
|
|
|
+ bytes: 2
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 0
|
|
|
|
|
+ max: 360
|
|
|
|
|
+ - name: s
|
|
|
|
|
+ bytes: 2
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 0
|
|
|
|
|
+ max: 1000
|
|
|
|
|
+ - name: v
|
|
|
|
|
+ bytes: 2
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 0
|
|
|
|
|
+ max: 1000
|
|
|
|
|
+ - id: 51
|
|
|
|
|
+ type: base64
|
|
|
|
|
+ optional: true
|
|
|
name: rgbhsv
|
|
name: rgbhsv
|
|
|
optional: true
|
|
optional: true
|
|
|
format:
|
|
format:
|
|
|
|
|
+ - name: x
|
|
|
|
|
+ bytes: 2
|
|
|
- name: h
|
|
- name: h
|
|
|
bytes: 2
|
|
bytes: 2
|
|
|
range:
|
|
range:
|
|
@@ -58,6 +132,12 @@ entities:
|
|
|
range:
|
|
range:
|
|
|
min: 0
|
|
min: 0
|
|
|
max: 1000
|
|
max: 1000
|
|
|
|
|
+ - name: w
|
|
|
|
|
+ bytes: 2
|
|
|
|
|
+ - name: c
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value_mirror: std_rgb
|
|
|
- entity: number
|
|
- entity: number
|
|
|
translation_key: timer
|
|
translation_key: timer
|
|
|
class: duration
|
|
class: duration
|