clean configuration yaml

This commit is contained in:
2021-05-09 21:53:41 +01:00
parent 6900ce0338
commit 377d023249

View File

@@ -1,4 +1,3 @@
# Configure a default setup of Home Assistant (frontend, api, etc) # Configure a default setup of Home Assistant (frontend, api, etc)
default_config: default_config:
@@ -33,20 +32,15 @@ notify:
resource: https://api.callmebot.com/whatsapp.php resource: https://api.callmebot.com/whatsapp.php
data: data:
source: HA source: HA
phone: !secret phoneNumber #enter your phone number here phone: !secret phoneNumber #enter your phone number here
apikey: !secret callMeBotAPIKey #enter your apikey here (see Setup above) apikey: !secret callMeBotAPIKey #enter your apikey here (see Setup above)
- name: WhatsAppRita - name: WhatsAppRita
platform: rest platform: rest
resource: https://api.callmebot.com/whatsapp.php resource: https://api.callmebot.com/whatsapp.php
data: data:
source: HA source: HA
phone: !secret phoneNumberRita #enter your phone number here phone: !secret phoneNumberRita
apikey: !secret callMeBotAPIKeyRita #enter your apikey here (see Setup above) apikey: !secret callMeBotAPIKeyRita
camera:
- platform: ffmpeg
name: Camera Garagem
input: rtsp://valadimnfer:ditesM6rvMQmw8@192.168.1.70:554/stream2
spotify: spotify:
client_id: !secret spotifyClientID client_id: !secret spotifyClientID
@@ -57,7 +51,7 @@ telegram_bot:
api_key: !secret telegram_bot_token api_key: !secret telegram_bot_token
allowed_chat_ids: allowed_chat_ids:
- 564913435 - 564913435
group: !include groups.yaml group: !include groups.yaml
automation: !include automations.yaml automation: !include automations.yaml
script: !include scripts.yaml script: !include scripts.yaml
@@ -67,7 +61,8 @@ cover: !include cover.yaml
light: !include light.yaml light: !include light.yaml
switch: !include switch.yaml switch: !include switch.yaml
media_player: !include mediaplayers.yaml media_player: !include mediaplayers.yaml
vacuum: vacuum:
- platform: xiaomi_miio - platform: xiaomi_miio
host: !secret aleixoIP host: !secret aleixoIP
token: !secret aleixoToken token: !secret aleixoToken