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.
10 lines
207 B
10 lines
207 B
3 years ago
|
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
|