emontnemery
449cde5396
Revert change to MQTT discovery_hash introduced in #18169 ( #18763 )
2018-11-30 17:53:03 +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
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
Paulus Schoutsen
1364114dc1
Bumped version to 0.83.0
2018-11-29 10:57:40 +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
Paulus Schoutsen
f3047b9c03
Fix logbook filtering entities ( #18721 )
...
* Fix logbook filtering entities
* Fix flaky test
2018-11-27 20:16:32 +01:00
Paulus Schoutsen
775c909a8c
Bumped version to 0.83.0b2
2018-11-27 20:15:57 +01:00
Paulus Schoutsen
3a8303137a
Add permission checks to Rest API ( #18639 )
...
* Add permission checks to Rest API
* Clean up unnecessary method
* Remove all the tuple stuff from entity check
* Simplify perms
* Correct param name for owner permission
* Hass.io make/update user to be admin
* Types
2018-11-27 20:15:48 +01:00
Paulus Schoutsen
f9f71c4a6d
Bumped version to 0.83.0b1
2018-11-26 14:20:56 +01:00
Joakim Sørensen
c3b76b40f6
Set correct default offset ( #18678 )
2018-11-26 14:20:49 +01:00
Bram Kragten
56c7c8ccc5
Fix vol Dict -> dict ( #18637 )
2018-11-26 14:20:49 +01:00
Fredrik Erlandsson
bb75a39cf1
Updated webhook_register, version bump pypoint ( #18635 )
...
* Updated webhook_register, version bump pypoint
* A binary_sensor should be a BinarySensorDevice
2018-11-26 14:20:48 +01:00
Eliseo Martelli
2f581b1a1e
fixed wording that may confuse user ( #18628 )
2018-11-26 14:20:48 +01:00
pbalogh77
cf22060c5e
Use asyncio Lock for fibaro light ( #18622 )
...
* Use asyncio Lock for fibaro light
* line length and empty line at end
* async turn_off
Turned the turn_off into async as well
* bless you, blank lines...
My local flake8 lies to me. Not cool.
2018-11-26 14:20:47 +01:00
Paulus Schoutsen
6bcedb3ac5
Updated frontend to 20181121.1
2018-11-26 14:16:30 +01:00
Paulus Schoutsen
fd7fff2ce8
Version bump to 0.83.0b0
2018-11-21 20:50:11 +01:00
Paulus Schoutsen
4e58eb8bae
Updated frontend to 20181121.0
2018-11-21 20:35:46 +01:00
Paulus Schoutsen
49121f2347
Update translations
2018-11-21 20:18:56 +01:00
Fabian Affolter
708ababd78
Upgrade requests to 2.20.1 ( #18615 )
2018-11-21 19:58:56 +01:00
Pawel
92c0f9e4aa
Fix mqtt cover inverted ( #18456 )
...
* Fixed state and position retrieval in inverted mode 100-0
* Always calculating find_percentage_in_range
* Added usage of max/min functions.
2018-11-21 15:48:44 +01:00
Martin Gross
81cac33801
Update locationsharinglib requirement to 3.0.8 ( #18612 )
2018-11-21 15:13:20 +01:00
Jonathan McDowell
1e3930a447
Add support for Panasonic Blu-Ray players ( #18541 )
...
* Add support for Panasonic Blu-Ray players
* Update panasonic_bluray.py
* Update panasonic_bluray.py
2018-11-21 14:22:24 +01:00
Joakim Sørensen
3cde8dc3a9
Add support for HTTPS and basic HTTP authentication for Glances ( #18608 )
...
* Add support for SSL and basic HTTP auth
* Remove blank line at the end of the file
2018-11-21 12:38:42 +01:00
Paulus Schoutsen
36c31a6293
Add permissions check in service helper ( #18596 )
...
* Add permissions check in service helper
* Lint
* Fix tests
* Lint
* Typing
* Fix unused impoert
2018-11-21 12:26:08 +01:00
Kevin Fronczak
8aa2cefd75
Upgrade blinkpy to 0.10.3 ( Fixes #18341 ) ( #18603 )
2018-11-21 08:57:59 +01:00
pbalogh77
3b53003795
Fibaro components ( #18487 )
...
* Added Fibaro omcponents
Added cover, light, sensor and switch components
* Improvements based on code review
Improvements based on code review
* Fixes based on code review
Fixes based on code review
* Changes to light behavior based on code review
Changes to light behavior based on code review
* Internal changes
Changed how brightness is represented internally.
It should have no impact on functionality.
2018-11-21 06:15:54 +01:00
ehendrix23
377730a37c
Change channel with play_media instead of select_source ( #18474 )
...
* Use service play_media instead of select_source
Use service play_media instead of select_source to change the channel as play_media is the right service for that.
* Log error on invalid media type
Log an error instead of raising a NotImplementedError if an invalid media type is provided.
* Changed so that success is not in else statement
Updated so that if media_type is channel that it is not in the else of an if.
* Update directv.py
Removed SELECT_SOURCE as supported feature.
* Rebased
Re-based with dev
2018-11-20 16:05:25 -07:00
Paulus Schoutsen
d9c7f777c5
Add cloud pref for Google unlock ( #18600 )
2018-11-20 23:23:07 +01:00
Daniel Høyer Iversen
8742750926
Improve available for Mill heater ( #18597 )
...
* improve available for Mill heater
* typo
2018-11-20 20:00:13 +01:00
Charles Garwood
e87ecbd500
Z-Wave Lock Config Entry Support ( #18209 )
...
* Config Entry setup for zwave lock
* fix merge conflict
* lint
* Update other tests
* Fix tests
* Remove debug line and unused import
2018-11-20 14:59:34 +01:00
Fredrik Erlandsson
3838be4cb8
Add support for Daikin BRP069B41 ( #18564 )
...
* Add support for BRP069B41, fixes #18563
* Use fan_mode and swing_mode from pydaikin 0.8
2018-11-20 14:14:11 +01:00
Pascal Vizeli
0ddd502d00
Hass.io config check ( #18576 )
2018-11-20 13:30:09 +01:00
dapowers87
d88040eeed
Revert changes that broke UI ( #18495 )
...
* Revert changes that broke UI
* Change from UNKNOWN to None
* Remove STATE_UNKNOWN import
2018-11-20 13:29:05 +01:00
Ian Richardson
44b33d45b1
Add websocket calls to shopping-list ( #18392 )
...
* Add websocket calls to shopping-list
Plan to deprecate API calls once shopping-list panel is removed from UI and replaced fully by Lovelace card
* Address ci-bot issues
* Fix violations
* Address travis complaints
* Address review comments
* Update test_shopping_list.py
2018-11-20 12:44:17 +01:00
Paulus Schoutsen
9b53b7e9e4
Bump Python-Nest to 4.0.5 ( #18580 )
...
* Fix Nest eco
* Update Python-nest to 4.0.5
* Update requirements_all.txt
* Update requirements_test_all.txt
2018-11-20 12:18:46 +01:00
Franck Nijhof
80cd8b180c
Adds light switch platform ( #18562 )
...
* Adds light switch platform
* Addresses HoundCI warnings
* Addresses Flake8 reported issues
* Removes async_update call as per review
2018-11-20 11:51:34 +01:00