-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapps.yaml
117 lines (117 loc) · 3.92 KB
/
apps.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
alarm_system:
module: alarm
class: AlarmSystem
device_trackers:
- person.bob
- person.jon
armed_home_binary_sensors:
- binary_sensor.door_window_sensor_158d0001111111
- binary_sensor.door_window_sensor_158d0001222222
- binary_sensor.door_window_sensor_158d0001333333
armed_away_binary_sensors:
- binary_sensor.door_window_sensor_158d0001111111
- binary_sensor.door_window_sensor_158d0001222222
- binary_sensor.door_window_sensor_158d0001333333
- binary_sensor.motion_sensor_158d000111111
- binary_sensor.motion_sensor_158d000222222
armed_home_image_processing_sensors:
- image_processing.doods_basement
armed_away_image_processing_sensors:
- image_processing.doods_basement
- image_processing.doods_kitchen
alarm_control_buttons:
- event.corridor_downstairs_alarm_button_action
- event.master_bedroom_alarm_button_action
- event.office_alarm_button_action
alarm_lights:
- light.gateway_light_1111111
alarm_pin: 1234
vacation_control: input_boolean.vacation_mode
guest_control: input_boolean.guest_mode
silent_control: input_boolean.silent_mode
alarm_volume_control: input_number.xiaomi_alarm_volume
info_volume_control: input_number.xiaomi_info_volume
notify_service: script/send_status_report_bob
notify_title: "Intruder Alert"
guard_dog:
module: dog
class: GuardDog
motion_sensor: binary_sensor.motion_sensor_158d000111111
door_sensor: binary_sensor.switch_158d0002222222
gw_mac: f0b429cc30b1
heat_saver_office:
module: heat
class: HeatSaver
door_window_sensors:
- binary_sensor.door_window_sensor_158d0001111111
device_trackers:
- device_tracker.android_phone_bob
climate_controls:
- climate.neq1000000001
vacation_control: input_boolean.vacation_mode
guest_control: input_boolean.guest_mode
min_temperature: 12
offset_temperature: -2
home_temperature_control: input_number.climate_home_temperature
away_temperature_control: input_number.climate_away_temperature
vacation_temperature_control: input_number.climate_vacation_temperature
open_temperature_control: input_number.climate_open_temperature
heat_saver_livingroom:
module: heat
class: HeatSaver
door_window_sensors:
- binary_sensor.door_window_sensor_158d0001222222
device_trackers:
- device_tracker.android_phone_bob
- device_tracker.android_phone_jon
climate_controls:
- climate.neq1000000002
vacation_control: input_boolean.vacation_mode
guest_control: input_boolean.guest_mode
min_temperature: 18
wait_duration: 300
home_temperature_control: input_number.climate_home_temperature
away_temperature_control: input_number.climate_away_temperature
vacation_temperature_control: input_number.climate_vacation_temperature
open_temperature_control: input_number.climate_open_temperature
power_saver_livingroom:
module: power
class: PowerSaver
motion_sensors:
- binary_sensor.motion_sensor_158d000111111
device_trackers:
- device_tracker.android_phone_bob
- device_tracker.android_phone_jon
power_controls:
- light.onoff_plug_livingroom_1
vacation_control: input_boolean.vacation_mode
guest_control: input_boolean.guest_mode
light_saver_office:
module: light
class: LightSaver
motion_sensors:
- binary_sensor.motion_sensor_158d000222222
illumination_sensors:
- sensor.illumination_158d0001d82f66
device_trackers:
- device_tracker.android_phone_bob
lights:
- light.hue_office_1
- light.hue_office_2
off_scene: scene.office_light_off
evening_scene: scene.office_light_evening
night_scene: scene.office_light_night
vacation_control: input_boolean.vacation_mode
guest_control: input_boolean.guest_mode
light_switch_bob:
module: light_switch
class: LightSwitch
lights:
- light.kids_room_bob_bed_light
- light.kids_room_bob_desk_light
lights_left:
- light.kids_room_bob_bed_light
lights_right:
- light.kids_room_bob_desk_light
remotes:
- event.kids_room_bob_remote_action