Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: UPS Notifications
- description: ""
- trigger:
- - type: voltage
- platform: device
- device_id: 70e586e1e56fbe2c40b4d25d2da08825
- entity_id: ab465010b0a425cbaf727400aad37f49
- domain: sensor
- id: "1"
- below: 110
- - type: voltage
- platform: device
- device_id: 932845493033ec64f30093a18c2e7c3b
- entity_id: 71efb75315f936794427421487cb9c87
- domain: sensor
- below: 110
- id: "2"
- - type: voltage
- platform: device
- device_id: 70e586e1e56fbe2c40b4d25d2da08825
- entity_id: ab465010b0a425cbaf727400aad37f49
- domain: sensor
- above: 110
- id: "3"
- - type: voltage
- platform: device
- device_id: 932845493033ec64f30093a18c2e7c3b
- entity_id: 71efb75315f936794427421487cb9c87
- domain: sensor
- above: 110
- id: "4"
- - type: battery_level
- platform: device
- device_id: 70e586e1e56fbe2c40b4d25d2da08825
- entity_id: 22722b9cb14a2d1e47db923197956cac
- domain: sensor
- id: "5"
- below: 20
- - type: battery_level
- platform: device
- device_id: 932845493033ec64f30093a18c2e7c3b
- entity_id: 592dd0fa7509a59fcb92e6dc5464070b
- domain: sensor
- id: "6"
- below: 20
- condition: []
- action:
- - if:
- - condition: trigger
- id:
- - "1"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS1 - Left has no input power
- - if:
- - condition: trigger
- id:
- - "2"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS2 - Right has no input power
- - if:
- - condition: trigger
- id:
- - "3"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS1 - Left is back on mains power
- - if:
- - condition: trigger
- id:
- - "4"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS2 - Right is back on mains power
- - if:
- - condition: trigger
- id:
- - "5"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS1 - Left battery level below 20%
- - if:
- - condition: trigger
- id:
- - "6"
- then:
- - service: notify.mobile_app_scott_s_s23
- data:
- message: UPS2 - Right battery level below 20%
- mode: parallel
- max: 10
Advertisement
Add Comment
Please, Sign In to add comment