Skip to content
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

Migrate evohome, cache access tokens #24491

Merged
merged 29 commits into from
Jul 7, 2019
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c4a6102
add water_heater, add storage - initial commit
zxdavb Jun 12, 2019
a1eb8c7
Add Broker, Water Heater & Refactor
zxdavb Jun 12, 2019
9314760
update honeywell client library & CODEOWNER
zxdavb Jun 12, 2019
1d45132
add water_heater, add storage - initial commit
zxdavb Jun 12, 2019
0bae299
bugfix - loc_idx may not be 0
zxdavb Jun 16, 2019
014bf39
support RoundThermostat
zxdavb Jun 19, 2019
3cf5755
store at_expires as naive UTC
zxdavb Jun 30, 2019
fdaec4b
update CODEOWNERS
zxdavb Jul 1, 2019
8502a0c
fix regression
zxdavb Jul 1, 2019
9f19f87
fix requirements
zxdavb Jul 3, 2019
dfe58ec
migrate to climate-1.0
zxdavb Jul 3, 2019
6a56b29
tweaking
zxdavb Jul 3, 2019
81762c4
de-lint
zxdavb Jul 4, 2019
7461550
TCS working? & delint
zxdavb Jul 4, 2019
adc00ca
tweaking
zxdavb Jul 4, 2019
9fdccfd
TCS code finalised
zxdavb Jul 5, 2019
3ce7db5
remove available() logic
zxdavb Jul 5, 2019
1e9f109
refactor _switchpoints()
zxdavb Jul 5, 2019
e72a7b2
tidy up switchpoint code
zxdavb Jul 6, 2019
5d79731
tweak
zxdavb Jul 6, 2019
ee0f5fb
teaking device_state_attributes
zxdavb Jul 6, 2019
9f945fd
some refactoring
zxdavb Jul 6, 2019
5d188a9
move PRESET_CUSTOM back to evohome
zxdavb Jul 6, 2019
87eb2c3
move CONF_ACCESS_TOKEN_EXPIRES CONF_REFRESH_TOKEN back to evohome
zxdavb Jul 6, 2019
457fa12
refactor SP code and dt conversion
zxdavb Jul 6, 2019
90eae21
delinted
zxdavb Jul 6, 2019
9bc75f6
delinted
zxdavb Jul 6, 2019
426b839
remove water_heater
zxdavb Jul 6, 2019
4156f71
fix regression
zxdavb Jul 7, 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
Prev Previous commit
Next Next commit
update CODEOWNERS
  • Loading branch information
zxdavb committed Jul 6, 2019
commit fdaec4bec317acc041866e9b709685a95e727798
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ homeassistant/components/homeassistant/* @home-assistant/core
homeassistant/components/homekit/* @cdce8p
homeassistant/components/homekit_controller/* @Jc2k
homeassistant/components/homematic/* @pvizeli @danielperna84
homeassistant/components/honeywell/* @zxdavb
homeassistant/components/html5/* @robbiet480
homeassistant/components/http/* @home-assistant/core
homeassistant/components/huawei_lte/* @scop
Expand Down