Untitled

 avatar
unknown
plain_text
9 months ago
1.3 kB
31
Indexable
alias: Roman Note Wysoka Dokladnosc
description: ""
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.note2opel
    id: Opel
  - trigger: state
    entity_id:
      - binary_sensor.note2skoda
    id: Skoda
conditions: []
actions:
  - choose:
      - conditions:
          - condition: or
            conditions:
              - condition: state
                entity_id: binary_sensor.note2opel
                state: "on"
              - condition: state
                entity_id: binary_sensor.note2skoda
                state: "on"
        sequence:
          - data:
              message: command_high_accuracy_mode
              data:
                command: turn_on
            action: notify.mobile_app_roman_redmi_note_13
      - conditions:
          - condition: and
            conditions:
              - condition: state
                entity_id: binary_sensor.note2opel
                state: "off"
              - condition: state
                entity_id: binary_sensor.note2skoda
                state: "off"
        sequence:
          - data:
              message: command_high_accuracy_mode
              data:
                command: turn_off
            action: notify.mobile_app_roman_redmi_note_13
mode: single
Editor is loading...
Leave a Comment