Nice work! I have only 2 tips for you:
- Your card to set media volume is linked from a smoke detector. This causes unnecessary dependence, eg. what if that smoke detector battery is empty? So better create a link to the media volume from the 30s delay connector
- It is better to separate message notifications from your flows. In the below example I used Simple Log to log the message together with the flow name (“group”) and the urgency (“severity”). Once logged, it can sent a notification based on criteria.
- saves a lot of cards in your current flow
- easier to maintain
- can be reused with your other flows
- the log can be analyzed, filtered, exported separately
Also keep in mind that notifications are best sent out sequentially or you may cause skipping/overload (in some apps)
