Added wyze camera thanks to @CCOSTAN heads up
This commit is contained in:
parent
2e60a037a4
commit
09c26f704b
|
@ -181,6 +181,10 @@ tplink:
|
|||
- host: 192.168.7.136
|
||||
- host: 192.168.7.137
|
||||
|
||||
wyzeapi:
|
||||
username: !secret wyze_user
|
||||
password: !secret wyze_password
|
||||
|
||||
ifttt:
|
||||
key: !secret IFTTT_API_KEY
|
||||
|
||||
|
@ -242,6 +246,7 @@ homekit:
|
|||
- input_boolean.house_party_protocol
|
||||
- switch.christmas_tree
|
||||
- switch.0xf0d1b80000052281_switch
|
||||
- switch.garage_fan
|
||||
|
||||
|
||||
### Includes ###
|
||||
|
|
Loading…
Reference in New Issue