-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added aarch64 architecture #63
Open
kamiKAC
wants to merge
56
commits into
yp87:main
Choose a base branch
from
kamiKAC:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change forces refresh of battery status when requesting battery statys
Added requestBatteryStatusRefresh() to fetchBatteryStatus()
Release-As: 0.0.2
…mponents--leaf2mqtt chore(main): release 0.0.2
Release-As: 0.0.2
* ci: add branch 'test' for testing purposes * chore(main): release 0.0.2 (#5) * ci: change tags metadata * chore: release 0.0.2 Release-As: 0.0.2 * ci: remove branch 'test'
* build: specify dartnissanconnect ref * ci: fix typo * chore: release 0.0.2 Release-As: 0.0.2
* fix wrong repo name * ci: change publish condition * ci change url for dartnissanconnect * chore: release 0.0.2 Release-As: 0.0.2
* fix: bump dartnissnconnect to v1.0.5 * ci: enable 'Update Home Assistant add-on' job
* fix: bump dartnissnconnect to v1.0.5 * ci: enable 'Update Home Assistant add-on' job * ci: fix wrong if condition * ci: fix wrong if condition
* fix: change fetchAndPublish order * feat: add updateall to command/status * move targetDate outside return * add missing break * remove unnecessary argument * build: add package_info_plus to display package version in logs * build: correct wrong package_info_plus ver * Revert "build: correct wrong package_info_plus ver" This reverts commit 270aab4. * Revert "build: add package_info_plus to display package version in logs" This reverts commit 1a4f352. * build: add pubspec_parse pacge to read app name and version * build: downgrade pubspec_parse to ver compatible with SDK v2 * build: add space * build: refactor log.info * Revert "build: refactor log.info" This reverts commit 4a0e2bc. * Revert "build: add space" This reverts commit 5a343aa. * Revert "build: downgrade pubspec_parse to ver compatible with SDK v2" This reverts commit 8875864. * Revert "build: add pubspec_parse pacge to read app name and version" This reverts commit 865c4b6. * ci: change versioning in dart file to release-please * Revert "ci: change versioning in dart file to release-please" This reverts commit 3059cc8. * build: use build argument as version source * build: add latest tag to edge build * ci: add fetch-tags to checkout * ci: add fetch-depth * ci: add missing fi * ci: add debug * ci: remove debug output * reverrt: "feat: add updateall to command/status" * build: switch to selfhosted dartcarwings * build: delete pubspec.lock * fix: corrected typo build: switch to dartcarwings v1.0.1 * ci: update build-push-action to v5 ci: update several actions
* fix: change fetchAndPublish order * feat: add updateall to command/status * move targetDate outside return * add missing break * remove unnecessary argument * build: add package_info_plus to display package version in logs * build: correct wrong package_info_plus ver * Revert "build: correct wrong package_info_plus ver" This reverts commit 270aab4. * Revert "build: add package_info_plus to display package version in logs" This reverts commit 1a4f352. * build: add pubspec_parse pacge to read app name and version * build: downgrade pubspec_parse to ver compatible with SDK v2 * build: add space * build: refactor log.info * Revert "build: refactor log.info" This reverts commit 4a0e2bc. * Revert "build: add space" This reverts commit 5a343aa. * Revert "build: downgrade pubspec_parse to ver compatible with SDK v2" This reverts commit 8875864. * Revert "build: add pubspec_parse pacge to read app name and version" This reverts commit 865c4b6. * ci: change versioning in dart file to release-please * Revert "ci: change versioning in dart file to release-please" This reverts commit 3059cc8. * build: use build argument as version source * build: add latest tag to edge build * ci: add fetch-tags to checkout * ci: add fetch-depth * ci: add missing fi * ci: add debug * ci: remove debug output * reverrt: "feat: add updateall to command/status" * build: switch to selfhosted dartcarwings * build: delete pubspec.lock * fix: corrected typo * build: switch to dartcarwings v1.0.1 * ci: update build-push-action to v5 * ci: update several actions * ci: fix wrong placement of extra-files section of config
Release-As: 0.0.4
* chore(main): release leaf2mqtt 0.0.4 * docs: changelog cleanup
* chore(main): release 0.0.4 * docs: changelog cleanup * docs: changelog adjustment
…eded version format is not supported
* fix: convert latitude and longitude to string feat: add coordinates as combined latitude and longitude docs: add example config files and documentation for OpenHAB integration ci: allow to change docker tag if workflow not started from main branch
* chore(main): release 0.1.0 * Update addon version * ci: modify types of commits which affect CAHNGELOG * docs: remove duplicate feature --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kamiKAC <m.k.rudzki@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added aarch64 architecture to create docker image for Raspbian on RPi4