Closed TobiasLaross closed 7 months ago
The latest update enhances the integration with Lynk & Co's services by warning about potential account blocking, updating the software version, refining token management with asynchronous controls, and improving efficiency by eliminating redundant API calls.
File Path | Change Summary |
---|---|
README.md |
Introduced a warning about potential account blocking. |
.../lynkco/manifest.json |
Updated version number from "1.1.1" to "1.1.2". |
.../lynkco/token_manager.py |
Added asyncio import, global variable, async handling. |
release-notes |
Removed duplicate API call for refresh token in new version. |
🐰✨ Oh hark! A change does come, In code, where numbers run. From Lynk & Co, a tweak, For smoother run, we seek. Locks in place, no more dupe, On version's wings, we swoop! 🚀 🐰✨
README.md (40)
Near line 1: Possible spelling mistake found. Context: # Lynk & Co Home Assistant Custom Component #... --- Near line 3: Possible spelling mistake found. Context: ...Warning**: Use of this integration with Lynk & Co's services might lead to your acco... --- Near line 6: Possible spelling mistake found. Context: ...nt users to integrate and control their Lynk & Co vehicles directly from Home Assist... --- Near line 10: Possible spelling mistake found. Context: ...cle management. This has been tested on european models only. ## Table of Contents - [W... --- Near line 17: Possible spelling mistake found. Context: ...s) - [Adding the Custom Repository to HACS](#adding-the-custom-repository-to-hacs)... --- Near line 34: Possible spelling mistake found. Context: ...ome Assistant running. - Access to your Lynk & Co account credentials. - Your vehicl... --- Near line 37: Possible spelling mistake found. Context: ...N. ### Adding the Custom Repository to HACS 1. Navigate to HACS in Home Assistant. ... --- Near line 38: Possible spelling mistake found. Context: ...ustom Repository to HACS 1. Navigate to HACS in Home Assistant. 2. Go to "Integratio... --- Near line 40: Consider adding a hyphen. Context: ...ons". 3. Click on the three dots in the top right corner and select "Custom repositories"... --- Near line 46: Possible spelling mistake found. Context: ... Installing the Integration 1. Find the Lynk & Co integration in the HACS Integratio... --- Near line 46: Possible spelling mistake found. Context: .... Find the Lynk & Co integration in the HACS Integrations section and click "Install... --- Near line 54: Possible spelling mistake found. Context: ...ck on "Add Integration" and search for "Lynk & Co". 3. Follow the on-screen instruct... --- Near line 64: Possible spelling mistake found. Context: ...ure is experimental and undocumented by Lynk & Co.) - `force_update_data`: Forcing u... --- Near line 65: Loose punctuation mark. Context: ...ted by Lynk & Co.) - `force_update_data`: Forcing update data from the vehicle, b... --- Near line 66: Loose punctuation mark. Context: ...ypassing night limit. - `refresh_tokens`: Refreshes authentication tokens, this s... --- Near line 70: This sentence does not start with an uppercase letter. Context: ... #### Detailed Service Information - **start_engine / stop_engine**: This service al... --- Near line 70: Possible spelling mistake found. Context: ...feature not officially supported by the Lynk & Co app. Use with caution, as it may n... --- Near line 71: “Service” is a singular noun. It appears that the verb form is incorrect. Context: ...climate will be set to HI, this service have not been tested without sufficient EV b... --- Near line 74: Possible spelling mistake found. Context: ...rehensive monitoring and control of the Lynk & Co vehicle, including both sensors an... --- Near line 76: Possible typo: you repeated a word Context: ... both sensors and binary sensors. #### Sensors Sensors provide detailed information about vari... --- Near line 79: Possible spelling mistake found. Context: ...us and environment. These include: - **Lynk & Co Odometer**: Measures the total dis... --- Near line 80: Possible spelling mistake found. Context: ...vehicle has traveled in kilometers. - **Lynk & Co Battery**: Shows the current batte... --- Near line 81: Possible spelling mistake found. Context: ...ttery charge level as a percentage. - **Lynk & Co Fuel Level**: Displays the current... --- Near line 82: Possible spelling mistake found. Context: ...s the current fuel level in liters. - **Lynk & Co Fuel Level Status**: Indicates the... --- Near line 83: Possible spelling mistake found. Context: ...cates the status of the fuel level. - **Lynk & Co Fuel Distance**: Reports the estim... --- Near line 84: Possible spelling mistake found. Context: ...e traveled with the remaining fuel. - **Lynk & Co Time Until Charged**: Provides the... --- Near line 85: Possible spelling mistake found. Context: ...until the battery is fully charged. - **Lynk & Co Battery Distance**: Shows the esti... --- Near line 86: Possible spelling mistake found. Context: ...be traveled on battery power alone. - **Lynk & Co Interior Temperature**: Reports th... --- Near line 87: Possible spelling mistake found. Context: ...ide the vehicle in degrees Celsius. - **Lynk & Co Exterior Temperature**: Displays t... --- Near line 88: Possible spelling mistake found. Context: ...ide the vehicle in degrees Celsius. - **Lynk & Co Charger Connection Status**: Indic... --- Near line 89: Possible spelling mistake found. Context: ...arger is connected or disconnected. - **Lynk & Co Charge State**: Shows the current ... --- Near line 90: Possible spelling mistake found. Context: ...rent charging state of the vehicle. - **Lynk & Co Address**: Displays the vehicle's ... --- Near line 91: Possible spelling mistake found. Context: ...address in a human-readable format. - **Lynk & Co Address Raw**: Provides the vehicl... --- Near line 92: Possible spelling mistake found. Context: ... integration with mapping services. - **Lynk & Co Door Lock Status**: Indicates the ... --- Near line 93: Possible spelling mistake found. Context: ...lock status of the vehicle's doors. - **Lynk & Co Last Updated by Car**: Timestamp o... --- Near line 95: This phrase is duplicated. You should probably use “Binary Sensors” only once. Context: ...update received from the vehicle. #### Binary Sensors Binary sensors indicate specific vehicle states that h... --- Near line 98: Possible spelling mistake found. Context: ...ture before you enter. It uses the icon `mdi:air-conditioner` to visually represent ... --- Near line 99: Only proper nouns start with an uppercase character (there are exceptions for headlines). Context: ...n the Home Assistant UI. - **Vehicle is Running**: Shows if the vehicle's engine is cur... --- Near line 99: Possible spelling mistake found. Context: ...onal state of your vehicle and uses the `mdi:engine` icon for easy identification. ... --- Near line 106: Possible spelling mistake found. Context: ...h good cellular reception and that your Lynk & Co account is active and not facing a...
README.md (1)
`3-3`: The addition of the warning about potential account blocking is clear and effectively communicates the risks associated with using the integration. This is a crucial update for user awareness.
Summary by CodeRabbit