Rename component
See original GitHub issueProblem
ha-google-home
is not PEP8 compliant name for python module. It should use _
for spaces.
This is only 1 of 2 custom components with -
here: https://github.com/home-assistant/wheels-custom-integrations/tree/master/components
All components in home assistant follow this rule: https://github.com/home-assistant/core/tree/dev/homeassistant/components
Can we rename the whole thing?
I understand it’s quite a huge change but it’s better to do this earlier.
But this is also an opportunity to choose a better name. Can we use just google_home
or it’s too bold? 🙂
There is no official google_home
component anymore, so this name should be free.
What needs to be renamed
- https://github.com/home-assistant/brands/pull/2317
- https://github.com/home-assistant/wheels-custom-integrations/pull/313
- This folder: https://github.com/leikoilja/ha-google-home/tree/master/custom_components/ha-google-home
- Entries in
manifest.json
- Documentation
-Repo renaming (GitHub automatically redirects within the same domain to the updated repo name).- (edit from Ilja) Update link references in @DurgNomis-drol’s card here- (edit from Ilja) Update link references on HA community forum here
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to rename a component in Angular CLI? - Stack Overflow
1.Rename the component class (VSCode Rename Symbol will update all the references) · 2.Rename @Component selector along with references (use ...
Read more >Renaming an Angular Component - Medium
1. Use 'Rename Symbol' command ... With the cursor at the Component class, open Command Palette in VSCode with cmd+shift+p . Select “Rename...
Read more >Renaming components - IBM
You can rename a component if you have the required permissions. Every component has an internal UUID, which cannot be modified.
Read more >Renaming Components - 2021 - SOLIDWORKS Help
Renaming Components. You can change the file name of a component directly from the FeatureManager design tree. You can specify an alternate component...
Read more >Renaming components
After you add a component to your application, you can rename it to reflect your own terminology or the content being displayed.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you both, @KapJI, @DurgNomis-drol, it went surprisingly quick to rename the entire thing 🚀 💯
@leikoilja sure, I can do that!