mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 09:12:57 +00:00
Rearrange configuration.yaml
This commit is contained in:
+17
-28
@@ -27,9 +27,6 @@ logbook:
|
||||
# https://www.home-assistant.io/components/map
|
||||
map:
|
||||
|
||||
# https://www.home-assistant.io/integrations/mobile_app
|
||||
mobile_app:
|
||||
|
||||
# https://www.home-assistant.io/components/system_health
|
||||
system_health:
|
||||
|
||||
@@ -59,11 +56,6 @@ discovery:
|
||||
ignore:
|
||||
- yeelight
|
||||
|
||||
media_player:
|
||||
- platform: androidtv
|
||||
name: nvidia shield
|
||||
host: !secret nvidia_shield_host
|
||||
|
||||
# https://www.home-assistant.io/integrations/ffmpeg
|
||||
ffmpeg:
|
||||
|
||||
@@ -77,13 +69,8 @@ history:
|
||||
# https://www.home-assistant.io/integrations/media_extractor
|
||||
media_extractor:
|
||||
|
||||
# https://www.home-assistant.io/integrations/tts
|
||||
tts:
|
||||
- platform: amazon_polly
|
||||
aws_access_key_id: !secret aws_polly_client_id
|
||||
aws_secret_access_key: !secret aws_polly_client_secret
|
||||
region_name: eu-central-1
|
||||
voice: Amy
|
||||
# https://www.home-assistant.io/integrations/mobile_app
|
||||
mobile_app:
|
||||
|
||||
# https://www.home-assistant.io/integrations/notify
|
||||
notify:
|
||||
@@ -92,14 +79,6 @@ notify:
|
||||
api_key: !secret telegram_token
|
||||
chat_id: !secret telegram_georgi_chat_id
|
||||
|
||||
# https://www.home-assistant.io/integrations/telegram
|
||||
# https://www.home-assistant.io/integrations/telegram_chatbot
|
||||
telegram_bot:
|
||||
- platform: polling
|
||||
api_key: !secret telegram_token
|
||||
allowed_chat_ids:
|
||||
- !secret telegram_georgi_chat_id
|
||||
|
||||
# https://www.home-assistant.io/integrations/plex
|
||||
plex:
|
||||
host: !secret plex_host
|
||||
@@ -115,8 +94,21 @@ spotify:
|
||||
client_id: !secret spotify_client_id
|
||||
client_secret: !secret spotify_client_secret
|
||||
|
||||
# https://www.home-assistant.io/integrations/sun
|
||||
sun:
|
||||
# https://www.home-assistant.io/integrations/telegram
|
||||
# https://www.home-assistant.io/integrations/telegram_chatbot
|
||||
telegram_bot:
|
||||
- platform: polling
|
||||
api_key: !secret telegram_token
|
||||
allowed_chat_ids:
|
||||
- !secret telegram_georgi_chat_id
|
||||
|
||||
# https://www.home-assistant.io/integrations/tts
|
||||
tts:
|
||||
- platform: amazon_polly
|
||||
aws_access_key_id: !secret aws_polly_client_id
|
||||
aws_secret_access_key: !secret aws_polly_client_secret
|
||||
region_name: eu-central-1
|
||||
voice: Amy
|
||||
|
||||
# https://www.home-assistant.io/integrations/tuya
|
||||
tuya:
|
||||
@@ -124,9 +116,6 @@ tuya:
|
||||
password: !secret tuya_password
|
||||
country_code: bg
|
||||
|
||||
# https://www.home-assistant.io/integrations/upnp
|
||||
upnp:
|
||||
|
||||
# https://www.home-assistant.io/integrations/wake_on_lan
|
||||
wake_on_lan:
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
media_player:
|
||||
- platform: androidtv
|
||||
name: nvidia shield
|
||||
host: !secret nvidia_shield_host
|
||||
|
||||
script:
|
||||
tv_chill:
|
||||
alias: TV Chill
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# https://www.home-assistant.io/integrations/sun
|
||||
sun:
|
||||
|
||||
sensor:
|
||||
- platform: launch_library
|
||||
- platform: moon
|
||||
|
||||
Reference in New Issue
Block a user