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: api:
services: services:
##### SERVICE TO UPDATE THE TFT FILE ##### ##### SERVICE TO UPDATE THE HMI FILE #####
- service: upload_tft - service: upload_tft
variables: then:
url: string - lambda: 'id(disp1)->upload_tft();'
then:
- lambda: |-
id(disp1).upload_tft(url);
##### Service to send a command "printf" directly to the display. Useful for testing ##### ##### Service to send a command "printf" directly to the display. Useful for testing #####
- service: send_command_printf - service: send_command_printf