mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
Document replaced with conifg flow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Tuya Light groups setup via scenes
|
||||
# Depends on Tuya integration: https://www.home-assistant.io/integrations/tuya
|
||||
# Depends on Tuya integration (config flow): https://www.home-assistant.io/integrations/tuya
|
||||
# Credit: https://community.home-assistant.io/t/personal-setup-vps-vpn-faster-tuya-and-more/180995
|
||||
|
||||
# Tuya lights respond faster if they're grouped into scenes in the Tuya app.
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
# https://www.home-assistant.io/integrations/plex
|
||||
# Moved to config flow
|
||||
# plex:
|
||||
# host: !secret plex_host
|
||||
# token: !secret plex_token
|
||||
# media_player:
|
||||
# use_episode_art: true
|
||||
# ignore_new_shared_users: false
|
||||
# Depends on Plex integration (config flow): https://www.home-assistant.io/integrations/plex
|
||||
|
||||
automation:
|
||||
- alias: TV · Plex · Setup house for Plex
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Depends on:
|
||||
# - https://www.home-assistant.io/integrations/sonos
|
||||
# Depends on Sonos integration (config flow): https://www.home-assistant.io/integrations/sonos
|
||||
|
||||
group:
|
||||
all_sonos:
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
||||
#
|
||||
|
||||
# Depends on:
|
||||
# Depends on integrations (config flow):
|
||||
# - 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/zha
|
||||
|
||||
# https://www.home-assistant.io/integrations/fastdotcom
|
||||
fastdotcom:
|
||||
|
||||
@@ -1,5 +1,35 @@
|
||||
# Sad panda.
|
||||
|
||||
# hacs:
|
||||
# token: !secret hacs_github_token
|
||||
# appdaemon: true
|
||||
|
||||
# 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/plex
|
||||
# plex:
|
||||
# host: !secret plex_host
|
||||
# token: !secret plex_token
|
||||
# media_player:
|
||||
# use_episode_art: true
|
||||
# ignore_new_shared_users: false
|
||||
|
||||
# https://www.home-assistant.io/integrations/sonos
|
||||
# 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/tuya
|
||||
# tuya:
|
||||
# username: !secret tuya_username
|
||||
@@ -10,25 +40,3 @@
|
||||
# zha:
|
||||
# usb_path: /dev/ttyUSB0
|
||||
# database_path: /config/zigbee.db
|
||||
|
||||
# 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
|
||||
|
||||
# hacs:
|
||||
# token: !secret hacs_github_token
|
||||
# appdaemon: true
|
||||
|
||||
Reference in New Issue
Block a user