Compare commits

...

2 Commits

Author SHA1 Message Date
b1c1f1a975 Enabled api encryption. Minor LED dim behavior improvement. 2021-10-08 11:27:55 +02:00
5317fe02d9 Updated HA core. 2021-10-08 11:19:03 +02:00
4 changed files with 9 additions and 3 deletions

View File

@@ -1 +1 @@
2021.9.7
2021.10.1

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