Use initial_value for fw_url

It should be available together with the component
This commit is contained in:
Edward Firmo
2024-04-09 08:30:29 +02:00
parent 75c35399f1
commit 376d91aa5a
2 changed files with 18 additions and 16 deletions

View File

@@ -28,10 +28,8 @@ esphome:
platformio_options:
build_flags:
- -D NSPANEL_HA_BLUEPRINT_PREBUILT_WALL_DISPLAY
on_boot:
- priority: 602.0
then:
- text.set:
id: fw_url
value: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/wall_display.bin"
text:
- id: !extend fw_url
initial_value: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/wall_display.bin"
...