mirror of
https://github.com/ale1800/ESP-360-REMOTE.git
synced 2025-08-05 07:04:43 -03:00
Update esp360remote.yaml
This commit is contained in:
@@ -145,7 +145,7 @@ remote_receiver:
|
|||||||
if (it != x.end() - 1) str += " ";
|
if (it != x.end() - 1) str += " ";
|
||||||
}
|
}
|
||||||
if (str.size() > 0) str.erase( str.end() - 2);
|
if (str.size() > 0) str.erase( str.end() - 2);
|
||||||
return esphome::to_string("[" + str + "]");'
|
return "[" + str + "]";'
|
||||||
on_pronto:
|
on_pronto:
|
||||||
- homeassistant.event:
|
- homeassistant.event:
|
||||||
event: esphome.ir_pronto_code_received
|
event: esphome.ir_pronto_code_received
|
||||||
|
Reference in New Issue
Block a user