-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Nissanleaf #21145
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
Merged
Merged
Nissanleaf #21145
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d488b0b
Remove unneeded returns from handle_update()
filcole 63fe803
Start __init__() params with hass.
filcole 45b94fb
Remove excess logging and downgrade remaining logging.
filcole 96a35f0
Remove period from end of comment
filcole 0a5d9ff
Decorate callback with @callback
filcole 78323f4
Use more descriptive variables than key and value.
filcole 6d175c7
Inherit from BinarySensorDevice and overwrite is_on rather than state.
filcole fa3aae2
Removed uncheckedreturn values.
filcole d9a05fe
Use super() rather than explicit object.
filcole d02520b
Use add_entities instead of add_devices.
filcole cb88ad6
Don't use listener when calling immediately.
filcole 4ec8453
Remove some excess logging.
filcole 1a72cf2
Switch to sync since pycarwings2 is sync.
filcole 07c6929
Remove RuntimeError exception matching.
filcole b49a543
Add temporary reviewer comments.
filcole c50df9e
Add UI help descriptions for update service.
filcole d979315
Fix hound errors.
filcole df448ad
Replaced time.sleep() with await asyncio.sleep()
filcole 75904d9
Removed location_updateon_on attribute since on device_tracker.
filcole a68e560
Use async_added_to_hass() and async_dispatcher_connect().
filcole 2b610fa
Use dict[key] because schema key is required.
filcole daca6ed
Clarify variable names.
filcole d7f9e83
Remove icon for charging switch.
filcole 9fa7369
Convert LeafChargeSwitch into service and sensor.
filcole b961a8f
Use async_dispatcher_send().
filcole 27d28b0
Add guard checks for discovery_info. Consistent logs.
filcole ac58b4f
Use async_schedul_update_ha_state().
filcole 5564725
Device tracker should return true.
filcole 45b830d
Remove icon for climate control.
filcole eb04b4d
Really remove icon for climate control.
filcole 5c5ed5a
Use register() instead of async_register().
filcole f60f441
Add guard on device tracker if discovery_info is None.
filcole 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
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.