πŸ“’ Notifications & Announcements

@andyblac

Hi Andy

Sure depending on what you would like.


# This give you time 12 hr format
{{ now().strftime('%I:%M:%S %p').lstrip('0') }}

# This give you time 24 hr format
{{ now().strftime('%H:%M:%S') }}

# This gives you date - change year, month and day to suit you.
{{ now().strftime('%Y-%m-%d') }}

Blacky :smiley:

2 Likes

@Blacky thanks that worked ok, another suggestion, Can you add the ability to perform an action on tapping on the mobile notification, i.e. open a dashboard (the room)

@andyblac

Have you looked at :round_pushpin: State Notifications & Actions

Blacky :smiley:

Thanks for the blueprint ill transfer some love by paypal, i really liked the blueprint for the lights with night glow etc :slight_smile:

Just an idea, i used to have a telegram notification option which i used to sent a picture of my cam when the doorbel was press.
Also when the mailbox was opened.

Maybe an option to let a cam make a screenshot and then add this screenshot to the notification on the HA app.

edit: btw where is ur paypal link, im sure i just seen it ?

Edit: found it :slight_smile:

@vincenttor

Thanks for you suggestion I will put it on the list. I have some new features coming out in this blueprint soon so stay tuned.

Blacky :smiley:

2 Likes

great, thanks, i do have the script somewhere that i used for it but it was β€œhard coded” for in telegram , the problem i found was that the images are deleted in HA notifications and telegram they could be seen and stay there.

But there probably will be another way to be able to scroll trough the latest captures in HA if thats needed.

Could be a nice addition that u can see who done what.

edit: i just used the notification on mediaplayers, could be a nice option to set the volume before it gives a notice, if possble and then revert back to the old volume or something.

1 Like