Skip to content
Merged
Show file tree
Hide file tree
Changes from 71 commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
335f730
Add support for Honeywell evohome CH/DHW systems
zxdavb Jul 28, 2018
bec9800
Updated requirements_test_all.txt
zxdavb Sep 5, 2018
ea1a31d
Fix: D401 First line should be in imperative mood
zxdavb Sep 5, 2018
0b703c8
Remove _LOGGER.info (replace with _LOGGER.debug)
zxdavb Sep 5, 2018
a0d833e
raise PlatformNotReady when RequestException during setup()
zxdavb Sep 5, 2018
03ff062
Revert some LOGGER.debug to LOGGER.warning
zxdavb Sep 5, 2018
b348508
Improved logging levels, and removed some unwanted comments
zxdavb Sep 6, 2018
e9b8f0a
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 6, 2018
1610953
Improvments to logging - additional self._status info
zxdavb Sep 7, 2018
1574c03
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 7, 2018
8e5237c
BUGFIX: DHW wrongly showing available = False (and some other tweaks)
zxdavb Sep 8, 2018
03eb2ae
Fix trailing whitespace
zxdavb Sep 8, 2018
1e3c8ca
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 8, 2018
37ffa59
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 10, 2018
e8cb694
Remove state_attributes override and API_VER code
zxdavb Sep 10, 2018
0ee387f
Removed heating zones, DHW and heuristics to reduce # lines of code
zxdavb Sep 10, 2018
5f8431e
Removed some more lines of code
zxdavb Sep 10, 2018
2dc3347
Removed unused configuration parameters
zxdavb Sep 10, 2018
057440f
Remove some more un-needed lines
zxdavb Sep 10, 2018
c4992c7
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 10, 2018
8c38d3c
Removed more (uneeded) lines of code & fixed two minor typos
zxdavb Sep 11, 2018
406c2dd
Improvements to debug logging of available() = False
zxdavb Sep 11, 2018
423965e
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 11, 2018
58c1699
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 16, 2018
db89f04
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 17, 2018
2d1bfca
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 18, 2018
ca78c48
Improvements to code, and code clean-up
zxdavb Sep 18, 2018
70a2405
Corrected a minor typo
zxdavb Sep 18, 2018
f1c0730
A small tidy up
zxdavb Sep 18, 2018
201c1bc
reduces precision of emulated temps floats to 0.1
zxdavb Sep 18, 2018
101fa57
Some code improvements as suggested by JeardM
zxdavb Sep 19, 2018
9a93efd
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 19, 2018
35fb8b4
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 19, 2018
c328032
Rewrite of exception handler
zxdavb Sep 19, 2018
0ea06f4
Removed another unwanted logging in properties
zxdavb Sep 19, 2018
ab780ce
Remove async_ version of various methods
zxdavb Sep 19, 2018
34960cb
moved available heuristics to update()
zxdavb Sep 19, 2018
444a851
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 19, 2018
ed1cfb4
Cleanup of code, and re-work linter hints
zxdavb Sep 20, 2018
9a24627
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 20, 2018
f5ebe92
fixed a minor documentation typo
zxdavb Sep 21, 2018
b5710d4
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 21, 2018
4c6b15a
scan_interval is now no longer a configurable option
zxdavb Sep 21, 2018
eb5ae73
Change from Master/Slave to Parent/Child
zxdavb Sep 21, 2018
f35a39f
Removed the last of the slaves
zxdavb Sep 21, 2018
2058828
Removed the last of the masters
zxdavb Sep 21, 2018
3c2222d
Move -PARALLEL_UPDATES to .\climate\evohome.py'
zxdavb Sep 21, 2018
ef74527
main code moved to climate/evohome.py
zxdavb Sep 21, 2018
a338d67
merge EvoEntity into EvoController class
zxdavb Sep 21, 2018
fc267ea
remove should_poll (for now)
zxdavb Sep 21, 2018
99ac2f2
woops! left a hint in
zxdavb Sep 21, 2018
3256b16
removed icon
zxdavb Sep 21, 2018
c10922f
only log a WARNING the first time available = False
zxdavb Sep 21, 2018
237f72c
cleanup dodgy exception handling
zxdavb Sep 21, 2018
3931a3d
Tidy up exception handling
zxdavb Sep 22, 2018
b28759f
Many changes as suggested by @MartinHjelmare, thanks
zxdavb Sep 22, 2018
c3c5e56
remove hass from init, part 1
zxdavb Sep 23, 2018
62c49c7
use async_added_to_hass instead of dispatcher_connect
zxdavb Sep 23, 2018
7d7e920
remove hass from init, part 2 (done)
zxdavb Sep 23, 2018
1c56cb1
add 1-2 arrays, and tidied up some comments
zxdavb Sep 23, 2018
543cc53
from dispatcher to async_added_to_hass
zxdavb Sep 23, 2018
f4d7bde
cleaned up some logging, and removed others
zxdavb Sep 23, 2018
4f12f67
Many changes as request by @MartinHjelmare
zxdavb Sep 23, 2018
de9c8ee
Homage to the lint
zxdavb Sep 23, 2018
f5b82ec
Changed to the HA of doing operating_mode
zxdavb Sep 24, 2018
62e1165
Now using update_before_add=True
zxdavb Sep 24, 2018
1316020
reduced logging further still...
zxdavb Sep 24, 2018
a057ed0
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 24, 2018
3a54b20
fixed minor lint
zxdavb Sep 24, 2018
e2cddc7
fix a small logic error
zxdavb Sep 24, 2018
7b5bda0
Add device_state_attributes to track actual operating mode
zxdavb Sep 24, 2018
9bc8d5c
Clean up doc quotes caused by previous changes
zxdavb Sep 24, 2018
7010817
Woops! removed some debug lines that shoudln't have stayed in
zxdavb Sep 24, 2018
870f663
Add a complete set of device_state_attributes
zxdavb Sep 24, 2018
6dd4394
Cleanup some constants
zxdavb Sep 24, 2018
b7f7196
Remove more legacy code
zxdavb Sep 24, 2018
8f426df
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 25, 2018
c5a1938
domain_data to evo_data & this else should be a finally
zxdavb Sep 25, 2018
90ed54e
minor change for readability
zxdavb Sep 25, 2018
f3c5abb
Minor change for readability #2
zxdavb Sep 25, 2018
5a4860b
removed unused code
zxdavb Sep 25, 2018
5fec053
small tidy up - no code changes
zxdavb Sep 25, 2018
7f5675a
fix minor lint
zxdavb Sep 25, 2018
774e6e3
Correct URLs & descriptions in docstring
zxdavb Sep 25, 2018
3837d53
whoops - fixed a typo in docstrings
zxdavb Sep 25, 2018
546e641
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 25, 2018
249dcbf
remove an unused line of cide & a small tidy-up
zxdavb Sep 27, 2018
ae237f6
Merge branch 'dev' of https://github.com/home-assistant/home-assistan…
zxdavb Sep 27, 2018
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
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ omit =
homeassistant/components/envisalink.py
homeassistant/components/*/envisalink.py

homeassistant/components/evohome.py
homeassistant/components/*/evohome.py

homeassistant/components/fritzbox.py
homeassistant/components/switch/fritzbox.py

Expand Down
Loading