Brent Hughes and Paulus Schoutsen
955e3e0542
Zoneminder: Fixed undefined index error ( #7340 )
...
* Zoneminder: Fixed undefined index error
* Add Pascal's correct fix.
2017-04-30 00:18:00 -07:00
Anders Melchiorsen and Paulus Schoutsen
9f68fd9184
Flux switch: avoid updates when off ( #7363 )
...
* Flux switch: avoid updates when off
Calling turn_on when the switch is already on would orphan the existing
time tracker, losing our ability to cancel it when turn_off is called.
* Cleanups
The self.is_on property can now be found from self.unsub_tracker, so
get rid of the self._state attribute.
Add an entry guard to turn_on, making further conditionals unnecessary.
2017-04-30 00:05:29 -07:00
Paulus Schoutsen and GitHub
85b7433bc4
Update sensehat.py
2017-04-29 22:42:12 -07:00
Fabian Affolter and Paulus Schoutsen
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Paulus Schoutsen and GitHub
e22e70a01a
Update sensehat.py
2017-04-29 21:40:10 -07:00
Paulus Schoutsen and GitHub
cf664e42cc
Add assumed state to sensehat light.
2017-04-29 21:39:27 -07:00
Gergely Imreh and Paulus Schoutsen
b815ccc3b8
light.sensehat: plugin to control the 8x8 LED matrix on a Sense hat ( #7365 )
...
* light.sensehat: adding plugin to control the 8x8 LED matrix on a Sense Hat
* add new .coveragerc entry
* light.sensehat: formatting and removing unused import
* light.sensehat: add to requirements list
* light.sensehat: update docstrings to the linter's specs
* light.sensehat: add a bit more docstring
2017-04-29 21:34:31 -07:00
onsmam and Paulus Schoutsen
7b1e948e8d
Create knx.py ( #7356 )
...
* Create knx.py
light device for the knx component
* Fix doc strings
2017-04-29 21:20:46 -07:00
Jason Carter and Paulus Schoutsen
607394a0a0
Netdisco now returns a dictionary while it used to be a tuple, fixed ( #7350 )
2017-04-29 20:54:45 -07:00
LvivEchoes and Paulus Schoutsen
e4ebae55d5
Feature/add mikrotik device tracker ( #7366 )
...
* Add Mikroik device tracker platform
* Update coveragerc with mikrotik.py
* Update coveragerc with mikrotik.py
* Fix lint errors
2017-04-29 20:39:11 -07:00
Paulus Schoutsen and GitHub
ce3d8be72b
Remove binary sensor platforms implementing state property ( #7371 )
...
* Remove binary sensor platforms implementing state property
* Fix workday inheritance
2017-04-29 20:36:50 -07:00
Brian Cribbs
a1be80d5d4
added optimistic configuration for tilt state
2017-04-29 19:27:19 -04:00
Brian Cribbs
dc3706523a
I was thinking *far* too hard about this
2017-04-29 19:19:24 -04:00
Paulus Schoutsen
55731b759f
Fix lint
2017-04-29 15:47:21 -07:00
Paulus Schoutsen and GitHub
064b2cdb9f
Remove state property from alarmdecoder binary sensor ( #7370 )
2017-04-29 15:12:18 -07:00
Anders Melchiorsen and Paulus Schoutsen
64a7be66b1
Remove global limit on white light temperature ( #7206 )
...
* Remove global limit on white light temperature
Here are the supported temperatures of some popular bulbs:
Philips Hue: 2000K-6500K (the current 500-154 mired range)
LIFX Color 1000: 2500K-9000K
IKEA TRÅDFRI: 2200K, 2700K, 4000K
Obviously, Home Assistant cannot enforce a global limit and work properly
with all of these bulbs. So just remove the limit and leave it up to each
platform to work it out.
This commit updates the existing users and adds a clamp to Hue (where the
limit appears to have originated). It does not attempt to update other
platforms that might need extra handling of the larger range that is now
possible.
* Add min_mireds/max_mireds state attributes to lights
* Support min_mireds/max_mireds with LIFX lights
2017-04-29 15:04:20 -07:00
Fabian Affolter and Pascal Vizeli
ae9f44c708
Upgrade speedtest-cli to 1.0.6 ( #7354 )
2017-04-30 00:00:04 +02:00
Fabian Affolter and Pascal Vizeli
74362df19c
Upgrade xmltodict to 0.11.0 ( #7355 )
2017-04-29 23:59:38 +02:00
Greg Dowling and GitHub
d8afea64af
Add debug logging to pyvera events. ( #7364 )
2017-04-29 17:19:22 +01:00
Daniel Høyer Iversen and GitHub
b853fb2178
Upgrade Flux led lb to 0.19 ( #7352 )
2017-04-29 07:46:34 +02:00
Brian Cribbs
5b22e57643
some changes requested on PR
2017-04-28 21:41:50 -04:00
Brian Cribbs
88782fa90a
added coroutine annotation to async method
2017-04-28 16:32:06 -04:00
Brian Cribbs
4c06cca3e1
left trailing whitespace
2017-04-28 13:58:01 -04:00
Brian Cribbs
d3042a8199
forgot to remove constructor arg
2017-04-28 13:57:13 -04:00
Brian Cribbs
e61c1ffbc2
fixing hound violations
2017-04-28 13:25:15 -04:00
Brian Cribbs
6cfc1b6af8
removing unnecessary payload value for tilt
2017-04-28 13:15:05 -04:00
Brian Cribbs
c120c47bc1
style changes
2017-04-28 12:14:17 -04:00
Brian Cribbs
44dbf2678b
adding tests to cover new functionality
2017-04-28 11:32:42 -04:00
Brian Cribbs
bbe8b2019b
style/lint updates
2017-04-28 10:45:32 -04:00
Fabian Affolter and GitHub
f9c9b3c1b8
Multiple changes (typo, ordering, docstrings, timeouts) ( #7343 )
...
* Multiple changes (typo, ordering, docstrings, timeouts)
* Remove debug output
* Catch exception
* Separate URL
2017-04-28 13:25:39 +02:00
Robbie Trencheny and Pascal Vizeli
9dd28ac18f
Properly return self._unit_of_measurement in the unit_of_measurement function ( #7341 )
...
Add an optional extended description…
2017-04-28 12:26:17 +02:00
Thibault Cohen and Pascal Vizeli
8114c45b3d
Add auxheat to ecobee climate ( #6562 )
...
* Add auxheat to ecobee
* Add is_aux_heat_on property in ecobee climate
2017-04-28 11:52:48 +02:00
Anders Melchiorsen and Pascal Vizeli
89164d0244
Allow multiple recipients for SMTP notify ( #7319 )
...
The existing (singular) configuration keyword is kept for compatibility.
2017-04-28 11:29:30 +02:00
Brian Cribbs
79e134b076
removing accidentally added file
2017-04-27 23:43:54 -04:00
Brian Cribbs
630516f309
slider and tilt open/close seem to work
2017-04-27 23:42:50 -04:00
Paulus Schoutsen and GitHub
6902e522b9
Merge pull request #7335 from home-assistant/release-0-43-2
...
0.43.2
0.43.2
2017-04-27 12:42:25 -07:00
Fabian Affolter and Paulus Schoutsen
0298522fd5
Use four-digits year ( #7336 )
2017-04-27 09:30:34 -07:00
Paulus Schoutsen
6750e33525
Right fix for Python Open Z-Wave in Docker ( #7337 )
2017-04-27 09:28:40 -07:00
Paulus Schoutsen and GitHub
9a67111a0f
Right fix for Python Open Z-Wave in Docker ( #7337 )
2017-04-27 09:28:08 -07:00
Paulus Schoutsen
e6a690558b
Fix breaking SSL in test HTML5 ( #7310 )
2017-04-27 09:27:31 -07:00
Adam Mills and Paulus Schoutsen
a3bc559fa3
Version bump for automatic ( #7329 )
2017-04-27 09:05:58 -07:00
Adam Mills and Paulus Schoutsen
3a1072a158
Version bump of aioautomatic ( #7300 )
...
* Version bump of aioautomatic
* Update requirements_all.txt
2017-04-27 09:05:58 -07:00
Paulus Schoutsen
0841bf8529
Update frontend ( #7324 )
...
* Initial version of hassio panel
* Update frontend
2017-04-27 09:03:54 -07:00
Fabian Affolter and Paulus Schoutsen
2b82c222b0
Upgrade python-telegram-bot to 5.3.1 ( #7311 )
2017-04-27 09:03:46 -07:00
Paulus Schoutsen
d966129fd8
Upgrade pytradfri to 1.1 ( #7290 )
2017-04-27 09:03:25 -07:00
Paulus Schoutsen
84752b3b13
Hassio api v3 ( #7323 )
...
* HassIO rest API v3
* fix content type
* fix lint
* Update comment
* fix content type
* change proxy handling
* fix handling
* fix register
* fix addons
* fix routing
* Update hassio to just proxy
* Fix tests
* Lint
2017-04-27 09:02:43 -07:00
Pascal Vizeli and Paulus Schoutsen
3735c2e761
Fix HassIO bug with supervisor update & log ( #7282 )
2017-04-27 09:02:43 -07:00
Pascal Vizeli and Paulus Schoutsen
9fc89ba744
WIP: HassIO allow to access to container logs. ( #7271 )
...
* HassIO allow to access to container logs.
* Add unittest & make a fixture for env
* Add unittest to check if no env exists
* Fix lint
2017-04-27 09:02:43 -07:00
Paulus Schoutsen
f7603a421f
Version bump to 0.43.2
2017-04-27 09:02:08 -07:00
Adam Mills and GitHub
6631e9e939
Version bump for automatic ( #7329 )
2017-04-27 08:01:30 -04:00