Skip to content

Commit

Permalink
add config for Konnected cloud AWS IoT connection
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Dec 13, 2023
1 parent 766eb44 commit bd35cb5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/konnected-cloud.yaml
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

0 comments on commit bd35cb5

Please sign in to comment.