Can't override Rainmachine default zone run time

0.87.1 running on Rpi in Docker container

Assuming this documentation on the Rainmachine component is current: https://www.home-assistant.io/components/rainmachine/ I find I am unable to override the default 600 second zone run time. At startup the zone switches are populated correctly, no log errors are reported, but turning on a switch runs the zone for the component’s default 10 minutes, not 15.

–configuration.yaml–

rainmachine:
  controllers:
    - ip_address: 192.168.1.175
      password: xxxxxxx
      switches:
        zone_run_time: 900

I don’t know if this worked once upon a time or if it broke in 0.87…
Suggestions welcome… .thanks.

Hi,

No suggestions unfortunately, just confirming, same problem here, all zones default to 10 minutes.

John