|
@@ -2,6 +2,8 @@ name: mmWave presence sensor
|
|
|
products:
|
|
products:
|
|
|
- id: 4cjzlliucdjaanvl
|
|
- id: 4cjzlliucdjaanvl
|
|
|
model: ZY-M100-WIFI24G
|
|
model: ZY-M100-WIFI24G
|
|
|
|
|
+ - id: j5tnwuyrqc2oaupd
|
|
|
|
|
+ model: ZY-M100-24G-WIFI
|
|
|
entities:
|
|
entities:
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
class: motion
|
|
class: motion
|
|
@@ -32,6 +34,7 @@ entities:
|
|
|
dps:
|
|
dps:
|
|
|
- id: 3
|
|
- id: 3
|
|
|
type: integer
|
|
type: integer
|
|
|
|
|
+ optional: true
|
|
|
name: value
|
|
name: value
|
|
|
unit: m
|
|
unit: m
|
|
|
range:
|
|
range:
|
|
@@ -47,6 +50,7 @@ entities:
|
|
|
dps:
|
|
dps:
|
|
|
- id: 4
|
|
- id: 4
|
|
|
type: integer
|
|
type: integer
|
|
|
|
|
+ optional: true
|
|
|
name: value
|
|
name: value
|
|
|
unit: m
|
|
unit: m
|
|
|
range:
|
|
range:
|
|
@@ -82,6 +86,7 @@ entities:
|
|
|
dps:
|
|
dps:
|
|
|
- id: 103
|
|
- id: 103
|
|
|
type: integer
|
|
type: integer
|
|
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
name: sensor
|
|
|
unit: lx
|
|
unit: lx
|
|
|
class: measurement
|
|
class: measurement
|
|
@@ -105,11 +110,21 @@ entities:
|
|
|
category: config
|
|
category: config
|
|
|
class: duration
|
|
class: duration
|
|
|
icon: "mdi:camera-timer"
|
|
icon: "mdi:camera-timer"
|
|
|
|
|
+ hidden: unavailable
|
|
|
dps:
|
|
dps:
|
|
|
- id: 105
|
|
- id: 105
|
|
|
type: integer
|
|
type: integer
|
|
|
|
|
+ optional: true
|
|
|
name: value
|
|
name: value
|
|
|
unit: s
|
|
unit: s
|
|
|
range:
|
|
range:
|
|
|
min: 5
|
|
min: 5
|
|
|
max: 15000
|
|
max: 15000
|
|
|
|
|
+ - id: 105
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: available
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: null
|
|
|
|
|
+ value: false
|
|
|
|
|
+ - value: true
|