Paulus Schoutsen and GitHub
d1460de89b
Merge pull request #14199 from home-assistant/rc
...
0.68.1
0.68.1
2018-04-30 14:04:29 -04:00
Paulus Schoutsen and Paulus Schoutsen
c23cc0e827
Disable eliqonline requirement ( #14156 )
...
* Disable eliqonline requirement
* Disable pylint import error
2018-04-30 13:46:47 -04:00
Paulus Schoutsen
c704ceaeb7
Version bump to 0.68.1
2018-04-30 13:37:12 -04:00
Paulus Schoutsen and Paulus Schoutsen
daeccfe764
Fix poorly formatted automations ( #14196 )
2018-04-30 13:36:56 -04:00
Otto Winter and Paulus Schoutsen
7f1b591fbb
Improve chromecast disconnection logic ( #14190 )
...
* Attempt Cast Fix
* Cleanup
2018-04-30 13:36:55 -04:00
Paulus Schoutsen and Paulus Schoutsen
aba143ac9f
Do not sync entities with an empty name ( #14181 )
2018-04-30 13:36:55 -04:00
cdce8p and Paulus Schoutsen
03c34804bc
Added CONF_IP_ADDRESS to HomeKit ( #14163 )
2018-04-30 13:36:54 -04:00
Matthew Garrett and Paulus Schoutsen
f2a17a5462
Fix Python 3.6 compatibility for HomeKit controller ( #14160 )
...
Python 3.6's http client passes an additional argument to _send_output,
so add that to the function definition.
2018-04-30 13:36:54 -04:00
Anders Melchiorsen and Paulus Schoutsen
b5bae17c66
Revert Hue color state to be xy-based ( #14154 )
2018-04-30 13:36:54 -04:00
Anders Melchiorsen and Paulus Schoutsen
52a48b3ac9
Improve precision of Hue color state ( #14113 )
2018-04-30 13:36:53 -04:00
Anders Melchiorsen and Paulus Schoutsen
a06f61034c
Fix color setting of tplink lights ( #14108 )
2018-04-30 13:36:53 -04:00
Paulus Schoutsen and GitHub
9d34e8c266
Merge pull request #14124 from home-assistant/rc
...
0.68
0.68.0
2018-04-27 21:44:39 -04:00
Matthew Garrett and Paulus Schoutsen
7da1d75707
Change Eufy brightness handling ( #14111 )
...
Eufy device state isn't reported if the bulb is off, so avoid stamping on
the previous values if the bulb isn't going to give us useful information.
In addition, improve handling of bulb turn on if we aren't provided with a
brightness - this should avoid the bulb tending to end up with a brightness of
1 after power cycling.
2018-04-27 16:41:06 -04:00
Paulus Schoutsen
9fb2bf72f9
Version bump to 0.68.0
2018-04-27 15:35:20 -04:00
GotoCode and Paulus Schoutsen
c42c668815
Updated list of AWS regions for Amazon Polly ( #14097 )
...
Fixes #14052
2018-04-27 15:34:57 -04:00
Daniel Høyer Iversen and Paulus Schoutsen
9d0251cfeb
Fix timezone issue when calculating min/max values in tibber #14009 ( #14080 )
...
* fix timezone issue in tibber #14009
* remove debug print
2018-04-27 15:34:57 -04:00
Daniel Høyer Iversen and Paulus Schoutsen
403a546bdc
Upgrade broadlink lib ( #14074 )
2018-04-27 15:34:57 -04:00
Paulus Schoutsen
833508fbbb
Version bump to 0.68.0b2
0.68.0b2
2018-04-26 16:39:42 -04:00
Paulus Schoutsen
1b71ce32e4
Bump frontend to 20180426
2018-04-26 16:39:27 -04:00
Paulus Schoutsen
c49751542f
Version bump to 0.68.0b1
0.68.0b1
2018-04-24 23:19:33 -04:00
Mark Coombes and Paulus Schoutsen
2e3a27e418
Update device classes for contact sensor HomeKit ( #14051 )
2018-04-24 23:19:16 -04:00
Matthew Garrett and Paulus Schoutsen
7566bb5aed
Handle HomeKit configuration failure more cleanly ( #14041 )
...
* Handle HomeKit configuration failure more cleanly
Add support for handling cases where HomeKit configuration fails, and give
the user more information about what to do.
* Don't consume the exception for a homekit.UnknownError
If we get an UnknownError then we should alert the user but also still
generate the backtrace so there's actually something for them to file in
a bug report.
2018-04-24 23:19:16 -04:00
Otto Winter and Paulus Schoutsen
fc1f6ee0f0
Revert cast platform polling mode ( #14027 )
2018-04-24 23:19:16 -04:00
Matt Schmitt and Paulus Schoutsen
cb839eff0f
HomeKit Alarm Control Panel Code Exception Fix ( #14025 )
...
* Catch exception for KeyError
* Use get and added test
2018-04-24 23:19:15 -04:00
Paulus Schoutsen
2bc87bfcf0
Order the output of the automation editor ( #14019 )
...
* Order the output of the automation editor
* Lint
2018-04-24 23:19:15 -04:00
Johann Kellerman and Paulus Schoutsen
44be80145b
Qwikswitch binary sensors ( #14008 )
2018-04-24 23:19:15 -04:00
Paulus Schoutsen
8cb1e17ad8
Bump frontend to 20180425.0
2018-04-24 23:18:46 -04:00
Paulus Schoutsen
2b53729708
Version bump to 0.68.0b0
0.68.0b0
2018-04-20 10:58:43 -04:00
Paulus Schoutsen
a566804f7f
Merge branch 'dev' into rc
2018-04-20 10:58:25 -04:00
Paulus Schoutsen and Pascal Vizeli
2a5fac3b9d
Add sensor device classes ( #14010 )
2018-04-20 15:38:27 +02:00
Rohan Kapoor and Pascal Vizeli
8459b241a2
Upgrade pylutron-caseta to 0.5.0 to reestablish connections ( #14013 )
...
* Upgrade pylutron-caseta to 0.5.0 to reestablish connections
* Upgrade pylutron-caseta to 0.5.0 in requirements_all.txt
2018-04-20 15:35:56 +02:00
Daniel Høyer Iversen and Pascal Vizeli
825f94f47f
Tibber available ( #13865 )
...
* Tibber available
* Tibber available
* Tibber
* Tibber
2018-04-20 11:45:11 +02:00
Sebastian Muszynski and GitHub
8ef2abfca7
Log an error instead of raising an exception ( #14006 )
2018-04-20 08:45:28 +02:00
ChristianKuehnel and Sebastian Muszynski
2372419d42
Upgraded miflora library to version 0.4.0 ( #14005 )
2018-04-20 08:43:44 +02:00
Paulus Schoutsen
27f3081b74
Update frontend to 20180420.0
2018-04-19 22:16:48 -04:00
Paulus Schoutsen and GitHub
13e72f48a8
Disable ebox requirement ( #14003 )
...
* Disable ebox requirement
* Lint
2018-04-19 14:06:49 -04:00
Pascal Hahn and Pascal Vizeli
9fcbe68fac
Add Homematic HmIP-SWO-PR weather sensor support ( #13904 )
2018-04-19 12:48:21 +02:00
Sebastian Muszynski and Daniel Høyer Iversen
0999129f48
Useless code removed ( #13996 )
2018-04-19 11:42:40 +02:00
Viorel Stirbu and Sebastian Muszynski
3180c8b0fb
Add support for Sensirion SHT31 temperature/humidity sensor ( #12952 )
2018-04-19 11:37:30 +02:00
koolsb and Sebastian Muszynski
37cd63ea5a
Add blackbird media player component ( #13549 )
2018-04-19 11:35:38 +02:00
koolsb and Sebastian Muszynski
3dc70436f1
Add additional receiver for Onkyo zone 2 ( #13551 )
2018-04-19 11:31:50 +02:00
Sebastian Muszynski and GitHub
674682e88f
Support for multiple MAX!Cube LAN gateways added ( #13517 )
2018-04-19 09:11:38 +02:00
thelittlefireman and Paulus Schoutsen
ba7fccba34
Bump locationsharinglib to 1.2.1 ( #13980 )
...
* Bump locationsharinglib to 1.2.1
* Bump locationsharinglib to 1.2.1
2018-04-18 15:59:48 -04:00
Adam Mills and Paulus Schoutsen
ccba858ae1
Fix for Lokalise backend misinterpretation of keys ( #13986 )
...
The Lokalise server has a bug that the internal portion of key
references was misinterpreted as a symfony key, and was getting auto
converted by the convert placeholders feature. Since we don't use this
we're turning it off to work around the bug.
2018-04-18 15:58:47 -04:00
Paulus Schoutsen
b0a3d084fb
Version bump to 20180418.0
2018-04-18 15:58:14 -04:00
NovapaX and Paulus Schoutsen
45eb611007
renaming icons ( #13982 )
...
* renaming icons
* remove mdi:robot-vacuum
* fix other vacuums
2018-04-18 15:46:44 -04:00
Michael Wei and Paulus Schoutsen
0eb3e49880
Alexa thermostat fails to properly parse 'value' field for climate ( #13958 )
...
* Fix thermostat payload issue
* fix test payload
* style issue
* handle both string and value object
2018-04-18 14:19:05 -04:00
Kane610 and Paulus Schoutsen
c5cb28d41f
deCONZ migrate setup fully to config entry ( #13679 )
...
* Initial working config entry with discovery
* No need for else
* Make sure that imported config doesnt exist as a config entry
* Improve checks to make sure there is only instance of deconz
* Fix tests and add new tests
* Follow upstream changes
Fix case when discovery started ongoing config entry and user completes setup from other path it was possible to complete discovered config entry as well
* Add test to make sure link doesn't bypass any check for only allowing one config entry
* Dont use len to determine an empty sequence
* Cleanup
* Allways get bridgeid to use as unique identifier for bridge
2018-04-18 10:27:44 -04:00
Ben Randall and Paulus Schoutsen
7d43ad6a37
Colorlog windows fix ( #13929 )
...
* Fix colorlog on windows
Modified the way logging is initialized to fix two things.
1. If the import of `colorlog` fails the logs will still be formatted
using the expected HASS log format.
2. Ensure that `logging.basicConfig` is called AFTER `colorlog` is
imported so that the default handler generated will be writing to the
wrapped stream generated when `colorama` is initialized. This allows
colored logging to work on Windows.
Added support for a `--log-no-color` command line switch in the event
that someone just wants to disable colored log output entirely.
* Fix line lengths
* Switch default value
2018-04-18 10:18:44 -04:00
Nick Whyte and cdce8p
b589dbf26c
Support basic covers with open/close/stop services HomeKit ( #13819 )
...
* Support basic covers with open/close/stop services
* Support optional stop
* Tests
2018-04-18 14:39:58 +02:00