forked from romquenin/home-assistant-config-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
automations.yaml
38 lines (38 loc) · 1.04 KB
/
automations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
- id: '1583431721995'
alias: Télécommande ikea variateur haut
description: ''
trigger:
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_up_click
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_up_hold
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_up_release
condition: []
action:
- device_id: 7f770f9316da470e82594b239fe3c9bf
domain: light
entity_id: light.salon
type: brightness_increase
- id: '1583432842575'
alias: Télécommande ikea variateur bas
description: ''
trigger:
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_down_click
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_down_hold
- entity_id: sensor.telecommande_ikea_action
platform: state
to: brightness_down_release
condition: []
action:
- device_id: 7f770f9316da470e82594b239fe3c9bf
domain: light
entity_id: light.salon
type: brightness_decrease