-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add toggl_track #5023
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 toggl_track #5023
Conversation
light/dark versions of logo and icon and @2x.png.
Had a bug in my `for f in ... git add` :)
Accidentally had |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there @kquinsland 👋
I could not find the public repository providing this custom integration. Could you point me to it?
Thanks! 👍
../Frenck
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Docs are in good enough shape to release. Code works but is far from perfect :D. the pydantic/lib-toggle issue is a blocker for general use. Issues opened and linked in docs. Pushing this and making repo public for: home-assistant/brands#5023 (review)
Sure thing. It's now public, lives here: https://github.com/kquinsland/ha-toggl-track I was hoping to release yesterday but got hit with pydantic v2 / home-assistant/core#99218. |
That link doesn't work. |
Give it a try now :). Github now makes you triple confirm you want to make a repo public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @kquinsland 👍
../Frenck
Just for my curiosity, can you explain why custom components need to use icons on the CDN? I think this pattern is 100% the right move for official/core integrations but was wondering why custom components cant serve icons out of their root directory. I didn't find any explicit rationale and was just curious if there was a reason beyond "writing two code paths for fetching images is just not something we want to spend time on". Anyways, thanks and happy new year! (Looking forward to the 24.01 release :D) |
There are multiple reasons. For example:
There have been multiple ideas on how to handle branding, including shipping them with core (increases distribution size drastically), publishing an add-on that pulls them locally, caching them locally, and... many others. Up until this time, no concrete plans, architectural proposals, or suggestions of contributions to any of them have been made. 🤷 ../Frenck |
Proposed change
This is logo/icon for a custom component i'm working on / wrapping up.
The company provides a press kit which includes
svg
which I scaled, converted and then crushed.Type of change
Python wheels repository
Additional information
Checklist
icon.png
)icon@2x.png
)logo.png
)logo@2x.png
)