Move configs to network module

This commit is contained in:
2020-03-28 12:06:03 +02:00
parent c0ca531e9a
commit 84e146e292
3 changed files with 30 additions and 17 deletions
+29
View File
@@ -1,16 +1,45 @@
#
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
#
# https://www.home-assistant.io/integrations/fastdotcom
fastdotcom:
# https://www.home-assistant.io/integrations/speedtestdotnet
speedtestdotnet:
# https://www.home-assistant.io/integrations/wake_on_lan
wake_on_lan:
# 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/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:
- host: !secret pihole_host
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:
- platform: command_line
switches:
+1 -1
View File
@@ -1,5 +1,5 @@
#
# ─── CONFIGURATION ──────────────────────────────────────────────────────────────
# ─── INTEGRATIONS ───────────────────────────────────────────────────────────────
#
# https://www.home-assistant.io/components/person