mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 02:18:43 +00:00
Remove configurations that are configured with config_flow. Backup
This commit is contained in:
@@ -137,8 +137,4 @@ spotcast:
|
|||||||
username: !secret spotify_spotcast_username
|
username: !secret spotify_spotcast_username
|
||||||
password: !secret spotify_spotcast_password
|
password: !secret spotify_spotcast_password
|
||||||
|
|
||||||
hacs:
|
|
||||||
token: !secret hacs_github_token
|
|
||||||
appdaemon: true
|
|
||||||
|
|
||||||
uilogs:
|
uilogs:
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
# https://www.home-assistant.io/integrations/spotify
|
|
||||||
spotify:
|
|
||||||
client_id: !secret spotify_client_id
|
|
||||||
client_secret: !secret spotify_client_secret
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
music_play:
|
music_play:
|
||||||
alias: Music · Play
|
alias: Music · Play
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
# https://www.home-assistant.io/integrations/sonos
|
# https://www.home-assistant.io/integrations/sonos
|
||||||
sonos:
|
|
||||||
media_player:
|
|
||||||
hosts: !secret sonos_hosts
|
|
||||||
|
|
||||||
group:
|
group:
|
||||||
all_sonos:
|
all_sonos:
|
||||||
|
|||||||
@@ -15,13 +15,6 @@ speedtestdotnet:
|
|||||||
# https://www.home-assistant.io/integrations/wake_on_lan
|
# https://www.home-assistant.io/integrations/wake_on_lan
|
||||||
wake_on_lan:
|
wake_on_lan:
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/mikrotik
|
|
||||||
mikrotik:
|
|
||||||
- name: Mikrotik
|
|
||||||
host: !secret mikrotik_host
|
|
||||||
username: !secret mikrotik_username
|
|
||||||
password: !secret mikrotik_password
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/docs/mqtt
|
# https://www.home-assistant.io/docs/mqtt
|
||||||
mqtt:
|
mqtt:
|
||||||
broker: !secret mqtt_ip
|
broker: !secret mqtt_ip
|
||||||
@@ -34,12 +27,6 @@ pi_hole:
|
|||||||
- host: !secret pihole_host
|
- host: !secret pihole_host
|
||||||
api_key: !secret pihole_api_key
|
api_key: !secret pihole_api_key
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/zha
|
|
||||||
zha:
|
|
||||||
usb_path: /dev/ttyUSB0
|
|
||||||
database_path: /config/zigbee.db
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ─── ENTITIES ───────────────────────────────────────────────────────────────────
|
# ─── ENTITIES ───────────────────────────────────────────────────────────────────
|
||||||
#
|
#
|
||||||
@@ -62,12 +49,6 @@ binary_sensor:
|
|||||||
payload_off: "disabled"
|
payload_off: "disabled"
|
||||||
value_template: '{{ value_json.status }}'
|
value_template: '{{ value_json.status }}'
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/synologydsm
|
|
||||||
synology_dsm:
|
|
||||||
- host: !secret platinum_ip
|
|
||||||
username: !secret platinum_user
|
|
||||||
password: !secret platinum_password
|
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
customize:
|
customize:
|
||||||
switch.pihole_temp_disable:
|
switch.pihole_temp_disable:
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
# Sad panda.
|
||||||
|
|
||||||
|
# hacs:
|
||||||
|
# token: !secret hacs_github_token
|
||||||
|
# appdaemon: true
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/zha
|
||||||
|
# zha:
|
||||||
|
# usb_path: /dev/ttyUSB0
|
||||||
|
# database_path: /config/zigbee.db
|
||||||
|
|
||||||
|
# sonos:
|
||||||
|
# media_player:
|
||||||
|
# hosts: !secret sonos_hosts
|
||||||
|
|
||||||
|
# synology_dsm:
|
||||||
|
# - host: !secret platinum_ip
|
||||||
|
# username: !secret platinum_user
|
||||||
|
# password: !secret platinum_password
|
||||||
|
|
||||||
|
# mikrotik:
|
||||||
|
# - name: Mikrotik
|
||||||
|
# host: !secret mikrotik_host
|
||||||
|
# username: !secret mikrotik_username
|
||||||
|
# password: !secret mikrotik_password
|
||||||
|
|
||||||
|
# spotify:
|
||||||
|
# client_id: !secret spotify_client_id
|
||||||
|
# client_secret: !secret spotify_client_secret
|
||||||
Reference in New Issue
Block a user