Compare commits

..

2 Commits

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 # Enable Home Assistant API
api: api:
password: !secret api password: !secret api
encryption:
key: !secret apikey
ota: ota:
password: !secret ota password: !secret ota

View File

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

View File

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