Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Oct 29, 2024
1 parent 0c7e6f1 commit 559ad01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esphome/nspanel_esphome_addon_cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ number:
- lambda: cover_embedded->dump_config();

script:
- id: !extend dump_config
- id: !extend dump_config # Defined by nspanel_esphome_core_base.yaml
then:
- lambda: |-
// Check if more than one or none of the climate options are defined
Expand All @@ -199,7 +199,6 @@ script:
ESP_LOGCONFIG(TAG, "Add-on cover (time based):");
cover_embedded->dump_config();
script:
- id: !extend dump_config_packages # Defined by nspanel_esphome_core_base.yaml
then:
- lambda: |-
Expand Down

0 comments on commit 559ad01

Please sign in to comment.