-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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 Dominos Pizza platform #10379
Merged
Merged
Add Dominos Pizza platform #10379
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
3bca66e
add dominos service
craigjmidwinter b4c34c2
change require
craigjmidwinter 6a3813b
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
craigjmidwinter 4faf97d
dump to log
craigjmidwinter 64adc01
component fixes
craigjmidwinter 27d63a9
clean-up use updated library
craigjmidwinter b536647
remove unnecessary import
craigjmidwinter 18bbbca
fix hound errors
craigjmidwinter 2793808
more lint fixes
craigjmidwinter a1ba981
Coverage rc
craigjmidwinter 2b9749f
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
craigjmidwinter 456a1c4
update requirements
craigjmidwinter fe574e6
cleanup as per notes
craigjmidwinter 03ad3ac
missing message
craigjmidwinter 646cebc
linting...
craigjmidwinter c5f70d2
schema validation and reducing requests
craigjmidwinter fd90800
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
craigjmidwinter c59fe34
fixlint
craigjmidwinter bd1f914
spacing
craigjmidwinter 7838ceb
unused variable
craigjmidwinter f0d70ae
fix docstrings
craigjmidwinter a6c0ca6
update req
craigjmidwinter cffcd13
notes updates, pypi package, front-end panel
craigjmidwinter 53f4acc
stale import
craigjmidwinter 33e6062
fix constant name
craigjmidwinter db75ffb
docstrings
craigjmidwinter ca1a115
fix library import
craigjmidwinter 28542ae
lint fixes
craigjmidwinter 3172f43
pylint bug
craigjmidwinter fc9808d
remove built-in panel
craigjmidwinter 810a248
Make synchronous
craigjmidwinter 6c049cb
unused import and use throttle
craigjmidwinter b9815f1
Handle exceptions properly and update client
craigjmidwinter 483934d
Import exceptions properly
craigjmidwinter 81f7d10
unused import
craigjmidwinter 0c1c81e
remove bloat from start-up, readability fixes from notes, retrieve me…
craigjmidwinter c91b719
whitespace on blank line
craigjmidwinter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
more lint fixes
- Loading branch information
commit 27938087d2c74bf62e1b3a56b9705a8d3a58bfe8
There are no files selected for viewing
This file contains 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
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.
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.
Please publish this to PyPi
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.
Does this work in every country?
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.
Right now, this works in the US and Canada. Currently, the original author of the client library has not put it on pypi. I noticed there were a few other components that handled their dependencies like this, so I thought it would be ok to handle it like this, but I can get in touch with the author if it isn't