Use default power save mode

Just because is not needed to specify this and the default mode (LIGHT) should be enough.
This commit is contained in:
Edward Firmo
2023-10-13 09:23:46 +02:00
parent ce2fefa5b3
commit 290140524e
2 changed files with 0 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ jobs:
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_cool.yaml
- name: Validate nspanel_esphome_addon_climate_heat.yaml
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
- name: Validate nspanel_esphome_prebuilt.yaml
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_prebuilt.yaml
- name: Build core
uses: esphome/build-action@v1.8.0
with:

View File

@@ -24,7 +24,6 @@ wifi:
- id: wifi_default
ssid: ${wifi_ssid}
password: ${wifi_password}
power_save_mode: none
ap:
ssid: "${device_name}"
password: ${wifi_password}