-
Notifications
You must be signed in to change notification settings - Fork 57
/
input_booleans.yaml
69 lines (53 loc) · 986 Bytes
/
input_booleans.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
#
# Input booleans
#
# @link https://www.home-assistant.io/integrations/input_boolean/
#
#
# Modes
#
low_mode:
name: "Low Power Mode"
icon: "mdi:weather-sunset-down"
nap_mode:
name: "Nap Mode"
icon: "mdi:sleep"
night_mode:
name: "Night Mode"
icon: "mdi:weather-night"
quiet_mode:
name: "Quiet Mode"
icon: "mdi:volume-mute"
scene_mode:
name: "Scene Mode"
icon: "mdi:looks"
#
# Manual effect overrides
#
kitchen_lights_override:
name: "Kitchen Lights have overriding effect set"
icon: "mdi:food-fork-drink"
#
# Security
#
door_test:
name: "Door Test"
icon: "mdi:door-open"
leak_test:
name: "Leak Test"
icon: "mdi:pipe-leak"
motion_front:
name: "Front Motion"
icon: "mdi:motion-sensor"
motion_test:
name: "Motion Test"
icon: "mdi:run"
smoke_test:
name: "Smoke Test"
icon: "mdi:smoke-detector"
tamper_detected:
name: "Tamper Detected"
icon: "mdi:shield-home"
windows_open:
name: "Windows Are Open"
icon: "mdi:window-open"