first commit
This commit is contained in:
30
configuration.yaml
Normal file
30
configuration.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
http: !include http.yaml
|
||||
group: !include groups.yaml
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
light: !include lights.yaml
|
||||
weather: !include weather.yaml
|
||||
sensor: !include sensor.yaml
|
||||
binary_sensor: !include binary_sensor.yaml
|
||||
camera: !include camera.yaml
|
||||
input_boolean: !include input_boolean.yaml
|
||||
media_player: !include media_player.yaml
|
||||
input_number: !include input_number.yaml
|
||||
timer: !include timer.yaml
|
||||
switch: !include switch.yaml
|
||||
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
recorder:
|
||||
db_url: mysql://homeassistant:hass1987!@core-mariadb/homeassistant?charset=utf8mb4
|
||||
|
||||
emulated_hue:
|
||||
Reference in New Issue
Block a user