mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Leave a better trail of dependencies
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# Depends on:
|
||||||
|
# - https://www.home-assistant.io/integrations/spotify
|
||||||
|
|
||||||
script:
|
script:
|
||||||
music_play:
|
music_play:
|
||||||
alias: Music · Play
|
alias: Music · Play
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# https://www.home-assistant.io/integrations/sonos
|
# Depends on:
|
||||||
|
# - https://www.home-assistant.io/integrations/sonos
|
||||||
|
|
||||||
group:
|
group:
|
||||||
all_sonos:
|
all_sonos:
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Depends on:
|
||||||
|
# - https://www.home-assistant.io/integrations/mikrotik
|
||||||
|
# - https://www.home-assistant.io/integrations/zha
|
||||||
|
# - https://www.home-assistant.io/integrations/synologydsm
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/fastdotcom
|
# https://www.home-assistant.io/integrations/fastdotcom
|
||||||
fastdotcom:
|
fastdotcom:
|
||||||
scan_interval:
|
scan_interval:
|
||||||
|
|||||||
@@ -1,29 +1,34 @@
|
|||||||
# Sad panda.
|
# Sad panda.
|
||||||
|
|
||||||
# hacs:
|
|
||||||
# token: !secret hacs_github_token
|
|
||||||
# appdaemon: true
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/zha
|
# https://www.home-assistant.io/integrations/zha
|
||||||
# zha:
|
# zha:
|
||||||
# usb_path: /dev/ttyUSB0
|
# usb_path: /dev/ttyUSB0
|
||||||
# database_path: /config/zigbee.db
|
# database_path: /config/zigbee.db
|
||||||
|
|
||||||
# sonos:
|
|
||||||
# media_player:
|
|
||||||
# hosts: !secret sonos_hosts
|
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/synologydsm
|
||||||
# synology_dsm:
|
# synology_dsm:
|
||||||
# - host: !secret platinum_ip
|
# - host: !secret platinum_ip
|
||||||
# username: !secret platinum_user
|
# username: !secret platinum_user
|
||||||
# password: !secret platinum_password
|
# password: !secret platinum_password
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/mikrotik
|
||||||
# mikrotik:
|
# mikrotik:
|
||||||
# - name: Mikrotik
|
# - name: Mikrotik
|
||||||
# host: !secret mikrotik_host
|
# host: !secret mikrotik_host
|
||||||
# username: !secret mikrotik_username
|
# username: !secret mikrotik_username
|
||||||
# password: !secret mikrotik_password
|
# password: !secret mikrotik_password
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/sonos
|
||||||
|
# sonos:
|
||||||
|
# media_player:
|
||||||
|
# hosts: !secret sonos_hosts
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/spotify
|
||||||
# spotify:
|
# spotify:
|
||||||
# client_id: !secret spotify_client_id
|
# client_id: !secret spotify_client_id
|
||||||
# client_secret: !secret spotify_client_secret
|
# client_secret: !secret spotify_client_secret
|
||||||
|
|
||||||
|
# hacs:
|
||||||
|
# token: !secret hacs_github_token
|
||||||
|
# appdaemon: true
|
||||||
|
|||||||
Reference in New Issue
Block a user