diff --git a/config/packages/modules/media/music.yaml b/config/packages/modules/media/music.yaml index 1d6a3df..9fd776c 100644 --- a/config/packages/modules/media/music.yaml +++ b/config/packages/modules/media/music.yaml @@ -1,3 +1,6 @@ +# Depends on: +# - https://www.home-assistant.io/integrations/spotify + script: music_play: alias: Music · Play diff --git a/config/packages/modules/media/sonos.yaml b/config/packages/modules/media/sonos.yaml index adaed29..1555b54 100644 --- a/config/packages/modules/media/sonos.yaml +++ b/config/packages/modules/media/sonos.yaml @@ -1,4 +1,5 @@ -# https://www.home-assistant.io/integrations/sonos +# Depends on: +# - https://www.home-assistant.io/integrations/sonos group: all_sonos: diff --git a/config/packages/modules/network.yaml b/config/packages/modules/network.yaml index 773a2e3..1d0d041 100644 --- a/config/packages/modules/network.yaml +++ b/config/packages/modules/network.yaml @@ -2,6 +2,11 @@ # ─── 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 fastdotcom: scan_interval: diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 3cae30b..0380769 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -1,29 +1,34 @@ # 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 +# https://www.home-assistant.io/integrations/synologydsm # synology_dsm: # - host: !secret platinum_ip # username: !secret platinum_user # password: !secret platinum_password +# 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/integrations/sonos +# sonos: +# media_player: +# hosts: !secret sonos_hosts + +# https://www.home-assistant.io/integrations/spotify # spotify: # client_id: !secret spotify_client_id # client_secret: !secret spotify_client_secret + +# hacs: +# token: !secret hacs_github_token +# appdaemon: true