Skip to content
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

Move updates #10626

Merged
merged 25 commits into from Nov 17, 2021
Merged

Move updates #10626

merged 25 commits into from Nov 17, 2021

Conversation

ludeeus
Copy link
Member

@ludeeus ludeeus commented Nov 15, 2021

Breaking change

Proposed change

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example configuration

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue or discussion:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

@ludeeus ludeeus marked this pull request as ready for review November 16, 2021 08:40
@ludeeus ludeeus added the needs design preview PRs with this label will trigger a GitHub action to generate a gallery preview label Nov 16, 2021
@@ -60,6 +60,7 @@ class HaAlert extends LitElement {
<slot></slot>
</div>
<div class="action">
<slot name="action"></slot>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so much better and should really just replace all uses of actionText in the future

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a cleanup after this PR is merged, it's currently only used in the supervisor and the gallery

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -139,3 +175,42 @@ export const subscribeSupervisorEvents = (
getSupervisorEventCollection(hass.connection, key, endpoint).subscribe(
onChange
);

/* export const fetchSupervisorAvailableUpdates = async (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to uncomment before merging.

src/translations/en.json Outdated Show resolved Hide resolved
@ludeeus ludeeus marked this pull request as draft November 16, 2021 22:50
@ludeeus ludeeus marked this pull request as ready for review November 17, 2021 11:54
@balloob balloob merged commit e9f0967 into dev Nov 17, 2021
@balloob balloob deleted the move-updates branch November 17, 2021 18:21
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed Documentation Needed needs design preview PRs with this label will trigger a GitHub action to generate a gallery preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants