I understand input_button trust me.
This will be your YAML. I have tested it here and it is working. In your logbook you get one button press and one automation log.
alias: A State Notifications & Actions Forum
alias: Generator LPG stock update confirmation notification
description: Creates actionable notification when LPG stock button is pressed
use_blueprint:
path: Blackshome/state-notifications-and-actions.yaml
input:
start_trigger_state_entity:
- input_button.advance_central_heating
include_start_notify: enable_start_notify_options
start_notify_device:
- 90a4c6adc0fbf56948662e479481428e
start_title: Dryderdale Hall Generator
start_message: Update stock?
include_start_action_buttons:
- enable_start_action_button_1
start_action_button_1: Confirm
include_start_action_button_confirmation: enable_start_action_button_confirmation
start_action_button_confirmation_title: Dryderdale Hall Generator
start_action_button_confirmation_message: LPG stock has been updated
start_action_1:
- action: input_button.press
metadata: {}
data: {}
target:
entity_id: input_button.record_stock_change_button
include_end_auto_actions: []
end_action_1: []
end_trigger_state_entity: []
include_end_action_buttons: []
start_trigger_state: button_any_state
start_notify_interruption_level: active
include_start_auto_actions:
- enable_start_action_1
include_end_notify: enable_end_notify_options
end_notify_device: []
start_action_button_stop_confirmation_message: Update cancelled
Blacky