mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
nothing changed, only cosmetic
This commit is contained in:
parent
5e0ac7022e
commit
c3d27326f2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ async def to_code(config):
|
||||||
cg.add(var.set_config_lqi_sensor(lqi))
|
cg.add(var.set_config_lqi_sensor(lqi))
|
||||||
|
|
||||||
|
|
||||||
CC1101RawAction = ns.class_("CC1101RawAction", remote_base.RemoteTransmitterActionBase)
|
CC1101RawAction = ns.class_("CC1101RawAction", remote_base.RCSwitchRawAction)
|
||||||
|
|
||||||
CC1101_TRANSMIT_SCHEMA = (
|
CC1101_TRANSMIT_SCHEMA = (
|
||||||
cv.Schema(
|
cv.Schema(
|
||||||
|
|
Loading…
Reference in a new issue