-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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 zodiac integration #38935
Add zodiac integration #38935
Conversation
Hi @JulienTant, It seems you haven't yet signed a CLA. Please do so here. Once you do that we will be able to review and accept this pull request. Thanks! |
@@ -0,0 +1,18 @@ | |||
{ |
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.
these translations should be done via lokalise rather than directly (will be overrriden nightly)
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.
holding on merge due to endless loop in tests
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.
Looks good!
Proposed change
This new component add a new sensor representing the current zodiac sign.
Also provide some attributes as:
The informations come from Wikipedia
Type of change
Example entry for
configuration.yaml
:Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests:
Note from the author
This is my first pull request and I'm not used to develop in python, I'll accept any kind of comment to help improve the quality of my code. Thank you for your time.