Skip to content

Commit

Permalink
fixing unicode again arendst#2
Browse files Browse the repository at this point in the history
  • Loading branch information
iadamcsik authored Jun 14, 2024
1 parent c1633e8 commit 26d7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/home.be
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def switch_lamp(topic, idx, payload_s)
end

var red_lower, red_upper, green_lower, green_upper, brevo_key, alert_millis = nil, alert_timeout_min = 30, brevo_endpoint = 'https://api.brevo.com/v3/smtp/email', brevo_to, brevo_to_name
var brevo_rq_template = '{ "subject":"\\u1F6A8 Hibajelzés \\u1F6A8", "sender": {"name":"Hőszivattyú", "email":"hoszivattyu@vintner.hu" }, "htmlContent":"A hőszivattyú legalább 30 perce hibát jelez!", "to":[ { "email":"%s", "name":"%s" } ] }'
var brevo_rq_template = '{ "subject":"\\uD83D\\uDEA8 Hibajelzés \\uD83D\\uDEA8", "sender": {"name":"Hőszivattyú", "email":"hoszivattyu@vintner.hu" }, "htmlContent":"A hőszivattyú legalább 30 perce hibát jelez!", "to":[ { "email":"%s", "name":"%s" } ] }'

tasmota.set_power(1, false)
tasmota.set_power(0, true)
Expand Down

0 comments on commit 26d7890

Please sign in to comment.