Standardize suggested yaml between docs

Supports #1256
This commit is contained in:
Edward Firmo
2023-12-16 20:36:55 +01:00
parent a070626ee1
commit 884bef9774
4 changed files with 27 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ substitutions:
wifi_password: !secret wifi_password
nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft"
nextion_blank_url: "http://homeassistant.local:8123/local/nspanel_blank.tft"
##### addon-configuration #####
## addon_climate ##
@@ -39,9 +40,13 @@ packages:
files:
- nspanel_esphome.yaml # Core package
# - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control
- nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control
refresh: 300s
- nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control
refresh: 300s
esp32:
framework:
type: esp-idf
```
 
## Configuration