stboch / homeassistant-blueprints

My collection of home-assistant.io blueprints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homeassistant-blueprints

My collection of home-assistant.io blueprints

Mobile Companion App Notification Script Blueprints

Android Alarm from static Time Android Alarm from static Time

Android Alarm variable input Android Alarm variable input
When calling this script add time: 'HH:MM' for the time to be passed to the input.

Android Bluetooth Android Bluetooth

Android Do Not Disturb Android Do Not Disturb

Android High Accuracy Android High Accuracy

Android Set Ringer Android Set Ringer

Android/iOS Location Update Android/iOS Location Update

Common Notification Standard Scripts

All my notification scripts use a standard call format below, message is required for everything, while title, critical, and data are optional.
Critical allows a device to bypass the devices input boolean used to as a do not disturb. Title and data is currently used by only mobile apps.
Data for mobile apps are for including additional mobile app notification features
You need to create an input_boolean prior to adding these blueprints that is used for the blueprints control of the do not disturb features.

data:
  title: Testing
  message: test this!
  critical: true
  data:
    actions:
      - action: ALARM
        title: Sound Alarm
        icon: sfsymbols:bell
      - action: SILENCE
        title: Silence Alarm
        icon: sfsymbols:bell.slash

Android/iOS Notification Script Android/iOS Notification Script

About

My collection of home-assistant.io blueprints

License:GNU General Public License v3.0