From b1c1f1a975d5fc2b71879278b1b82968fbc1fb28 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 8 Oct 2021 11:27:55 +0200 Subject: [PATCH] Enabled api encryption. Minor LED dim behavior improvement. --- esphome/aussensensor.yaml | 2 ++ esphome/livingroom.yaml | 4 +++- esphome/sleepingroom.yaml | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/esphome/aussensensor.yaml b/esphome/aussensensor.yaml index 849002d..bd612ce 100644 --- a/esphome/aussensensor.yaml +++ b/esphome/aussensensor.yaml @@ -23,6 +23,8 @@ logger: # Enable Home Assistant API api: password: !secret api + encryption: + key: !secret apikey ota: password: !secret ota diff --git a/esphome/livingroom.yaml b/esphome/livingroom.yaml index 7ee13a4..8443c20 100644 --- a/esphome/livingroom.yaml +++ b/esphome/livingroom.yaml @@ -62,6 +62,8 @@ logger: # Enable Home Assistant API api: password: !secret api + encryption: + key: !secret apikey # Enable over-the-air updates ota: @@ -229,7 +231,7 @@ sensor: light.turn_on: id: co2_light brightness: 30% - - above: 0.4 + - above: 0.5 then: light.turn_on: id: co2_light diff --git a/esphome/sleepingroom.yaml b/esphome/sleepingroom.yaml index 321ca12..3f12363 100644 --- a/esphome/sleepingroom.yaml +++ b/esphome/sleepingroom.yaml @@ -62,6 +62,8 @@ logger: # Enable Home Assistant API api: password: !secret api + encryption: + key: !secret apikey # Enable over-the-air updates ota: @@ -238,7 +240,7 @@ sensor: light.turn_on: id: co2_light brightness: 30% - - above: 0.4 + - above: 0.5 then: light.turn_on: id: co2_light