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

Add an application credentials display name #12720

Merged
merged 5 commits into from
May 20, 2022

Conversation

allenporter
Copy link
Contributor

Proposed change

Add an application credentials display name

Core PR home-assistant/core#72053

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:

@@ -2865,12 +2865,14 @@
"caption": "Add Application Credential",
"create": "Create",
"domain": "Integration",
"name": "Name for display",
Copy link
Member

Choose a reason for hiding this comment

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

Just name would be fine I think?

Copy link
Member

Choose a reason for hiding this comment

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

hmm thinking now, it is going to confuse users I think? I wonder if we should only show name during updating, not creation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Renamed to Name.

bramkragten
bramkragten previously approved these changes May 19, 2022
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
@balloob balloob enabled auto-merge (squash) May 19, 2022 17:14
@balloob balloob merged commit 9a9eec4 into home-assistant:dev May 20, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 21, 2022
@allenporter allenporter deleted the app-creds-name branch July 9, 2022 15:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants