Fixed indentation of comments. Excluded additional log files.
This commit is contained in:
parent
7df22af7a1
commit
c6501d3691
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,5 +7,5 @@ secrets.yaml
|
|||||||
.shopping_list.json
|
.shopping_list.json
|
||||||
tts/
|
tts/
|
||||||
media/
|
media/
|
||||||
home-assistant.log
|
home-assistant.log*
|
||||||
.storage/
|
.storage/
|
||||||
|
@ -63,7 +63,7 @@ output:
|
|||||||
|
|
||||||
# Initialize UART for Vindriktning sensor
|
# Initialize UART for Vindriktning sensor
|
||||||
uart:
|
uart:
|
||||||
rx_pin: GPIO14
|
rx_pin: GPIO26
|
||||||
baud_rate: 9600
|
baud_rate: 9600
|
||||||
|
|
||||||
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
||||||
@ -166,7 +166,8 @@ sensor:
|
|||||||
pin: 32
|
pin: 32
|
||||||
name: "Spannung Photodiode"
|
name: "Spannung Photodiode"
|
||||||
attenuation: 11db
|
attenuation: 11db
|
||||||
update_interval: 10s
|
update_interval: 1s
|
||||||
|
internal: true
|
||||||
|
|
||||||
# IR Receiver, dumps all received values into serial
|
# IR Receiver, dumps all received values into serial
|
||||||
remote_receiver:
|
remote_receiver:
|
||||||
|
Loading…
Reference in New Issue
Block a user