esphome github

This commit is contained in:
Blackymas
2022-11-07 09:45:06 +01:00
parent 1619df3bf2
commit 9e028ef40b

View File

@@ -152,13 +152,10 @@
api:
services:
##### SERVICE TO UPDATE THE TFT FILE #####
- service: upload_tft
variables:
url: string
then:
- lambda: |-
id(disp1).upload_tft(url);
##### SERVICE TO UPDATE THE HMI FILE #####
- service: upload_tft
then:
- lambda: 'id(disp1)->upload_tft();'
##### Service to send a command "printf" directly to the display. Useful for testing #####
- service: send_command_printf