mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
formatting (this was accepted last time, strange)
This commit is contained in:
parent
eeeb5dd256
commit
1279da42e5
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@ CC1101_TRANSMIT_SCHEMA = (
|
|||
)
|
||||
|
||||
|
||||
@remote_base.register_action("rc_switch_raw_cc1101", CC1101RawAction, CC1101_TRANSMIT_SCHEMA)
|
||||
@remote_base.register_action(
|
||||
"rc_switch_raw_cc1101", CC1101RawAction, CC1101_TRANSMIT_SCHEMA
|
||||
)
|
||||
async def rc_switch_raw_cc1101_action(var, config, args):
|
||||
proto = await cg.templatable(
|
||||
config[CONF_PROTOCOL],
|
||||
|
|
Loading…
Reference in a new issue