-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamba.yaml
More file actions
74 lines (69 loc) · 1.78 KB
/
samba.yaml
File metadata and controls
74 lines (69 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# SAMBA v2 FIRMWARE
# base configuration file for SAMBA using ESPHome
# written by Thomas Parkinson, June 2025
# Define ESPHome settings
# https://esphome.io/components/esphome
esphome:
name: "samba"
friendly_name: "SAMBA"
comment: "Low-cost monitoring of indoor environments - developed by the IEQ Lab"
name_add_mac_suffix: true
min_version: "2026.3.0"
project:
name: "IEQLab.SAMBA"
version: "1.99.97"
# Set logging levels
# https://esphome.io/components/logger
logger:
level: INFO
logs:
ads1115.sensor: ERROR
component: NONE
esp-idf: INFO
http_request: ERROR
i2c: INFO
influxdb: INFO
light: NONE
main: WARN
ntc: NONE
opt3001.sensor: NONE
pmsx003: NONE
resistance: NONE
samba: INFO
sd_spi_card: INFO
senseair_i2c: ERROR
sensirion_i2c: ERROR
sgp4x: ERROR
sensor: NONE
sound_level_meter: ERROR
wire.cpp: NONE
# Import configuration files
# https://esphome.io/components/packages/
packages:
- !include config/adc.yaml
- !include config/airspeed.yaml
- !include config/co2.yaml
- !include config/diagnostics.yaml
- !include config/esp32.yaml
- !include config/globals.yaml
- !include config/homeassistant.yaml
- !include config/illuminance.yaml
- !include config/influx.yaml
- !include config/led.yaml
- !include config/ota.yaml
- !include config/pm25.yaml
- !include config/rtc.yaml
- !include config/sample.yaml
- !include config/sd.yaml
- !include config/spl.yaml
- !include config/substitutions.yaml
- !include config/tair.yaml
- !include config/tglobe.yaml
- !include config/tvoc.yaml
- !include config/wifi.yaml
# Import external components
# https://esphome.io/components/external_components/
external_components:
- source:
type: local
path: components