Fix yamllint (#6253)

This commit is contained in:
Jesse Hills
2024-02-21 17:14:30 +13:00
committed by GitHub
parent e847039ffd
commit 75af4c3d62
23 changed files with 83 additions and 70 deletions
+4 -4
View File
@@ -116,7 +116,7 @@ binary_sensor:
id: modbus_binsensortest
register_type: read
address: 0x3200
bitmask: 0x80 # (bit 8)
bitmask: 0x80 # (bit 8)
lambda: "return x;"
- platform: tm1638
@@ -714,9 +714,9 @@ display:
id: primarydisplay
stb_pin:
allow_other_uses: true
number: 5 #TM1638 STB
clk_pin: 18 #TM1638 CLK
dio_pin: 23 #TM1638 DIO
number: 5 # TM1638 STB
clk_pin: 18 # TM1638 CLK
dio_pin: 23 # TM1638 DIO
update_interval: 5s
intensity: 5
lambda: |-