This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: car | |
charging_voltage_threshold: '13.0' | |
low_voltage_threshold: '12.0' | |
low_voltage_sleep_duration: 30min | |
deep_sleep_duration: 3min # 5 * 60000 | |
first_boot_run_duration: '300000' | |
abrp_key: !secret abrp_key | |
abrp_token: !secret abrp_token | |
hotspot1_ssid: !secret hotspot1_ssid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: power-meter | |
on_boot: | |
priority: -100 | |
then: | |
- if: | |
condition: | |
switch.is_on: disable_wifi | |
then: | |
script.execute: schedule_disable_wifi |
OlderNewer