-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
47 lines (38 loc) · 1.06 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
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages/
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
# media_player:
# - platform: androidtv
# host: 10.0.0.63
# name: "Living Room Super Shield"
# adb_server_ip: 10.0.0.150
# adb_server_port: 5037
weather:
- platform: pirateweather
api_key: !secret pirate_weather_api_key
hydrawise:
access_token: !secret hydrawise_api_key
ifttt:
key: !secret iftt_webhooks_api_key
panel_iframe:
# Adds node-red to side panel menu
nodered:
title: Node-Red
icon: mdi:shuffle-variant
url: "http://10.0.0.150:1880/"
automation: !include automations.yaml
binary_sensor: !include binary_sensors.yaml
cover: !include covers.yaml
group: !include groups.yaml
input_number: !include input_numbers.yaml
lock: !include locks.yaml
sensor: !include sensors.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch: !include switches.yaml
template: !include templates.yaml