mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 01:38:27 +02:00
add-black (#1593)
* Add black Update pre commit Update pre commit add empty line * Format with black
This commit is contained in:
committed by
GitHub
parent
2b60b0f1fa
commit
69879920eb
@@ -2,7 +2,7 @@ import esphome.codegen as cg
|
||||
from esphome.components import binary_sensor, remote_base
|
||||
from esphome.const import CONF_NAME
|
||||
|
||||
DEPENDENCIES = ['remote_receiver']
|
||||
DEPENDENCIES = ["remote_receiver"]
|
||||
|
||||
CONFIG_SCHEMA = remote_base.validate_binary_sensor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user