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