Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "Ricarica iPad "
- description: ""
- mode: single
- triggers:
- - entity_id:
- - sensor.ipad_di_alessandro_battery_level_2
- from: null
- to: null
- trigger: state
- - entity_id:
- - input_number.livello_minimo
- from: null
- to: null
- trigger: state
- - entity_id:
- - input_number.ipad_livello_massimo
- from: null
- to: null
- trigger: state
- conditions: []
- actions:
- - if:
- - condition: numeric_state
- entity_id: sensor.ipad_di_alessandro_battery_level_2
- below: input_number.livello_minimo
- then:
- - metadata: {}
- data: {}
- target:
- device_id: 92889214c3d14f6a0ed5684a9e897a21
- action: switch.turn_on
- - if:
- - condition: numeric_state
- entity_id: sensor.ipad_di_alessandro_battery_level_2
- above: input_number.ipad_livello_massimo
- then:
- - metadata: {}
- data: {}
- target:
- device_id: 92889214c3d14f6a0ed5684a9e897a21
- action: switch.turn_off
Advertisement
Add Comment
Please, Sign In to add comment