mirror of
https://github.com/esphome/esphome.git
synced 2026-05-11 14:49:06 +08:00
18 lines
338 B
YAML
18 lines
338 B
YAML
sensor:
|
|
- platform: ags10
|
|
id: ags10_1
|
|
tvoc:
|
|
name: AGS10 TVOC
|
|
update_interval: 60s
|
|
|
|
button:
|
|
- platform: template
|
|
name: "Test AGS10 Actions"
|
|
on_press:
|
|
- ags10.set_zero_point:
|
|
id: ags10_1
|
|
mode: CURRENT_VALUE
|
|
- ags10.new_i2c_address:
|
|
id: ags10_1
|
|
address: 0x1A
|