Added new Kasa switch
This commit is contained in:
parent
2c3fd3cfa6
commit
a4c13599d4
|
@ -40,6 +40,8 @@ cloud:
|
||||||
|
|
||||||
wemo:
|
wemo:
|
||||||
discovery: true
|
discovery: true
|
||||||
|
static:
|
||||||
|
- 192.168.7.99
|
||||||
|
|
||||||
weather:
|
weather:
|
||||||
- platform: darksky
|
- platform: darksky
|
||||||
|
@ -138,8 +140,6 @@ camera:
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Garage Door Cam
|
name: Garage Door Cam
|
||||||
mjpeg_url: !secret garage_cam
|
mjpeg_url: !secret garage_cam
|
||||||
# - platform: arlo
|
|
||||||
# ffmpeg_arguments: '-pred 1 -q:v 2'
|
|
||||||
- platform: aarlo
|
- platform: aarlo
|
||||||
ffmpeg_arguments: '-pred 1 -q:v 2'
|
ffmpeg_arguments: '-pred 1 -q:v 2'
|
||||||
|
|
||||||
|
@ -168,6 +168,8 @@ tplink:
|
||||||
switch:
|
switch:
|
||||||
- host: 192.168.7.105
|
- host: 192.168.7.105
|
||||||
- host: 192.168.7.107
|
- host: 192.168.7.107
|
||||||
|
- host: 192.168.7.116
|
||||||
|
- host: 192.168.7.120
|
||||||
|
|
||||||
ifttt:
|
ifttt:
|
||||||
key: !secret IFTTT_API_KEY
|
key: !secret IFTTT_API_KEY
|
||||||
|
@ -178,8 +180,6 @@ media_player:
|
||||||
client_secret: !secret spotify_secret
|
client_secret: !secret spotify_secret
|
||||||
|
|
||||||
group: !include groups.yaml
|
group: !include groups.yaml
|
||||||
# automation: !include automations.yaml
|
|
||||||
# script: !include scripts.yaml
|
|
||||||
|
|
||||||
proximity:
|
proximity:
|
||||||
home_jeff:
|
home_jeff:
|
||||||
|
|
Loading…
Reference in New Issue