Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
fb561dd
Added work so far.
Jan 11, 2018
7f80bd0
Change interval so nobody drains their battery when I put this online
Jan 11, 2018
18f91f8
Added the warning notice.
Jan 11, 2018
7080aac
Async setup
Jan 19, 2018
3aa168b
Still broken, but we're getting there.
Jan 22, 2018
aa50030
Back to synchronous, moved refresh stuff into DataStore
Jan 23, 2018
b01060f
Functional sensors!
Jan 23, 2018
d360846
Added working switches, tweaked intervals a bit
Jan 23, 2018
2d60163
Fixed turn off result
Jan 23, 2018
ad54f37
Moved plug status to binary_sensor, added smart intervals
Jan 31, 2018
3e20bd2
Documentation and car nickname stuff
Feb 1, 2018
0a64cae
Syntax fixes and coveragerc additions
Feb 1, 2018
732fbe4
Style fixes
Feb 1, 2018
e446aa4
Fixing the final line length
Feb 1, 2018
053c383
Fixed an issue with newer models and bad climate data
Feb 6, 2018
a5d698d
Forgot to check my line endings.
Feb 6, 2018
170fa1a
New icons for most of the components
Feb 15, 2018
1693701
Hotfix for handling Nissan's awful servers
Dec 27, 2018
cb46040
Merge in work completed by BenWoodford
filcole Jan 5, 2019
231245b
Merge branch 'BenWoodford-nissanleaf' into nissanleaf
filcole Jan 5, 2019
c3c572f
Merge in fixes made by Phil Cole
filcole Jan 5, 2019
77d335b
Add pycarwings2 to requirements_all.txt
filcole Jan 5, 2019
31bfb3d
Make stopping charge error an 'info'. Remove TODO.
filcole Jan 5, 2019
ce0f474
Request update from car after sending start charging command.
filcole Jan 5, 2019
2127dbd
Delay initial (slow) update for 15 seconds and make async
filcole Jan 5, 2019
2de677f
Flake8 line length fixes
filcole Jan 5, 2019
c0d5ba6
Try to fix D401 'imperative mood' git diff tox errors
filcole Jan 5, 2019
68a50ab
Try to fix more D401 'imperative mood' tox errors
filcole Jan 5, 2019
bc88708
Default interval of an hour in code, to match comments.
filcole Jan 5, 2019
127c9f7
Update to pycarwings2 2.3
filcole Jan 5, 2019
f3ca2b2
Update to pycarwings2 2.3 in requirements_all.txt
filcole Jan 5, 2019
1cdee2b
Remove documentation, instead refering to home-assistant.io
filcole Jan 6, 2019
9417b7f
Remove unneeded dispatcher_send()
filcole Jan 8, 2019
5714130
Remove unneeded requirements comments
filcole Jan 8, 2019
44bb545
Combine excess debugging.
filcole Jan 8, 2019
33fcd3f
Remove single line method signal_components()
filcole Jan 8, 2019
587f9b5
Bump to version 2.4 of pycarwings2
filcole Jan 13, 2019
e4f6165
Remove unused dispatcher_send
filcole Jan 13, 2019
73d7759
Simplify logging of LeafEntity registration
filcole Jan 13, 2019
3958ca5
Update requirements_all.txt
filcole Jan 13, 2019
4643656
Multiple changes
filcole Jan 21, 2019
ad28138
Fix line length
filcole Jan 22, 2019
4b05d8c
Use pycarwings 2.5
filcole Jan 22, 2019
192496c
Remove pointless 'is True'
filcole Jan 22, 2019
69d4efc
Remove unnecessary 'is True/False'
filcole Jan 22, 2019
38feddb
Remove unnecessary 'is True/False'
filcole Jan 22, 2019
ef29dd2
Use LENGTH_MILES and LENGTH_KILOMETERS
filcole Jan 22, 2019
d2379a5
Remove excess logging in setup_platform()
filcole Jan 22, 2019
67508b2
Remove unnecessary 'is True'
filcole Jan 22, 2019
e52ca41
Use pycarwings2 version 2.6
filcole Jan 22, 2019
a262f97
Require pycarwings2 version 2.7.
filcole Jan 25, 2019
466b775
Increase sleep delay for climate and location reponses.
filcole Jan 25, 2019
5dee035
Remove unnecessary 'is True'
filcole Jan 30, 2019
72924b8
Increase frequent polling warning to _LOGGER.warning()
filcole Jan 30, 2019
39b18d9
Use DEVICE_CLASS_BATTERY
filcole Jan 30, 2019
50034e6
Remove extraneous 'is True'.
filcole Jan 30, 2019
c09752f
Move icon strings to constants.
filcole Feb 1, 2019
dc212c4
Remove unneeded key.
filcole Feb 1, 2019
3c7c509
LeafRangeSensor ac_on property is internal.
filcole Feb 1, 2019
9ce0430
Flake8 missing line
filcole Feb 1, 2019
cf0b761
Remove homebridge attributes.
filcole Feb 1, 2019
1234d4a
Merge branch 'dev' into nissanleaf
filcole Feb 1, 2019
bc6d50f
Remove round battery % and range to whole numbers
filcole Feb 4, 2019
81c87d5
Use pycarwings2 2.8
filcole Feb 4, 2019
676c9ef
Move to embedded component model
filcole Feb 4, 2019
b25a4f4
Reduce maximum attempts to 10 (5 mins)
filcole Feb 4, 2019
ddd5815
Include attempt count in 'waiting' log message
filcole Feb 4, 2019
60b9178
Use await instead of yield. Remove @asyncio.coroutine decorators.
filcole Feb 4, 2019
f75b8d7
Add @filcole as nissan_leaf codeowner
filcole Feb 4, 2019
233ab7f
Sync up to latest dev
filcole Feb 5, 2019
c19a362
Fix checking for if not data returned from vehicle. Don't double send…
filcole Feb 9, 2019
30c795d
Exposed updated_on, update_in_progress and next_update attributes.
filcole Feb 9, 2019
09f4dc6
Add nissan_leaf.update service that triggers an update.
filcole Feb 9, 2019
fe68763
Flake8 line fixes
filcole Feb 9, 2019
c4ced4b
Remove excess and double logging.
filcole Feb 11, 2019
6f5c00a
Add updated_on attribute for device tracker.
filcole Feb 11, 2019
85218d8
Fix crash if pycarwings2 doesn't provide cruising ranges.
filcole Feb 14, 2019
71c80dc
Minor changes
fabaff Feb 15, 2019
98229d2
Minor changes
fabaff Feb 15, 2019
2ceb788
Minor changes
fabaff Feb 15, 2019
db5d0b6
Minor changes
fabaff Feb 15, 2019
5d79e48
Minor changes
fabaff Feb 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ omit =
homeassistant/components/nest/*
homeassistant/components/netatmo/*
homeassistant/components/netgear_lte/*
homeassistant/components/nissan_leaf/*
homeassistant/components/notify/aws_lambda.py
homeassistant/components/notify/aws_sns.py
homeassistant/components/notify/aws_sqs.py
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ homeassistant/components/*/mystrom.py @fabaff
# N
homeassistant/components/ness_alarm.py @nickw444
homeassistant/components/*/ness_alarm.py @nickw444
homeassistant/components/nissan_leaf/* @filcole

# O
homeassistant/components/openuv/* @bachya
Expand Down
Loading