/ January 30, 2020/ Articles, Home Assistant/ 0 comments

I wanted to get some more fun within IOS push notifications and with this method it is possible to send emoticons within the notification.

First of all find your emoticon on this page: https://apps.timwhitlock.info/emoji/tables/unicode

When you find the right emoticon; press the link in the Unicode column.

Write down the Surrogates code, for examle: D83D DE01

Within Home Assistant use the following syntax in your message:

{{ "\uD83D\uDE01" }}

😁

For Telegram notifications is some easier, just copy past from here: https://emojipedia.org/telegram/

Edit: in the mean time user ‘Golles’ noted me that you can just copy and paste the emoticon into the yaml code, which should work fine in most cases. If it doesn’t, you can use this manual.

Share this Post

Leave a Comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
*
*