Start/stop service or similar for MaxCube integration

The MaxCube integration is configured in configuration.yaml:

maxcube:
  gateways:
    - host: !secret maxcube_host
      port: 62910
      scan_interval: 60

Now I’m looking for a possibility to start/stop or enable/disable this HA integration for a temporary time to be use the original MAX! application.
In the past I have commented out the configuration and restart HA, but I’m looking for a smarter solution.

Is there a smarter solution available or can it be implemented?
THX!

Try

action: homeassistant.disable_device

Not positive, there is no ‘device’ available for this integration.