-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
114 lines (96 loc) · 2.48 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
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
113
114
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Enables the frontend
frontend:
themes: !include_dir_merge_named themes
extra_html_url:
- /local/hass-bha-icons.html
recorder:
purge_keep_days: 5
#purge_interval: 1
#db_url: sqlite:////./config/home-assistant_v2.db
exclude:
domains:
- automation
- sun
- persistent_notification
entities:
- persistent_notification.config_entry_discovery
- sensor.last_boot # Comes from 'systemmonitor' sensor platform
- sensor.date
- sensor.jasmine_soil_conductivity
- sensor.jasmine_moisture_2
- sensor.jasmine_illuminance
- sensor.jasmine_battery_level
- sensor.jasmine_temperature_2
- sensor.dendrobium_soil_conductivity
- sensor.dendrobium_moisture_2
- sensor.dendrobium_illuminance
- sensor.dendrobium_battery_level
- sensor.dendrobium_temperature_2
hacs:
token: b6d1ee2a953876dd65665c64f433f062e33303ff
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
media_player: !include integrations/media_player.yaml
weather: !include integrations/weather.yaml
light: !include integrations/light.yaml
cover: !include integrations/cover.yaml
switch: !include integrations/switch.yaml
camera: !include integrations/camera.yaml
sensor: !include integrations/sensor.yaml
binary_sensor: !include integrations/binary_sensor.yaml
plant: !include integrations/plant.yaml
tplink: !include integrations/tplink.yaml
# Add Z-Wave support
zwave:
usb_path: /dev/ttyUSB0
# Add Zigbee support
zha:
usb_path: /dev/ttyUSB1
database_path: zigbee.db
baudrate: 57600
google:
client_id: !secret google_clientid
client_secret: !secret google_clientsecret
netatmo:
client_id: !secret netatmo_clientid
client_secret: !secret netatmo_client_secret
stream:
ffmpeg:
influxdb:
database: haas
username: haas
password: MyDatabase
ssl: false
plex:
host: 192.168.10.234
port: 32400
ssl: false
verify_ssl: false
media_player:
use_episode_art: true
ignore_new_shared_users: false
#ecowitt:
# port: 4199
#barounit: metric
#windunit: metric
#rainunit: metrric
#windchillunit: hybrid
proxmoxve:
- host: 192.168.10.107
port: 8006
verify_ssl: false
realm: pve
username: haas
password: checkthestatus
nodes:
- node: pve
vms:
- 100
- 101