Hassio and wake_on_line

I am trying to make wol work on hassio.
My scenario:
Home Assistant 0.104.3
Raspberry Pi 3
Addon: RPC Shutdown
I have this in configuration.yaml:

wake_on_lan:

switch:
    - platform: wake_on_lan
      name: myPc
      mac_address: "48:4D:7E:ZZ:XX:YY"
      host: 192.168.1.201
      turn_off:
        service: hassio.addon_stdin
        data:
            addon: core_rpc_shutdown
            input: mypc

but I got this error:

Invalid config for [switch.wake_on_lan]: [mac_address] is an invalid option for [switch.wake_on_lan]. Check: switch.wake_on_lan->mac_address. (See ?, line ?). 

Any idea? Thanks

It’s just “mac”, not “mac_address”.

Thank you code-in-progess. Now it’s work!
I have looked at 1000 times the configuration and I have not noticed the error.