From d3d56d0135f7cb12cfeebe14915c68f546ed09a8 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Thu, 5 Sep 2024 00:23:40 +0200 Subject: [PATCH] Add secrets.yaml template --- secrets.yaml.default | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 secrets.yaml.default diff --git a/secrets.yaml.default b/secrets.yaml.default new file mode 100644 index 0000000..8cdffa9 --- /dev/null +++ b/secrets.yaml.default @@ -0,0 +1,28 @@ +wifi_ssid: +wifi_password: + +api_password: +api_key: + +ota_password: + +ha_url: http://ha.local:8123/ +tft_url: http://ha.local:8123/local/tft/lui.tft + +mqtt_ip: ha.local +mqtt_ext: +mqtt_username: +mqtt_password: + +ble_beacon_honda_uuid: +ble_beacon_honda_major: +ble_beacon_honda_minor: +ble_beacon_suzuki_uuid: +ble_beacon_suzuki_major: +ble_beacon_suzuki_minor: +ble_beacon_toyota_auris_uuid: +ble_beacon_toyota_auris_major: +ble_beacon_toyota_auris_minor: +ble_beacon_toyota_yaris_uuid: +ble_beacon_toyota_yaris_honda_major: +ble_beacon_toyota_yaris_honda_minor: \ No newline at end of file