-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcloud.yaml
More file actions
112 lines (112 loc) · 3.52 KB
/
cloud.yaml
File metadata and controls
112 lines (112 loc) · 3.52 KB
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
alexa:
filter:
include_domains:
- fan
include_entities:
# Lock
- lock.touchscreen_deadbolt_z_wave_plus_frontdoor
# Lights
- light.bathroom_light
- light.bedroom_fan_lights
- light.couch_leds
- light.curtain_leds
- light.dining_room_light
- light.fish_tank_backlights
- light.fish_tank_leds
- light.francis_s_light
- light.front_hall_light
- light.garage_light
- light.hallway_light
- light.kitchen_leds
- light.kitchen_light
- light.lab_fan_light
- light.living_room_fan_light
- light.living_room_tv_backlights
- light.patio_light
- light.patio_string_lights
- light.western_electric_cabinet_lights
- light.christmas_tree
- light.fiber_optic_decoration
- light.village
- light.wreath
# Switches
- switch.3d_printer
- switch.bathroom_fan
- switch.lab_bathroom_fan
- switch.patio_fan
- switch.western_electric_rectifier
# Media Players
- media_player.living_room_tv
- media_player.lab_tv
# Input Booleans
- input_boolean.iphone_wake_up_alarm_activated
- input_boolean.enabled_frontdoor_3 # Kaitlyn
- input_boolean.enabled_frontdoor_4 # Ronald
- input_boolean.enabled_frontdoor_8 # Rheena
- input_boolean.enabled_frontdoor_9 # Danielle
- input_boolean.alohomora
- input_boolean.lumos
- input_boolean.lumos_maxima
- input_boolean.knox
- input_boolean.garage_motion
# Scenes
- scene.all_off
- scene.arrival
- scene.downstairs_all_on
- scene.downstairs_all_off
# - scene.downstairs_chill
- scene.downstairs_ambient
- scene.downstairs_ambient_bright
- scene.downstairs_night_light
# - scene.time_for_bed
- scene.nightime
- scene.windows_open
- scene.windows_closed
# Sensors
- sensor.front_yard_temperature
- sensor.lab_temperature
# Scripts
- script.downstairs_chill
- script.goodbye
- script.goodnight
- script.time_for_bed
# Buttons
- input_button.3d_print_check_status
- input_button.alexa_weather_check
- input_button.alexa_weather_forecast
- input_button.alexa_weather_rain_check
- input_button.alexa_weather_temperature_check
- input_button.alexa_location_of_chris
- input_button.alexa_location_of_steven
- input_button.alexa_set_the_mood
- input_button.alexa_snack_for_blaze
- input_button.alexa_what_to_eat
- input_button.alexa_introduce_yourself
- input_button.activate_barn_door_protocol
- input_button.deactivate_barn_door_protocol
entity_config:
input_boolean.iphone_wake_up_alarm_activated:
name: "iPhone Wake Up Alarm Activated"
display_categories: SWITCH
input_boolean.enabled_frontdoor_3:
name: "Kaitlyn's Access"
display_categories: SWITCH
input_boolean.enabled_frontdoor_4:
name: "Ronald's Access"
display_categories: SWITCH
input_boolean.enabled_frontdoor_8:
name: "Rheena's Access"
display_categories: SWITCH
input_boolean.enabled_frontdoor_9:
name: "Danielle's Access"
display_categories: SWITCH
input_boolean.alohomora:
display_categories: SWITCH
input_boolean.lumos:
display_categories: SWITCH
input_boolean.lumos_maxima:
display_categories: SWITCH
input_boolean.knox:
display_categories: SWITCH
input_boolean.garage_motion:
display_categories: SWITCH