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
|
# 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
|
# 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.
|
# 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
|
# Depends on Plex integration (config flow): 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
|
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: TV · Plex · Setup house for Plex
|
- alias: TV · Plex · Setup house for Plex
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# Depends on:
|
# Depends on Sonos integration (config flow): https://www.home-assistant.io/integrations/sonos
|
||||||
# - https://www.home-assistant.io/integrations/sonos
|
|
||||||
|
|
||||||
group:
|
group:
|
||||||
all_sonos:
|
all_sonos:
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
||||||
#
|
#
|
||||||
|
|
||||||
# Depends on:
|
# Depends on integrations (config flow):
|
||||||
# - https://www.home-assistant.io/integrations/mikrotik
|
# - 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/synologydsm
|
||||||
|
# - https://www.home-assistant.io/integrations/zha
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/fastdotcom
|
# https://www.home-assistant.io/integrations/fastdotcom
|
||||||
fastdotcom:
|
fastdotcom:
|
||||||
|
|||||||
@@ -1,5 +1,35 @@
|
|||||||
# Sad panda.
|
# 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
|
# https://www.home-assistant.io/integrations/tuya
|
||||||
# tuya:
|
# tuya:
|
||||||
# username: !secret tuya_username
|
# username: !secret tuya_username
|
||||||
@@ -10,25 +40,3 @@
|
|||||||
# zha:
|
# zha:
|
||||||
# usb_path: /dev/ttyUSB0
|
# usb_path: /dev/ttyUSB0
|
||||||
# database_path: /config/zigbee.db
|
# 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