-
Notifications
You must be signed in to change notification settings - Fork 36
/
configuration.yaml
72 lines (62 loc) · 1.83 KB
/
configuration.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
###############################################################################
# THE HOME ASSISTANT CONFIGURATION FILE - MOTHER OF ALL CONFIG FILES
# @Author : Mahasri Kalavala
###############################################################################
homeassistant:
name: MyHome
temperature_unit: F
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: imperial
time_zone: !secret time_zone
customize_glob: !include customize_glob.yaml
customize_domain: !include customize_domain.yaml
packages: !include_dir_named packages
allowlist_external_dirs:
- /config/www/downloads/camera/patio/
- /config/www/downloads/camera/porch/
- /config/www/downloads/camera/garage/
- /config/www/downloads/camera/playarea/
- /config/www/downloads/camera/driveway/
- /config/www/downloads/camera/frontdoor/
- /config/www/downloads/camera/3d/
sun:
alexa:
config:
discovery:
ignore:
- homekit
frontend:
media_source:
homekit:
autostart: true
filter:
include_domains:
- alarm_control_panel
- light
- switch
- input_boolean
- camera
include_entities:
- binary_sensor.door_window_sensor_158d00040ad8fc # Back Door
- binary_sensor.door_window_sensor_158d000424a6d6 # Front Door
- binary_sensor.door_window_sensor_158d0004248d5b # Single Car Garage
- binary_sensor.door_window_sensor_158d0004231f7b # Double Car Garage
- binary_sensor.door_window_sensor_158d0004880f30 # Garage Entry Door
mobile_app:
# default_config:
websocket_api:
python_script:
logger: !include logging.yaml
zeroconf:
system_health:
binary_sensor:
- platform: workday
country: US
lovelace:
mode: yaml
# Google Calendar
# google:
# client_id: !secret google_client_id
# client_secret: !secret google_client_secret