|
@@ -1,6 +1,6 @@
|
|
|
name: Alarm security system
|
|
name: Alarm security system
|
|
|
products:
|
|
products:
|
|
|
- - id: eb26b0818666ecd284o4qe
|
|
|
|
|
|
|
+ - id: z75vinnyhtgxhaxw
|
|
|
manufacturer: GauTone
|
|
manufacturer: GauTone
|
|
|
model: PG-103
|
|
model: PG-103
|
|
|
- id: gyitctrjj1kefxp2
|
|
- id: gyitctrjj1kefxp2
|
|
@@ -105,6 +105,7 @@ entities:
|
|
|
name: switch
|
|
name: switch
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
class: sound
|
|
class: sound
|
|
|
|
|
+ deprecated: event.alarm
|
|
|
name: Alarm
|
|
name: Alarm
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
@@ -121,3 +122,40 @@ entities:
|
|
|
name: message
|
|
name: message
|
|
|
optional: true
|
|
optional: true
|
|
|
persist: false
|
|
persist: false
|
|
|
|
|
+ - entity: event
|
|
|
|
|
+ name: Alarm
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 32
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: sensor
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: normal
|
|
|
|
|
+ value: null
|
|
|
|
|
+ - dps_val: alarm
|
|
|
|
|
+ value: alarm
|
|
|
|
|
+ - id: 26
|
|
|
|
|
+ type: utf16b64
|
|
|
|
|
+ name: message
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ - id: 37
|
|
|
|
|
+ type: string
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: sub_type
|
|
|
|
|
+ - id: 39
|
|
|
|
|
+ type: string
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: sub_state
|
|
|
|
|
+ - entity: event
|
|
|
|
|
+ name: Power
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 101
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: event
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: normal
|
|
|
|
|
+ value: null
|
|
|
|
|
+ - dps_val: powerDisconnect
|
|
|
|
|
+ value: power_disconnect
|
|
|
|
|
+ - dps_val: BatteryIsLow
|
|
|
|
|
+ value: low_battery
|