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.
13 lines
267 B
13 lines
267 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
|
|
|
|
#deep_sleep:
|
|
# run_duration: 30s
|
|
# sleep_duration: 10min
|
|
|