mathieu-mp
mathieu-mp
Hi, As this integration is deprecated, and to avoid confusion for newcomers, I suggest to request a removal of the integration from HACS. Thank you for your job !
**Link to successful HACS action:** https://github.com/mathieu-mp/homeassistant-intex-spa/runs/7487735199 **Link to successful hassfest action:** https://github.com/mathieu-mp/homeassistant-intex-spa/runs/7487735199
Build: 1.1.0 For each iteration through .keys(), I set() values. They get reversed at the end. set() doesn't look like preserving order, or it reverses it. config.yaml: ```yaml items: foo1:...
##### ISSUE TYPE - Feature Idea ##### SUMMARY Each module currently allows altering only one element at a time. I would love to be able to alter several elements in...
# What does this implement/fix? Add regular polygon shapes to display component: - Polygon outline - Filled polygon Options are given to: - choose between the predefined polygons shapes or...
Load available switches depending on the spa model
Following this request: https://community.home-assistant.io/t/intex-pure-spa-wifi-control/323591/108 - [ ] Add a compatibility list to the repository README
The function `encrypt_cisco_type7` was incorrectly handling the integer `0` as a missing argument because of the thruthiness check (`if not salt:`). This resulted in a random salt being used when...
### Environment * Python version: 3.9.22 * netutils version: 1.15.1 ### Expected Behavior `encrypt_cisco_type7(unencrypted_password: str, salt: t.Optional[int] = None)` shall make use of the salt when their value is `0`....