mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move configs to network module
This commit is contained in:
@@ -90,14 +90,6 @@ media_extractor:
|
|||||||
# https://www.home-assistant.io/integrations/mobile_app
|
# https://www.home-assistant.io/integrations/mobile_app
|
||||||
mobile_app:
|
mobile_app:
|
||||||
|
|
||||||
# https://www.home-assistant.io/docs/mqtt
|
|
||||||
# TODO: Add to networking module
|
|
||||||
mqtt:
|
|
||||||
broker: !secret mqtt_ip
|
|
||||||
client_id: homeassistant
|
|
||||||
username: !secret mqtt_username
|
|
||||||
password: !secret mqtt_password
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/notify
|
# https://www.home-assistant.io/integrations/notify
|
||||||
notify:
|
notify:
|
||||||
- name: telegram
|
- name: telegram
|
||||||
@@ -105,17 +97,9 @@ notify:
|
|||||||
api_key: !secret telegram_token
|
api_key: !secret telegram_token
|
||||||
chat_id: !secret telegram_georgi_chat_id
|
chat_id: !secret telegram_georgi_chat_id
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/wake_on_lan
|
|
||||||
wake_on_lan:
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/zeroconf
|
# https://www.home-assistant.io/integrations/zeroconf
|
||||||
zeroconf:
|
zeroconf:
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/zha
|
|
||||||
zha:
|
|
||||||
usb_path: /dev/ttyUSB0
|
|
||||||
database_path: /config/zigbee.db
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ─── PLUGINS ────────────────────────────────────────────────────────────────────
|
# ─── PLUGINS ────────────────────────────────────────────────────────────────────
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,16 +1,45 @@
|
|||||||
|
#
|
||||||
|
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
||||||
|
#
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/fastdotcom
|
||||||
fastdotcom:
|
fastdotcom:
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/speedtestdotnet
|
||||||
speedtestdotnet:
|
speedtestdotnet:
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/wake_on_lan
|
||||||
|
wake_on_lan:
|
||||||
|
|
||||||
|
# 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/docs/mqtt
|
||||||
|
mqtt:
|
||||||
|
broker: !secret mqtt_ip
|
||||||
|
client_id: homeassistant
|
||||||
|
username: !secret mqtt_username
|
||||||
|
password: !secret mqtt_password
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/pi_hole
|
||||||
pi_hole:
|
pi_hole:
|
||||||
- host: !secret pihole_host
|
- host: !secret pihole_host
|
||||||
api_key: !secret pihole_api_key
|
api_key: !secret pihole_api_key
|
||||||
|
|
||||||
|
# https://www.home-assistant.io/integrations/zha
|
||||||
|
zha:
|
||||||
|
usb_path: /dev/ttyUSB0
|
||||||
|
database_path: /config/zigbee.db
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# ─── ENTITIES ───────────────────────────────────────────────────────────────────
|
||||||
|
#
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: command_line
|
- platform: command_line
|
||||||
switches:
|
switches:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# ─── CONFIGURATION ──────────────────────────────────────────────────────────────
|
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
|
||||||
#
|
#
|
||||||
|
|
||||||
# https://www.home-assistant.io/components/person
|
# https://www.home-assistant.io/components/person
|
||||||
|
|||||||
Reference in New Issue
Block a user