Merge pull request #184 from Blackymas/dev

rdy for stable
This commit is contained in:
Blackymas
2023-01-12 22:22:53 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -31,6 +31,9 @@ The goal was to create a version that allows everyone to use the NSpanel fully l
🎉 Roadmap Roadmap can be found here [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap) 🎉 Roadmap Roadmap can be found here [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap)
️ Version: v.3.0.0
' '
source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspnael_blueprint.yaml source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspnael_blueprint.yaml
+8
View File
@@ -125,6 +125,14 @@ api:
then: then:
- lambda: 'id(disp1)->upload_tft();' - lambda: 'id(disp1)->upload_tft();'
##### SERVICE TO UPDATE THE TFT FILE from URL #####
- service: upload_tft_url
variables:
url: string
then:
- lambda: 'id(disp1)->set_tft_url(url.c_str());'
- lambda: 'id(disp1)->upload_tft();'
##### Service to send a command "printf" directly to the display ##### ##### Service to send a command "printf" directly to the display #####
- service: send_command_printf - service: send_command_printf
variables: variables: