initial commit

This commit is contained in:
2021-02-19 17:08:33 +00:00
commit efa905a094
11 changed files with 747 additions and 0 deletions

46
configuration.yaml Executable file
View File

@@ -0,0 +1,46 @@
# 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
tts:
- platform: google_translate
google_assistant:
project_id: haintegration-655c6
exposed_domains:
- switch
- light
speedtestdotnet:
scan_interval:
minutes: 30
monitored_conditions:
- ping
- download
- upload
notify:
- name: Buttler
platform: telegram
chat_id: 564913435
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