Version 1.5 Beta 3 - 3 Oct 2023
- Cleanup: Descriptions for Version 1.5 release
- Added: Camera Entity default value and domain validation
- Added: Prefix compatibility layer for iOS Action Icons
Please note, this is not a production release.
This beta release is meant help me find testers who have access to camera entities with video streams. Use at your own risk.
Again, thanks for testing it out @KameDomotics.
You can once again try the above script with this version, it should work right out of the box.
If you are not using the attachment_camera_entity
and attachment_type
fields, you may remove them from the yaml config (I’ve added checks for them anyway so the script should also work if you leave it in).
Example
alias: " Conferma Disattivazione Allarme"
icon: mdi:shield-check
use_blueprint:
path: samuelthng/notifications.yaml
input:
notify_type: notify_service
notify_service_name: inanu
title: Home Assistant
message: Disattivare Allarme?
confirm_text: Conferma
dismiss_text: Annulla
confirm_action:
# Fire notify service to ensure service is called, remove after testing.
- service: notify.notify_mobile_app_inanu
data:
message: Conferma Test
- service: alarmo.disarm
data:
entity_id: alarm_control_panel.alarmo
code: "1111"