Leave a better trail of dependencies

This commit is contained in:
2020-05-03 12:05:02 +03:00
parent cf8b747c42
commit 3ce8daa9fc
4 changed files with 22 additions and 8 deletions
+3
View File
@@ -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
+2 -1
View File
@@ -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:
+5
View File
@@ -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:
+12 -7
View File
@@ -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