-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswitches.yaml
37 lines (33 loc) · 874 Bytes
/
switches.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
### TP-Link Kasa Switches ###
- platform: tplink
host: !secret air_filter
- platform: tplink
host: !secret dehumidifier
### Switchmate Light Toggle ###
- platform: switchmate
name: Patio
mac: !secret patio
flip_on_off: false
- platform: switchmate
name: Kitchen Fan
mac: !secret kitchen_fan
flip_on_off: false
### Wake on LAN ###
- platform: wake_on_lan
mac_address: !secret bishop_mac
name: "Bishop WOL"
host: "!secret bishop_ip"
### HA-Dockermon ###
# - platform: hadockermon
# host: 192.168.1.50
# port: 8126
# containers:
# - 'NGINX'
# - 'ha-dockermon'
### Zigbee2MQTT Switch for enabling joining ###
# - platform: mqtt
# name: "Zigbee2mqtt Main join"
# state_topic: "zigbee2mqtt/bridge/config/permit_join"
# command_topic: "zigbee2mqtt/bridge/config/permit_join"
# payload_on: "true"
# payload_off: "false"