mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
Remove configurations that are configured with config_flow. Backup
This commit is contained in:
@@ -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:
|
||||
music_play:
|
||||
alias: Music · Play
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# https://www.home-assistant.io/integrations/sonos
|
||||
sonos:
|
||||
media_player:
|
||||
hosts: !secret sonos_hosts
|
||||
|
||||
group:
|
||||
all_sonos:
|
||||
|
||||
@@ -15,13 +15,6 @@ speedtestdotnet:
|
||||
# https://www.home-assistant.io/integrations/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
|
||||
mqtt:
|
||||
broker: !secret mqtt_ip
|
||||
@@ -34,12 +27,6 @@ pi_hole:
|
||||
- host: !secret pihole_host
|
||||
api_key: !secret pihole_api_key
|
||||
|
||||
# https://www.home-assistant.io/integrations/zha
|
||||
zha:
|
||||
usb_path: /dev/ttyUSB0
|
||||
database_path: /config/zigbee.db
|
||||
|
||||
|
||||
#
|
||||
# ─── ENTITIES ───────────────────────────────────────────────────────────────────
|
||||
#
|
||||
@@ -62,12 +49,6 @@ binary_sensor:
|
||||
payload_off: "disabled"
|
||||
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:
|
||||
customize:
|
||||
switch.pihole_temp_disable:
|
||||
|
||||
Reference in New Issue
Block a user