Enabled api encryption. Minor LED dim behavior improvement.
This commit is contained in:
parent
5317fe02d9
commit
b1c1f1a975
@ -23,6 +23,8 @@ logger:
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: !secret api
|
||||
encryption:
|
||||
key: !secret apikey
|
||||
|
||||
ota:
|
||||
password: !secret ota
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user