Python library to access the Liebherr Smart Home API (account required).
- Controls are now mapped by type, zone_id, and device. This optimizes the number of cpu cycles that Home Assistant will have to perform to find the control (no more looping through controls until the corresponding control is found).
- Fixed the case of some constant variables for consistency.