mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 11:38:11 +01:00
20 lines
318 B
YAML
20 lines
318 B
YAML
|
esphome:
|
||
|
on_boot:
|
||
|
then:
|
||
|
- max17043.sleep_mode: max17043_id
|
||
|
|
||
|
i2c:
|
||
|
- id: i2c_id
|
||
|
scl: ${scl_pin}
|
||
|
sda: ${sda_pin}
|
||
|
|
||
|
sensor:
|
||
|
- platform: max17043
|
||
|
id: max17043_id
|
||
|
i2c_id: i2c_id
|
||
|
battery_voltage:
|
||
|
name: "Battery Voltage"
|
||
|
battery_level:
|
||
|
name: Battery
|
||
|
update_interval: 10s
|