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
Paulus Schoutsen
c6c55c4419
Merge pull request #18776 from home-assistant/rc
...
0.83
2018-11-29 11:45:20 +01:00
Paulus Schoutsen
1364114dc1
Bumped version to 0.83.0
2018-11-29 10:57:40 +01:00
Ian Richardson
a306475065
Convert shopping-list clear to WebSockets ( #18769 )
2018-11-29 10:06:18 +01:00
Fabian Affolter
faeaa43393
Update lang list ( fixes #18768 )
2018-11-29 09:26:48 +01:00
ehendrix23
aadf72d445
Fix statistics for binary sensor ( #18764 )
...
* Fix statistics for binary sensor
-) Binary sensors have 'on' and 'off' for state resulting in issue as numbers were expected. Fixed so that it works with non-numeric states as well.
-) Added check to skip unknown states.
-) Updates test so that binary sensor test will use non-numeric values for states.
* Using guard clause and changed debug to error
Changed to use a guard clause for state unknown.
Writing error on value error instead of debug.
* Add docstring
2018-11-29 09:01:56 +01:00
Paulus Schoutsen
05915775e3
Bumped version to 0.83.0b3
2018-11-28 22:47:37 +01:00
Paulus Schoutsen
311c796da7
Default to on if logged in ( #18766 )
2018-11-28 22:47:09 +01:00
Paulus Schoutsen
f860cac4ea
OwnTracks Config Entry ( #18759 )
...
* OwnTracks Config Entry
* Fix test
* Fix headers
* Lint
* Username for android only
* Update translations
* Tweak translation
* Create config entry if not there
* Update reqs
* Types
* Lint
2018-11-28 22:47:08 +01:00
Adam Mills
58e0ff0b1b
Async tests for owntracks device tracker ( #18681 )
2018-11-28 22:47:08 +01:00
Paulus Schoutsen
48e28843e6
OwnTracks Config Entry ( #18759 )
...
* OwnTracks Config Entry
* Fix test
* Fix headers
* Lint
* Username for android only
* Update translations
* Tweak translation
* Create config entry if not there
* Update reqs
* Types
* Lint
2018-11-28 22:20:13 +01:00
Paulus Schoutsen
e06fa0d2d0
Default to on if logged in ( #18766 )
2018-11-28 22:17:37 +01:00
ehendrix23
0bdf96d94c
Add block after setting up component ( #18756 )
...
Added a block_till_done after setting up component and before starting HASS.
2018-11-28 16:14:37 +01:00
Fabian Affolter
623cec206b
Upgrade Adafruit-DHT to 1.4.0 ( fixes #15847 ) ( #18614 )
2018-11-28 13:38:26 +01:00
Paulus Schoutsen
a2386f871d
Forbid float NaN in JSON ( #18757 )
2018-11-28 13:25:23 +01:00
Adam Mills
5c3a4e3d10
Restore states through a JSON store instead of recorder ( #17270 )
...
* Restore states through a JSON store
* Accept entity_id directly in restore state helper
* Keep states stored between runs for a limited time
* Remove warning
2018-11-28 13:16:43 +01:00
Diogo Gomes
a039c3209b
Replace token in camera.push with webhook ( #18380 )
...
* replace token with webhook
* missing PR 18206 aditions
* remove unused property
* increase robustness
* lint
* address review comments
* id -> name
2018-11-28 10:36:29 +01:00
majuss
fc8b1f4968
Update lupupy version to 0.0.13 ( #18754 )
...
* lupupy version push
2018-11-27 21:21:27 -05:00
damarco
052d305243
Add config entry for ZHA ( #18352 )
...
* Add support for zha config entries
* Add support for zha config entries
* Fix node_config retrieval
* Dynamically load discovered entities
* Restore device config support
* Refactor loading of entities
* Remove device registry support
* Send discovery_info directly
* Clean up discovery_info in hass.data
* Update tests
* Clean up rebase
* Simplify config flow
* Address comments
* Fix config path and zigpy check timeout
* Remove device entities when unloading config entry
2018-11-27 21:21:25 +01:00