From 377d02324976d33de56410862ee55d887592e2d3 Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Sun, 9 May 2021 21:53:41 +0100 Subject: [PATCH] clean configuration yaml --- configuration.yaml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 8812e37..2eef2a5 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,4 +1,3 @@ - # Configure a default setup of Home Assistant (frontend, api, etc) default_config: @@ -33,20 +32,15 @@ notify: 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) + 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 #enter your phone number here - apikey: !secret callMeBotAPIKeyRita #enter your apikey here (see Setup above) - -camera: - - platform: ffmpeg - name: Camera Garagem - input: rtsp://valadimnfer:ditesM6rvMQmw8@192.168.1.70:554/stream2 + phone: !secret phoneNumberRita + apikey: !secret callMeBotAPIKeyRita spotify: client_id: !secret spotifyClientID @@ -57,7 +51,7 @@ telegram_bot: api_key: !secret telegram_bot_token allowed_chat_ids: - 564913435 - + group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml @@ -67,7 +61,8 @@ cover: !include cover.yaml light: !include light.yaml switch: !include switch.yaml media_player: !include mediaplayers.yaml + vacuum: - platform: xiaomi_miio host: !secret aleixoIP - token: !secret aleixoToken \ No newline at end of file + token: !secret aleixoToken