clean configuration yaml
This commit is contained in:
@@ -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
|
||||
token: !secret aleixoToken
|
||||
|
||||
Reference in New Issue
Block a user