Compare commits
2 Commits
ec457777ed
...
b1c1f1a975
Author | SHA1 | Date | |
---|---|---|---|
b1c1f1a975 | |||
5317fe02d9 |
@ -1 +1 @@
|
|||||||
2021.9.7
|
2021.10.1
|
@ -23,6 +23,8 @@ logger:
|
|||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
password: !secret api
|
||||||
|
encryption:
|
||||||
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
@ -62,6 +62,8 @@ logger:
|
|||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
password: !secret api
|
||||||
|
encryption:
|
||||||
|
key: !secret apikey
|
||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
@ -229,7 +231,7 @@ sensor:
|
|||||||
light.turn_on:
|
light.turn_on:
|
||||||
id: co2_light
|
id: co2_light
|
||||||
brightness: 30%
|
brightness: 30%
|
||||||
- above: 0.4
|
- above: 0.5
|
||||||
then:
|
then:
|
||||||
light.turn_on:
|
light.turn_on:
|
||||||
id: co2_light
|
id: co2_light
|
||||||
|
@ -62,6 +62,8 @@ logger:
|
|||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
password: !secret api
|
||||||
|
encryption:
|
||||||
|
key: !secret apikey
|
||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
@ -238,7 +240,7 @@ sensor:
|
|||||||
light.turn_on:
|
light.turn_on:
|
||||||
id: co2_light
|
id: co2_light
|
||||||
brightness: 30%
|
brightness: 30%
|
||||||
- above: 0.4
|
- above: 0.5
|
||||||
then:
|
then:
|
||||||
light.turn_on:
|
light.turn_on:
|
||||||
id: co2_light
|
id: co2_light
|
||||||
|
Loading…
Reference in New Issue
Block a user