Martin

Results 36 comments of Martin

`vacuum.turn_on` and `vacuum.turn_off` are still not working, nothing was changed in that regard.

> But unfortunately in all my tests I could only receive 1. to 3. in the custom component, but not 4. and 5. > The last two service calls don't...

Well you actually just need to change the base class from StateVacuumEntity to VacuumEntity and then it works.

That's too bad, maybe it's time for https://github.com/home-assistant/architecture/issues/40

I've already created a PR a month ago to remove the parameter but doesn't seem like it's getting approved soon. https://github.com/py-smart-gardena/py-smart-gardena/pull/122

The build error is not related to my change, I guess the 3.7 build is generelly at fault. Other PRs fail aswell with 3.7 and I also don't see how...

You can test the new version by updating the version the `manifest.json` in `custom_components/gardena_smart_system` to `1.3.7` and restart HA. ``` "requirements": ["py-smart-gardena==1.3.7"] ``` Or wait until a new version of...

Ok I didn't see the Prerelease. The 429 error is another problem, which was not fixed by this change.

The 1.0.0-0b907 works perfectly for me for over a week now.

I have it on `http://localhost:8080`, so I guess it doesn't matter.