Closed TobiasLaross closed 6 months ago
The update introduces enhancements to the Lynk & Co custom component, focusing on configuring dark hours for automatic updates. It also includes README improvements, workflow modifications, and a version increment to 1.4.0. These changes aim to enhance user experience by offering precise control over update scheduling and clearer documentation.
Files | Change Summary |
---|---|
.github/workflows/release.yml |
Updated how release notes are read by replacing newlines with spaces in the BODY variable. |
README.md |
Added "Options Flow" section, clarified start_engine service, and updated "Vehicle is Running". |
.../lynkco/__init__.py |
Enhanced update_data to calculate dark hours, added dark_hours_start and dark_hours_end . |
.../lynkco/config_flow.py |
Added dark hours validation in async_step_init . |
.../lynkco/const.py |
Added CONFIG_DARK_HOURS_START and CONFIG_DARK_HOURS_END , removed CONFIG_VIN_KEY . |
.../lynkco/manifest.json |
Updated version from "1.3.1" to "1.4.0". |
.../lynkco/strings.json |
Renamed "refresh_interval" to "dark_hours_start" , added "dark_hours_end" . |
.../lynkco/translations/en.json |
Updated descriptions for experimental , scan_interval , dark_hours_start , and dark_hours_end . |
release-notes |
Added dark hours configuration option and README improvements for version 1.4.0. |
🐇 In twilight's gentle embrace, Dark hours now find their place. With updates tuned to night’s soft call, Lynk & Co stands tall. A README clear and bright, Guides you through the night. Version 1.4.0, a leap so grand, Into better times, hand in hand. 🌙
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Documentation
start_engine
service behavior and updated "Vehicle is Running" binary sensor description.Updates
experimental
,scan_interval
,dark_hours_start
, anddark_hours_end
settings in translations.