You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
207 B
9 lines
207 B
sensor:
|
|
# Battery level
|
|
- platform: adc
|
|
pin: _VBAT
|
|
name: "${node_name} VBAT Voltage"
|
|
attenuation: 11db
|
|
# filters:
|
|
# - lambda: return ( x/4096.0 ) * 2 * 3.42;
|
|
update_interval: 60s
|
|
|