mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
lint
This commit is contained in:
parent
5d925f6ef0
commit
111dc0e8bd
2 changed files with 5 additions and 11 deletions
|
@ -98,4 +98,4 @@ extern GSMComponent *global_gsm_component;
|
|||
} // namespace gsm
|
||||
} // namespace esphome
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -96,7 +96,7 @@ binary_sensor:
|
|||
id: modbus_binsensortest
|
||||
register_type: read
|
||||
address: 0x3200
|
||||
bitmask: 0x80 # (bit 8)
|
||||
bitmask: 0x80 # (bit 8)
|
||||
lambda: "return x;"
|
||||
|
||||
- platform: tm1638
|
||||
|
@ -290,12 +290,6 @@ esp32_ble_server:
|
|||
manufacturer: ESPHome
|
||||
model: Test5
|
||||
|
||||
# require wifi
|
||||
#esp32_improv:
|
||||
# authorizer: io0_button
|
||||
# authorized_duration: 1min
|
||||
# status_indicator: built_in_led
|
||||
|
||||
ezo_pmp:
|
||||
id: hcl_pump
|
||||
update_interval: 1s
|
||||
|
@ -652,9 +646,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: |-
|
||||
|
|
Loading…
Reference in a new issue