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
|
||||
tts/
|
||||
media/
|
||||
home-assistant.log
|
||||
home-assistant.log*
|
||||
.storage/
|
||||
|
@ -63,7 +63,7 @@ output:
|
||||
|
||||
# Initialize UART for Vindriktning sensor
|
||||
uart:
|
||||
rx_pin: GPIO14
|
||||
rx_pin: GPIO26
|
||||
baud_rate: 9600
|
||||
|
||||
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
||||
@ -73,15 +73,15 @@ text_sensor:
|
||||
id: co2_warn
|
||||
|
||||
sensor:
|
||||
# WiFi signal strength
|
||||
# WiFi signal strength
|
||||
- platform: wifi_signal
|
||||
name: "WiFi Signalstärke"
|
||||
update_interval: 60s
|
||||
# SCD30 CO2 + Temperature + Humidity Sensor
|
||||
# • Luftqualität Kategorie 1: die LEDs leuchten grün (bis 800 ppm)
|
||||
# • Luftqualität Kategorie 2: die LEDs leuchten gelb (900-1200 ppm)
|
||||
# • Luftqualität Kategorie 3: die LEDs leuchten orange (1200 bis 1600ppm)
|
||||
# • Luftqualität Kategorie 4: die LEDs leuchten rot (ab 1600ppm)
|
||||
# SCD30 CO2 + Temperature + Humidity Sensor
|
||||
# • Luftqualität Kategorie 1: die LEDs leuchten grün (bis 800 ppm)
|
||||
# • Luftqualität Kategorie 2: die LEDs leuchten gelb (900-1200 ppm)
|
||||
# • Luftqualität Kategorie 3: die LEDs leuchten orange (1200 bis 1600ppm)
|
||||
# • Luftqualität Kategorie 4: die LEDs leuchten rot (ab 1600ppm)
|
||||
- platform: scd30
|
||||
i2c_id: bus_a
|
||||
co2:
|
||||
@ -157,16 +157,17 @@ sensor:
|
||||
name: "Schlafzimmer Luftdruck"
|
||||
address: 0x76
|
||||
update_interval: 60s
|
||||
# Vindriktning particulate matter sensor
|
||||
# Vindriktning particulate matter sensor
|
||||
- platform: pm1006
|
||||
pm_2_5:
|
||||
name: "Feinstaub PM 2.5µm"
|
||||
# Analog photo diode voltage
|
||||
# Analog photo diode voltage
|
||||
- platform: adc
|
||||
pin: 32
|
||||
name: "Spannung Photodiode"
|
||||
attenuation: 11db
|
||||
update_interval: 10s
|
||||
update_interval: 1s
|
||||
internal: true
|
||||
|
||||
# IR Receiver, dumps all received values into serial
|
||||
remote_receiver:
|
||||
|
Loading…
Reference in New Issue
Block a user