Enabled api encryption. Minor LED dim behavior improvement.

This commit is contained in:
Marcus Scholz 2021-10-08 11:27:55 +02:00
parent 5317fe02d9
commit b1c1f1a975
3 changed files with 8 additions and 2 deletions

View File

@ -23,6 +23,8 @@ logger:
# Enable Home Assistant API
api:
password: !secret api
encryption:
key: !secret apikey
ota:
password: !secret ota

View File

@ -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

View File

@ -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