-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add config for Konnected cloud AWS IoT connection
- Loading branch information
1 parent
766eb44
commit bd35cb5
Showing
1 changed file
with
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## DO NOT USE! ## | ||
## THIS DOESN'T WORK YET! ## | ||
## | ||
## See: https://github.com/esphome/feature-requests/issues/1019 | ||
|
||
substitutions: | ||
mqtt_addr: a35zoibvcdzyfb-ats.iot.us-east-1.amazonaws.com | ||
# mqtt_addr: t1alk0zqpysstg.deviceadvisor.iot.us-east-1.amazonaws.com | ||
|
||
mqtt: | ||
broker: $mqtt_addr | ||
port: 8883 | ||
# idf_send_async: true | ||
certificate_authority: !secret ca_cert | ||
certificate: !secret certificate | ||
key: !secret private_key | ||
discovery_unique_id_generator: mac | ||
# skip_cert_cn_check: true | ||
discovery: false | ||
log_topic: false |