Hi all!
I’ve been using Home assistant for a couple of years now, and the official Android app since launch.
I’ve not had many issues, but one that’s been bugging me forever is that every time I’ve tried to get the notification channels working it will not create them.
I’ve been back over the documentation multiple times, pulling out the different examples (I’ve tried both the channel name in quotes and without, as two different pages show with and without)
In fact in my latest testing I couldn’t get any of the extra values in data
to do anything!
The following is what I’ve been sending (I know create_channel doesn’t do anything, but makes it easy to swap back to remove_channel):
service: notify.mobile_app_pixel_3a
data:
message: "create_channel"
data:
vibrationPattern: '100, 1000, 100, 1000, 100'
channel: "SkipDND"
importance: high
color: red
group: skipdnd
Any advice welcomed!
Thanks