Add Home Assistant extension - #151
Merged
Michael Jolley (michaeljolley) merged 1 commit intoAug 18, 2026
Merged
Conversation
Collaborator
|
Ooo, this will be great! |
Michael Jolley (michaeljolley)
enabled auto-merge (squash)
August 18, 2026 14:31
Michael Jolley (michaeljolley)
approved these changes
Aug 18, 2026
Michael Jolley (michaeljolley)
merged commit Aug 18, 2026
357c35d
into
microsoft:main
2 checks passed
This file contains hidden or 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
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.
Extension Submission
Adds Home Assistant, an extension that surfaces Home Assistant entities, scripts, scenes and actions in Command Palette. Published on the Microsoft Store as
9PLX81TTCZ6H.Source: https://github.com/nickknissen/HomeAssistantCommandPalette
Checklist
<author>/<extension-name>convention (lowercase, alphanumeric + hyphens only)extension.jsonwith all required fieldsidfield in myextension.jsonmatches my folder path (author.extension-name)iconfield inextension.jsonmatches my icon filenameAdditional context
screenshots/(900x580 PNG, 63 KB).python .github/scripts/validate.pypasses locally. It reports one warning, that the Store product name is "Home Assistant for Command Palette" while the title is "Home Assistant". That is deliberate: the contributing guide asks for titles without the "for Command Palette" suffix. My two existing entries (tableplus-command-palette,tailscale-command-palette) produce the same warning.Third submission after TablePlus and Tailscale.