-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33504af
commit f7da3ac
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
substitutions: | ||
device_id: generic_plug_02 | ||
device_name: generic-plug-02 | ||
friendly_name: Generic Plug 02 | ||
|
||
<<: !include { | ||
file: "common/networking.yaml", | ||
vars: { | ||
device_id: "${device_id}", | ||
wifi_ssid: !secret wifi_ssid, | ||
wifi_password: !secret wifi_password, | ||
wifi_ap_password: !secret wifi_ap_password, | ||
encryption_key: !secret generic_plug_02_encryption_key, | ||
ota_password: !secret generic_plug_02_ota_password, | ||
} | ||
} | ||
|
||
<<: !include templates/teckin-sp10.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
substitutions: | ||
device_id: generic_plug_03 | ||
device_name: generic-plug-03 | ||
friendly_name: Generic Plug 03 | ||
|
||
<<: !include { | ||
file: "common/networking.yaml", | ||
vars: { | ||
device_id: "${device_id}", | ||
wifi_ssid: !secret wifi_ssid, | ||
wifi_password: !secret wifi_password, | ||
wifi_ap_password: !secret wifi_ap_password, | ||
encryption_key: !secret generic_plug_03_encryption_key, | ||
ota_password: !secret generic_plug_03_ota_password, | ||
} | ||
} | ||
|
||
<<: !include templates/teckin-sp10.yaml |