Hunter Hydrawise: 2023.4 broke it?

It appears 2023.4 broke the Hunter Hydrawise integration. Getting this error now. Anyone else having this issue?

 Error while setting up hydrawise platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 304, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/hydrawise/binary_sensor.py", line 64, in setup_platform
    HydrawiseBinarySensor(hydrawise.current_controller, BINARY_SENSOR_STATUS)
  File "/usr/src/homeassistant/homeassistant/components/hydrawise/__init__.py", line 96, in __init__
    self._attr_name = f"{self.data['name']} {description.name}"
TypeError: list indices must be integers or slices, not str

I’m trying to set it up and it’s not working

Oh I’m only on 2023.3.5. Not sure what’s happeneing

Logger: homeassistant.components.binary_sensor
Source: components/hydrawise/binary_sensor.py:90
Integration: Binary sensor (documentation, issues)
First occurred: 5:29:14 PM (1 occurrences)
Last logged: 5:29:14 PM

hydrawise: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 507, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 732, in async_device_update
await task
File “/usr/local/lib/python3.10/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/hydrawise/binary_sensor.py”, line 90, in update
relay_data = mydata.relays[self.data[“relay”] - 1]
IndexError: list index out of range

HA 2023.4.5

I did get errors with Hydrawise integration. I assumed problem was Hydrawise as the Hydrawise app an web page were having problems loading data. It was so slow that HA would have timed out. I generated new api code just in case. All working well today