I’m starting on scripts and this is the beginning of my scripts.yaml which gets called from configuration.yaml via script: !include scripts.yaml
# Notify All
# Send a specific notification to all of your devices at the same time
notify_all:
description: Notify all of devices
fields:
title:
description: The Title of the notification
example: Example text
message:
description: The content
example: Example text
sequence:
- service: notify.mobile_app_giordano_s_iphone_12
data:
title: '{{ title }}'
message: '{{ message }}'
- service: notify.mobile_app_giordanos_ipad
data:
title: '{{ title }}'
message: '{{ message }}'
- service: notify.mobile_app_smarts_imac
data:
title: '{{ title }}'
message: '{{ message }}'
mode: single
alias: Notify All
However I get this unable to load schema error which I can’t find any notes for.
In HA check Settings > Addons then click on the VS code addon
Then look for
mine shows 5.5.6 since I rolled back.
Take a full backup right before you roll back.
Then
To roll back you have to go to a Backup file you have before you updated the Studio code server add-on.
choose Partial Backup and only choose the Studio code server in the listing you get.
Been a long time since I had a full backup. However I take a backup of the component that’s being updated (the default) so I have VSC v5.5.6
Could I simply use that over my current image or do you think I should still take a full backup before I roll back to the same partial backup of VSC v5.5.6 above?