Entity snapshot in the automation does not work

Dear All!

As you know there is a dynamic sceene creation tool which enables one to make a snapshots of the entities in order to rverse to the initial state after some action was done. However it does not work as implied atleast in my case. Here is an example of simple outomation which fails to make a snapshot when triggered.
alias: test sceen auto
description: ‘’
trigger:

  • platform: event
    event_type: call_service
    event_data:
    domain: climate
    condition: []
    action:
  • service: notify.persistent_notification
    data:
    message: I am here 2
  • service: scene.create
    data:
    sceen_id: climate_state_snapshot
    snapshot_entities: switch.climate_heating_living_room_floor
  • service: notify.persistent_notification
    data:
    message: I am here 3
    mode: single

In my log there are errors pointing to this automation as well. Does anyone know why is this happening?

Please format your YAML properly. Use three backticks (```) above and below the YAML. Please also share the errors you’re getting.

However…it’s not working most likely because you have sceen_id: when it should be scene_id: