Fix yaml identation

Solves #2012
This commit is contained in:
Edward Firmo
2024-04-04 06:48:44 +02:00
parent c20f88a3ee
commit 6e0137bcec

View File

@@ -124,6 +124,7 @@ Follow these steps to add a new device in the ESPHome Dashboard:
remote_package:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: main
refresh: 300s
files:
- nspanel_esphome.yaml # Basic package
# 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_heat.yaml
# - nspanel_esphome_addon_climate_dual.yaml
refresh: 300s
```
![YAML Code](pics/ha_esphome_dashboard_new_device_06.png)