Paulus Schoutsen
9b3373a15b
Bumped version to 0.83.2
2018-11-30 17:53:14 +01:00
pbalogh77
474909b515
Hotfix for Fibaro wall plug ( #18845 )
...
Fibaro wall plug with a lamp plugged in was misrecognized as a color light, generating crashes in the update function.
2018-11-30 17:53:04 +01:00
Paulus Schoutsen
80f2c2b124
Always set hass_user ( #18844 )
2018-11-30 17:53:04 +01:00
Darren Foo
ada148eeae
bump gtts-token to 1.1.3 ( #18824 )
2018-11-30 17:53:03 +01:00
emontnemery
449cde5396
Revert change to MQTT discovery_hash introduced in #18169 ( #18763 )
2018-11-30 17:53:03 +01:00
Paulus Schoutsen
d014517ce2
Always set hass_user ( #18844 )
2018-11-30 17:32:47 +01:00
pbalogh77
8f50180598
Hotfix for Fibaro wall plug ( #18845 )
...
Fibaro wall plug with a lamp plugged in was misrecognized as a color light, generating crashes in the update function.
2018-11-30 17:23:25 +01:00
Erik
1686f73749
Small refactoring of MQTT sensor
2018-11-30 16:53:56 +01:00
Erik
deb9a1133c
Small refactoring of MQTT fan
2018-11-30 16:53:14 +01:00
Matt Schmitt
e0f0487ce2
Add services description ( #18839 )
2018-11-30 16:31:35 +01:00
Daniel Høyer Iversen
44e35ec9a1
update netatmo library ( #18823 )
2018-11-30 08:45:40 -05:00
emontnemery
a9990c130d
Revert change to MQTT discovery_hash introduced in #18169 ( #18763 )
2018-11-30 13:57:17 +01:00
Darren Foo
fcdb25eb3c
bump gtts-token to 1.1.3 ( #18824 )
2018-11-30 11:18:24 +01:00
Heine Furubotten
4bee3f760f
Add Entur departure information sensor ( #17286 )
...
* Added Entur departure information sensor.
* Fixed houndci-bot comments.
* Removed tailing whitespace.
* Fixed some comments from tox lint.
* Improved docstring, i think.
* Fix for C1801
* Unit test for entur platform setup
* Rewritten entur component to have pypi dependecy.
* Propper client id for api usage.
* Minor cleanup of usage of constants.
* Made location output configurable.
* Cleaned up usage of constants.
* Moved logic to be contained within setup or update methods.
* Moved icon consts to root in module.
* Using config directly in test
* Minor changes
2018-11-30 09:06:59 +01:00
Andrew Hayworth
5f53627c0a
Bump python_awair to 0.0.3 ( #18819 )
2018-11-30 08:47:05 +01:00
Adam Mills
22f27b8621
Store state last seen time separately ( #18806 )
...
* Store state last seen time separately
This ensures that infrequently updated entities aren't accidentally
dropped from the restore states store
* Fix mock restore cache
2018-11-30 08:26:19 +01:00
ehendrix23
a9dc4ba297
Increase pyatv to 0.3.11 ( #18801 )
2018-11-29 23:44:29 +01:00
Paulus Schoutsen
3701c0f219
Merge pull request #18811 from home-assistant/rc
...
0.83.1
2018-11-29 23:18:13 +01:00
ehendrix23
a035725c67
Service already discovered log entry ( #18800 )
...
Add debug log entry if service is already discovered.
2018-11-29 23:15:48 +01:00
Paulus Schoutsen
440614dd9d
Use proper signals ( #18613 )
...
* Emulated Hue not use deprecated handler
* Remove no longer needed workaround
* Add middleware directly
* Dont always load the ban config file
* Update homeassistant/components/http/ban.py
Co-Authored-By: balloob <paulus@home-assistant.io>
* Update __init__.py
2018-11-29 23:05:23 +01:00
Paulus Schoutsen
163c881ced
Bumped version to 0.83.1
2018-11-29 22:58:06 +01:00
pbalogh77
0467d0563a
Hotfix for crash with virtual devices ( #18808 )
...
* Quickfix for crash with virtual devices
Added try/except to critical loops of processing
Reinforced read_devices, map_device_to_type and update processing
* oops
2018-11-29 22:57:45 +01:00
pbalogh77
2b52f27eb9
Hotfix for crash with virtual devices ( #18808 )
...
* Quickfix for crash with virtual devices
Added try/except to critical loops of processing
Reinforced read_devices, map_device_to_type and update processing
* oops
2018-11-29 22:57:05 +01:00
Aaron Bach
31d7221c90
Remove additional self from update function in RainMachine ( #18810 )
2018-11-29 22:51:16 +01:00
Daniel Høyer Iversen
d9124b182a
Remove self from update function in rainmachine ( #18807 )
2018-11-29 22:51:15 +01:00
Aaron Bach
f2b818658f
Bumped py17track to 2.1.0 ( #18804 )
2018-11-29 22:51:15 +01:00
Eric Nagley
5a6ac9ee72
BUGFIX: handle extra fan speeds. ( #18799 )
...
* BUGFIX: add support for extra fan speeds.
* Drop extra fan speeds.
Remove catch all, drop missing fan speeds.
* fix self.speed_synonyms call. Remove un-needed keys() call
2018-11-29 22:51:14 +01:00
Paulus Schoutsen
7fa5f07218
Fix race condition in group.set ( #18796 )
2018-11-29 22:51:13 +01:00
Paulus Schoutsen
fa9a200e3c
Render the secret ( #18793 )
2018-11-29 22:51:13 +01:00
Paulus Schoutsen
0ca67bf6f7
Make auth backwards compat again ( #18792 )
...
* Made auth not backwards compat
* Fix tests
2018-11-29 22:51:12 +01:00
cdce8p
f1c5e756ff
Fix logbook domain filter - alexa, homekit ( #18790 )
2018-11-29 22:51:12 +01:00
Paulus Schoutsen
ff33d34b81
Legacy api fix ( #18733 )
...
* Set user for API password requests
* Fix tests
* Fix typing
2018-11-29 22:51:11 +01:00
Ian Richardson
601389302a
Convert shopping-list update to WebSockets ( #18713 )
...
* Convert shopping-list update to WebSockets
* Update shopping_list.py
* Update test_shopping_list.py
2018-11-29 22:51:10 +01:00
Ian Richardson
2ba521caf8
Add websocket call for adding item to shopping-list ( #18623 )
2018-11-29 22:51:10 +01:00
Aaron Bach
6f7ff9a18a
Remove additional self from update function in RainMachine ( #18810 )
2018-11-29 14:47:41 -07:00
Daniel Høyer Iversen
4bc9e6dfe0
Remove self from update function in rainmachine ( #18807 )
2018-11-29 22:28:27 +01:00
Paulus Schoutsen
28215d7edd
Make auth backwards compat again ( #18792 )
...
* Made auth not backwards compat
* Fix tests
2018-11-29 22:26:19 +01:00
Paulus Schoutsen
38ecf71307
Fix race condition in group.set ( #18796 )
2018-11-29 22:26:06 +01:00
Eric Nagley
4e272624eb
BUGFIX: handle extra fan speeds. ( #18799 )
...
* BUGFIX: add support for extra fan speeds.
* Drop extra fan speeds.
Remove catch all, drop missing fan speeds.
* fix self.speed_synonyms call. Remove un-needed keys() call
2018-11-29 22:24:53 +01:00
Aaron Bach
ab4d0a7fc3
Bumped py17track to 2.1.0 ( #18804 )
2018-11-29 22:24:32 +01:00
Paulus Schoutsen
ca74f5efde
Render the secret ( #18793 )
2018-11-29 22:17:01 +01:00
Eric Nagley
e50a6ef8af
Add support for Mode trait in Google Assistant. ( #18772 )
...
* Add support for Mode trait in Google Assistant.
* Simplify supported logic.
* Fix SUPPORTED_MODE_SETTINGS to correct rip failures.
* more stray commas
* update tests.
2018-11-29 21:14:17 +01:00
Eliseo Martelli
5c026b1fa2
Added qbittorrent sensor platform ( #18618 )
...
* added qbittorrent sensor platform
* Added requirements
* linting
* disabled broad-except
* added noqa
* removed pass statement (left that from development session)
* Added to coveragerc & moved to async
* fixed linting
* fixed indentation
* removed white space
* added await
* Removed generic exception
* removed pylint disable
* added auth checks
* linting
* fixed linting
* fixed error
* should be fixed now
* linting
* ordered imports
* added requested changes
* Update homeassistant/components/sensor/qbittorrent.py
Co-Authored-By: eliseomartelli <martely98@gmail.com>
* Update qbittorrent.py
* Minor changes
2018-11-29 20:40:26 +01:00
cdce8p
474567e762
Fix logbook domain filter - alexa, homekit ( #18790 )
2018-11-29 20:16:39 +01:00
Fabian Affolter
16911a5cb4
Update lang list ( fixes #18768 ) ( #18773 )
...
* Update lang list (fixes #18768 )
* Fix lint issues
2018-11-29 19:14:14 +01:00
Daniel Høyer Iversen
46389fb6ca
Update switchmate lib ( #18785 )
2018-11-29 19:13:08 +01:00
Paulus Schoutsen
9aeb489282
Raise NotImplementedError ( #18777 )
2018-11-29 16:40:49 +01:00
Daniel Høyer Iversen
8c9a39845c
Round average price for Tibber ( #18784 )
2018-11-29 16:39:39 +01:00
Fabian Affolter
c976ac3b39
Fix lint issues
2018-11-29 12:28:50 +01:00
mdallaire
07a7ee0ac7
Add more waterfurnace sensors ( #18451 )
...
Add the following sensors that provide interesting data when using a variable speed geothermal system:
* Compressor Power
* Fan Power
* Aux Power
* Loop Pump Power
* Compressor Speed
* Fan Speed
2018-11-29 06:04:12 -05:00