Merge pull request #2013 from Blackymas/dev

Fix yaml identation
This commit is contained in:
Edward Firmo
2024-04-04 06:49:39 +02:00
committed by GitHub

View File

@@ -124,6 +124,7 @@ Follow these steps to add a new device in the ESPHome Dashboard:
remote_package: remote_package:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: main ref: main
refresh: 300s
files: files:
- nspanel_esphome.yaml # Basic package - nspanel_esphome.yaml # Basic package
# Optional advanced and add-on configurations # Optional advanced and add-on configurations
@@ -131,7 +132,6 @@ Follow these steps to add a new device in the ESPHome Dashboard:
# - nspanel_esphome_addon_climate_cool.yaml # - nspanel_esphome_addon_climate_cool.yaml
# - nspanel_esphome_addon_climate_heat.yaml # - nspanel_esphome_addon_climate_heat.yaml
# - nspanel_esphome_addon_climate_dual.yaml # - nspanel_esphome_addon_climate_dual.yaml
refresh: 300s
``` ```
![YAML Code](pics/ha_esphome_dashboard_new_device_06.png) ![YAML Code](pics/ha_esphome_dashboard_new_device_06.png)