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