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:
2
.github/workflows/validate_esphome.yml
vendored
2
.github/workflows/validate_esphome.yml
vendored
@@ -23,8 +23,6 @@ jobs:
|
|||||||
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_cool.yaml
|
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_cool.yaml
|
||||||
- name: Validate nspanel_esphome_addon_climate_heat.yaml
|
- name: Validate nspanel_esphome_addon_climate_heat.yaml
|
||||||
run: yamllint -c "./.yamllint/rules.yml" 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
|
- name: Build core
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ wifi:
|
|||||||
- id: wifi_default
|
- id: wifi_default
|
||||||
ssid: ${wifi_ssid}
|
ssid: ${wifi_ssid}
|
||||||
password: ${wifi_password}
|
password: ${wifi_password}
|
||||||
power_save_mode: none
|
|
||||||
ap:
|
ap:
|
||||||
ssid: "${device_name}"
|
ssid: "${device_name}"
|
||||||
password: ${wifi_password}
|
password: ${wifi_password}
|
||||||
|
|||||||
Reference in New Issue
Block a user