-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
68 lines (57 loc) · 1.49 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
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
logger:
default: warning
logs:
custom_components.energyscore: debug
frontend:
themes: !include_dir_merge_named themes
tts:
- platform: google_translate
alarm_control_panel: !include alarm.yaml
automation: !include automations.yaml
binary_sensor: !include binary_sensors.yaml
climate: !include climate.yaml
homekit: !include homekit.yaml
influxdb: !include influx.yaml
input_boolean: !include input_boolean.yaml
input_datetime: !include input_datetime.yaml
input_number: !include input_numbers.yaml
mqtt: !include mqtt.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensors.yaml
template: !include templates.yaml
####################
### INTEGRATIONS ###
####################
media_player:
- platform: lg_netcast
host: !secret lg_ip
access_token: !secret lg_access_token
stream:
calendar:
- platform: caldav
url: https://caldav.icloud.com
username: !secret cal_user
password: !secret cal_pass
calendars:
- Family
powercalc:
###############
### FOR DEV ###
###############
mqtt_statestream:
base_topic: ha-dev
publish_attributes: true
publish_timestamps: true
include:
entities:
- sensor.electricity_price
- sensor.total_energy_consumption
- sensor.washer_energy
- sensor.dishwasher_energy
- sensor.nordpool_price