esphome github
This commit is contained in:
11
esphome.yaml
11
esphome.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user