orrpan
orrpan
Could you have four? 315 433.92 868 915
If you want to set card to default, it is -1. Now there is a limit to only have positive integers. > class alsaaudio.Mixer(control='Master', id=0, _cardindex=-1_, device='default') [docs](https://larsimmisch.github.io/pyalsaaudio/libalsaaudio.html#mixer-objects)
@adamcik thats a smart solution. But when I test `schema['card'] = config.Integer(minimum=0, optional=True)` `schema['card'] = config.Integer(minimum=-1, optional=True)` cardindex becomes 0, so it seems unnecessary to add further logic than having...
> @orrpan @sunnydsouza I have added support for Archer MR200 v5.3. It looks like it has the same api with MR600. Could you try [Home Assistant TP-LInk Integration](https://github.com/AlexandrErohin/home-assistant-tplink-router) and let...