summaryrefslogtreecommitdiffstats
path: root/esphome/config/hoblight.yaml
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-10-12 11:32:46 +0200
committermanuel <manuel@mausz.at>2023-10-12 11:32:46 +0200
commit4454e96b906de8670ed2aa7af70ebf8d532c7d83 (patch)
treeefdd7267f629103e5abdad700d48b69c8573dbf6 /esphome/config/hoblight.yaml
parent714da4710132ef1af05640d3e10aab507101f70d (diff)
downloadarduino-4454e96b906de8670ed2aa7af70ebf8d532c7d83.tar.gz
arduino-4454e96b906de8670ed2aa7af70ebf8d532c7d83.tar.bz2
arduino-4454e96b906de8670ed2aa7af70ebf8d532c7d83.zip
esphome: migrate to api encryption key
Diffstat (limited to 'esphome/config/hoblight.yaml')
-rw-r--r--esphome/config/hoblight.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml
index 0421ea4..6ed21a5 100644
--- a/esphome/config/hoblight.yaml
+++ b/esphome/config/hoblight.yaml
@@ -10,7 +10,8 @@ logger:
10 10
11# Enable Home Assistant API 11# Enable Home Assistant API
12api: 12api:
13 password: !secret api_password 13 encryption:
14 key: !secret api_encryption_key
14 15
15# OTA 16# OTA
16ota: 17ota: