75 lines
1.6 KiB
YAML
Executable File
75 lines
1.6 KiB
YAML
Executable File
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
|
# http:
|
|
# base_url: home.vferreira.pt:8123
|
|
|
|
# Text to speech
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 172.30.32.0/24
|
|
- 127.0.0.1
|
|
- 192.168.1.0/24
|
|
- ::1
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
google_assistant:
|
|
project_id: haintegration-655c6
|
|
exposed_domains:
|
|
- switch
|
|
- light
|
|
|
|
notify:
|
|
- name: Buttler
|
|
platform: telegram
|
|
chat_id: 564913435
|
|
- name: WhatsApp
|
|
platform: rest
|
|
resource: https://api.callmebot.com/whatsapp.php
|
|
data:
|
|
source: HA
|
|
phone: !secret phoneNumber #enter your phone number here
|
|
apikey: !secret callMeBotAPIKey #enter your apikey here (see Setup above)
|
|
- name: WhatsAppRita
|
|
platform: rest
|
|
resource: https://api.callmebot.com/whatsapp.php
|
|
data:
|
|
source: HA
|
|
phone: !secret phoneNumberRita
|
|
apikey: !secret callMeBotAPIKeyRita
|
|
|
|
spotify:
|
|
client_id: !secret spotifyClientID
|
|
client_secret: !secret spotifyClientSecret
|
|
|
|
spotcast:
|
|
sp_dc: !secret sp_dc
|
|
sp_key: !secret sp_key
|
|
|
|
telegram_bot:
|
|
- platform: polling
|
|
api_key: !secret telegram_bot_token
|
|
allowed_chat_ids:
|
|
- 564913435
|
|
|
|
group: !include groups.yaml
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
sensor: !include sensor.yaml
|
|
cover: !include cover.yaml
|
|
light: !include light.yaml
|
|
switch: !include switch.yaml
|
|
media_player: !include mediaplayers.yaml
|
|
|
|
utility_meter:
|
|
energy:
|
|
source: sensor.energy_aqua_hoje
|
|
cycle: hourly
|
|
|
|
homekit:
|