From 9b9a5b20f04f102e5cc58eedaa9d2611b10c1347 Mon Sep 17 00:00:00 2001 From: Maska Date: Mon, 9 Jan 2023 10:56:56 +0100 Subject: [PATCH] add secrets --- .gitignore | 2 +- secrets.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 secrets.yaml diff --git a/.gitignore b/.gitignore index 1b20b33..39b7cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ !zigbee2mqtt/ # Uncomment this if you don' want to include secrets.yaml -secrets.yaml +# secrets.yaml # Ignore these files/folders .storage diff --git a/secrets.yaml b/secrets.yaml new file mode 100644 index 0000000..5888261 --- /dev/null +++ b/secrets.yaml @@ -0,0 +1,8 @@ + +# Use this file to store secrets like usernames and passwords. +# Learn more at https://www.home-assistant.io/docs/configuration/secrets/ +some_password: welcome + +xiaomi_vacuum_token: 54553270474f35576e55325450506261 +xiaomi_cloud_username: habad@hotmail.cz +xiaomi_cloud_password: Maska.MiAccount