|
@@ -4,9 +4,9 @@ products:
|
|
|
entities:
|
|
entities:
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
translation_key: motion
|
|
translation_key: motion
|
|
|
- class: motion
|
|
|
|
|
|
|
+ class: motion
|
|
|
dps:
|
|
dps:
|
|
|
- - id: 1
|
|
|
|
|
|
|
+ - id: 1
|
|
|
type: string
|
|
type: string
|
|
|
name: sensor
|
|
name: sensor
|
|
|
mapping:
|
|
mapping:
|
|
@@ -51,7 +51,7 @@ entities:
|
|
|
min: 0
|
|
min: 0
|
|
|
max: 255
|
|
max: 255
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: Warning mode
|
|
|
|
|
|
|
+ name: Warning mode
|
|
|
icon: "mdi:cog"
|
|
icon: "mdi:cog"
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
@@ -66,4 +66,5 @@ entities:
|
|
|
- dps_val: "OnlySound_mode"
|
|
- dps_val: "OnlySound_mode"
|
|
|
value: "Only Sound"
|
|
value: "Only Sound"
|
|
|
- dps_val: "Mute_mode"
|
|
- dps_val: "Mute_mode"
|
|
|
- value: "No Sound no Light"
|
|
|
|
|
|
|
+ value: "No Sound no Light"
|
|
|
|
|
+
|