This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathconfiguration.yaml
51 lines (45 loc) · 1.59 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
---
homeassistant:
customize: !include_dir_merge_named customizations/entities
# Lets me custimize all entities in a domain
customize_domain: !include_dir_merge_named customizations/domains
# Packages #
packages: !include_dir_named components/packages
# Whitelist #
whitelist_external_dirs: !secret whitelist_dir_config
# Auth Providers #
auth_providers:
- type: homeassistant
- type: trusted_networks
# List of trusted networks, consisting of IP addresses or networks,
# that are allowed to bypass password protection when accessing
# Home Assistant.
trusted_networks:
- !secret intern_ip_1
- !secret intern_ip_2
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
websocket_api:
# To include python scripts
python_script:
################################## COVERS ##################################
# cover:
# - platform: mqtt
# name: "Living Room 0"
# command_topic: "blind/zolder/command"
# tilt_command_topic: "blind/zolder/level"
# tilt_status_topic: "blind/zolder/state"
# tilt_closed_value: 180
# tilt_opened_value: 80
# device_class: 'window'
# tilt_max: 180
# tilt_min: 80
# tilt_invert_state: True
################################## GOOGLE ASSISTANT ##################################
# google_assistant:
# project_id: !secret google_assistant_project_id
################################## GOOGLE CALENDAR ##################################
# google:
# client_id: !secret google_calendar_client_id
# client_secret: !secret google_calendar_secret_key
# track_new_calendar: true