Fixed indentation of comments. Excluded additional log files.

This commit is contained in:
Marcus Scholz 2021-09-03 08:27:18 +02:00
parent 7df22af7a1
commit c6501d3691
2 changed files with 12 additions and 11 deletions

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ secrets.yaml
.shopping_list.json .shopping_list.json
tts/ tts/
media/ media/
home-assistant.log home-assistant.log*
.storage/ .storage/

View File

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