-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
64 lines (56 loc) · 2.01 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
homeassistant:
name: "Дом"
country: RU
latitude: !secret latitude_coord
longitude: !secret longitude_coord
elevation: !secret elevation_coord
unit_system: metric
time_zone: Europe/Kaliningrad
packages: !include_dir_named packages
external_url: "https://alexeysitka.duckdns.org"
internal_url: "https://hassio.lan"
# customize: !include customize.yaml
http:
server_port: 443
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
lovelace:
mode: yaml
resources:
- url: /local/community/lovelace-valetudo-map-card/valetudo-map-card.js?v=1.0
type: module
- url: /local/community/stack-in-card/stack-in-card.js?v=1.0
type: module
- url: /local/community/mini-graph-card/mini-graph-card-bundle.js?v=1.0
type: module
- url: /local/community/simple-thermostat/simple-thermostat.js?v=1.0
type: module
- url: /local/community/vacuum-card/vacuum-card.js?v=1.0
type: module
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Подключение скриптов в папке python_scripts
#python_script:
# Text to speech
tts:
- platform: google_translate
#Вынос во внешние файлы
#input_boolean: !include conf.d/input_boolean.yaml
#group: !include conf.d/groups.yaml
#scene: !include conf.d/scenes.yaml
#recorder: !include conf.d/recorder.yaml
#input_number: !include conf.d/input_number.yaml
#Вынос во внешние папки
#input_select: !include_dir_merge_named conf.d/input-select
#timer: !include_dir_merge_named conf.d/timer
#sensor: !include_dir_merge_list conf.d/sensor
#binary_sensor: !include_dir_merge_list conf.d/bin-sensor
#automation: !include_dir_merge_list conf.d/automation
#script: !include_dir_merge_named conf.d/script
#switch: !include_dir_merge_list conf.d/switch
#light: !include_dir_merge_list conf.d/light
#climate: !include_dir_merge_list conf.d/climate
#fan: !include_dir_merge_list conf.d/fan