Compare commits
No commits in common. "b1c1f1a975d5fc2b71879278b1b82968fbc1fb28" and "ec457777edf97b33f85297d2da7d3007946986b9" have entirely different histories.
b1c1f1a975
...
ec457777ed
@ -1 +1 @@
|
||||
2021.10.1
|
||||
2021.9.7
|
@ -23,8 +23,6 @@ logger:
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: !secret api
|
||||
encryption:
|
||||
key: !secret apikey
|
||||
|
||||
ota:
|
||||
password: !secret ota
|
||||
|
@ -62,8 +62,6 @@ logger:
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: !secret api
|
||||
encryption:
|
||||
key: !secret apikey
|
||||
|
||||
# Enable over-the-air updates
|
||||
ota:
|
||||
@ -231,7 +229,7 @@ sensor:
|
||||
light.turn_on:
|
||||
id: co2_light
|
||||
brightness: 30%
|
||||
- above: 0.5
|
||||
- above: 0.4
|
||||
then:
|
||||
light.turn_on:
|
||||
id: co2_light
|
||||
|
@ -62,8 +62,6 @@ logger:
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: !secret api
|
||||
encryption:
|
||||
key: !secret apikey
|
||||
|
||||
# Enable over-the-air updates
|
||||
ota:
|
||||
@ -240,7 +238,7 @@ sensor:
|
||||
light.turn_on:
|
||||
id: co2_light
|
||||
brightness: 30%
|
||||
- above: 0.5
|
||||
- above: 0.4
|
||||
then:
|
||||
light.turn_on:
|
||||
id: co2_light
|
||||
|
Loading…
Reference in New Issue
Block a user