Fix yamllint (#6253)
This commit is contained in:
@@ -477,7 +477,6 @@ binary_sensor:
|
||||
sx1509: sx1509_hub
|
||||
number: 3
|
||||
|
||||
|
||||
- platform: touchscreen
|
||||
touchscreen_id: lilygo_touchscreen
|
||||
id: touch_key1
|
||||
@@ -491,7 +490,6 @@ binary_sensor:
|
||||
id: touch_key_911
|
||||
index: 0
|
||||
|
||||
|
||||
- platform: gpio
|
||||
name: MaxIn Pin 4
|
||||
pin:
|
||||
@@ -521,7 +519,6 @@ binary_sensor:
|
||||
input: true
|
||||
inverted: false
|
||||
|
||||
|
||||
climate:
|
||||
- platform: tuya
|
||||
id: tuya_climate
|
||||
@@ -591,7 +588,6 @@ cover:
|
||||
open_duration: 14s
|
||||
close_duration: 14s
|
||||
|
||||
|
||||
display:
|
||||
- platform: addressable_light
|
||||
id: led_matrix_32x8_display
|
||||
@@ -885,16 +881,16 @@ esp32_camera:
|
||||
allow_other_uses: true
|
||||
- number: GPIO35
|
||||
allow_other_uses: true
|
||||
- number: GPIO34
|
||||
- number: GPIO5
|
||||
- number: GPIO34
|
||||
- number: GPIO5
|
||||
allow_other_uses: true
|
||||
- number: GPIO39
|
||||
- number: GPIO39
|
||||
allow_other_uses: true
|
||||
- number: GPIO18
|
||||
- number: GPIO18
|
||||
allow_other_uses: true
|
||||
- number: GPIO36
|
||||
- number: GPIO36
|
||||
allow_other_uses: true
|
||||
- number: GPIO19
|
||||
- number: GPIO19
|
||||
allow_other_uses: true
|
||||
vsync_pin:
|
||||
allow_other_uses: true
|
||||
@@ -927,8 +923,8 @@ esp32_camera:
|
||||
jpeg_quality: 10
|
||||
on_image:
|
||||
then:
|
||||
- lambda: |-
|
||||
ESP_LOGD("main", "image len=%d, data=%c", image.length, image.data[0]);
|
||||
- lambda: |-
|
||||
ESP_LOGD("main", "image len=%d, data=%c", image.length, image.data[0]);
|
||||
|
||||
esp32_camera_web_server:
|
||||
- port: 8080
|
||||
@@ -1004,7 +1000,6 @@ touchscreen:
|
||||
number: GPIO3
|
||||
display: inkplate_display
|
||||
|
||||
|
||||
- platform: ft63x6
|
||||
id: ft63_touchscreen
|
||||
interrupt_pin:
|
||||
@@ -1012,7 +1007,7 @@ touchscreen:
|
||||
number: GPIO39
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: GPIO5
|
||||
number: GPIO5
|
||||
display: inkplate_display
|
||||
on_touch:
|
||||
- logger.log:
|
||||
|
||||
Reference in New Issue
Block a user