cdce8p
f263a931f7
Bugfixes HomeKit covers, lights ( #13689 )
...
* covers -> current_position attribute
* lights -> hue and saturation attribute
2018-04-05 00:46:27 +02:00
Sebastian Muszynski
301077ded9
Xiaomi MiIO Light: White Philips Candle Light support ( #13682 )
2018-04-05 00:42:00 +02:00
Ville Skyttä
415af5e257
Spelling fixes ( #13681 )
2018-04-04 23:30:02 +02:00
Oleg
9ce02d2717
Added headers configuration variable to notify.rest component ( #13674 )
...
* Added headers configuration variable to notify.rest component
* Fix code style
2018-04-04 16:35:33 +02:00
stephanerosi
4b2fdd243a
Channel up and down for webostv ( #13624 )
2018-04-04 15:37:14 +02:00
mountainsandcode
032d6963d8
Add regex functions as templating helpers ( #13631 )
...
* Add regex functions as templating helpers
* Add regex functions as templating helpers - Style fixed
* Templating filters, third time lucky?
2018-04-04 15:34:01 +02:00
Paulus Schoutsen
13bda2669e
Bump frontend to 20180404.0
2018-04-03 16:49:13 -07:00
Adam Mills
568c6c16fa
Add missing service docs for hs_color ( #13667 )
2018-04-03 16:05:06 -07:00
Paulus Schoutsen
92bd932679
Always enable config entries & remove config_entry_example ( #13663 )
2018-04-03 23:23:21 +02:00
Kevin Raddatz
bfb49c2e58
Update plex.py ( #13659 )
...
fixed IndexError on line 131
2018-04-03 18:28:42 +02:00
Fabian Affolter
89f5a938c7
Upgrade youtube_dl to 2018.04.03 ( #13647 )
2018-04-03 18:27:08 +02:00
Sebastian Muszynski
9ce4755f8a
Xiaomi Mi WiFi Repeater 2 integration as device tracker ( #13521 )
...
* Xiaomi Mi WiFi Repeater 2 integration as device tracker
* Unused import removed
* python-miio version pinned
* Missing period added
2018-04-02 19:45:12 +02:00
Fabian Affolter
b342c43b09
Add Switzerland ( #13630 )
...
* Add Switzerland
* remove space
2018-04-02 14:02:06 +02:00
Fabian Affolter
95e98925d1
Upgrade py-cpuinfo to 4.0.0 ( #13629 )
2018-04-02 11:58:22 +02:00
Wolfgang Malgadey
53f08e313f
changed PyTado version ( #13626 )
2018-04-02 10:36:38 +02:00
Niklas Wagner
9fb73c1bab
Hue mireds value is actually 153 not 154 ( #13601 )
2018-04-02 09:45:38 +02:00
Paulus Schoutsen
98e4d514a5
Merge branch 'rc' into dev
2018-04-01 11:48:45 -07:00
Paulus Schoutsen
79eb75f26f
Merge pull request #13620 from home-assistant/rc
...
0.66.1
2018-04-01 11:45:40 -07:00
Paulus Schoutsen
ff960c0c7a
Version bump to 0.66.1
2018-04-01 11:26:54 -07:00
Martin Hjelmare
52d2139904
Fix mysensors sensor type lookup ( #13574 )
...
* Always return a safe default.
2018-04-01 11:26:33 -07:00
cdce8p
e687ca781f
Add pincode fallback ( #13587 )
...
* Add pincode log statement
* Moved msg to show_setup_msg
2018-04-01 11:26:18 -07:00
Adam Mills
ff72c5e456
Fix mqtt_json color commands ( #13617 )
2018-04-01 11:25:51 -07:00
Adam Mills
be43c3bcfe
Fix mqtt_json color commands ( #13617 )
2018-04-01 14:12:55 -04:00
Lewis Juggins
4ad0152a44
Bugfix for tradfri to correctly execute Command. ( #13618 )
2018-04-01 18:42:47 +01:00
Paulus Schoutsen
eb763764b3
Fix Hue error logging ( #13616 )
2018-04-01 09:03:01 -07:00
cdce8p
cd96d7b2ec
Add pincode fallback ( #13587 )
...
* Add pincode log statement
* Moved msg to show_setup_msg
2018-04-01 08:38:29 -07:00
Chris Jones
dee47d50ec
Use 0/1 for raspberry pi cover GPIO writes rather than true/false ( #13610 )
...
* Use 0/1 for GPIO writes rather than true/false
GPIO pins don't appear to respond to true/false writes, and this is reflected in code elsewhere. For example, in `\components\switch\rpio_gpio.py` the following code is used:
```
def turn_on(self, **kwargs):
"""Turn the device on."""
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
self._state = True
self.schedule_update_ha_state()
```
This code works. Hence this PR uses 0/1 in the raspberry pi GPIO cover, instead of true/false.
* Update rpi_gpio.py
2018-04-01 08:37:03 -07:00
Martin Hjelmare
c8f2810fac
Make mysensors updates and platform setup async ( #13603 )
...
* Use async updates but keep methods that interact with mysensors
gateway thread, eg turn_on and turn_off, non async.
* Use Python 3.5 async syntax.
2018-04-01 08:36:26 -07:00
Paulus Schoutsen
ff9f500c51
Unflake folder watcher test ( #13569 )
...
* Unflake folder watcher test
* Fix tests
* Lint
2018-04-01 08:30:14 -07:00
Lewis Juggins
0c0e0c36af
Re-add group polling as a fallback for observation ( #13613 )
2018-04-01 07:50:48 -07:00
Zhao
a8fdd76f44
Fix IMAP email message_data ( #13606 )
2018-04-01 12:17:26 +02:00
Daniel Høyer Iversen
45ef34ff81
Broadlink ( #13585 )
...
* Update broadlink lib
* Update broadlink lib
* requirements
2018-04-01 10:09:16 +02:00
Paulus Schoutsen
343d1384a3
Merge remote-tracking branch 'origin/rc' into dev
2018-03-31 18:13:10 -07:00
Paulus Schoutsen
9f0f7394fb
Version bump frontend done right
2018-03-31 18:02:43 -07:00
Martin Hjelmare
5fce2e2b47
Fix mysensors update callback ( #13602 )
...
* Add callback annotation to mysensors dispatch callback.
2018-03-31 17:45:50 -07:00
Paulus Schoutsen
8fbef5b002
Version bump to 0.66.1b0
2018-03-31 17:44:01 -07:00
Paulus Schoutsen
3e082b5ce6
Bump frontend to 20180401.0
2018-03-31 17:43:41 -07:00
Frederik Bolding
7c99567b65
Added support for requesting RSSI values from Bluetooth devices ( #12458 )
...
* Added support for requesting RSSI values from Bluetooth devices
* Moved Bluetooth RSSI code to separate library and imported it
* Cleaned up tuple issues
* Changed concatination of mac addresses
* Changed string formatting to use new style
* Ran gen_requirements_all.py
2018-03-31 23:22:54 +02:00
Fabian Affolter
7b3d17bae4
Add mastodon ( #13441 )
...
* Add mastodon
* Move login
* Revert "Move login"
This reverts commit 2c8446f629
.
2018-03-31 23:20:58 +02:00
Thibault Cohen
12affa1469
Upgrade pyhydroquebec 2.2.1 ( #13586 )
2018-03-31 23:16:47 +02:00
Andrew
477f7ec01e
Added switch component to Amcrest IP Camera. ( #12992 )
...
* Added switch component to Amcrest IP Camera.
* Fixes to new switch component after review
* Removed redundant branching, as well as requirement declaration.
* Changes to requirements after rerunning generation script
* Minor changes
2018-03-31 23:15:25 +02:00
Myrddyn
7bf8d4ab12
Added Waze travel time sensor ( #12387 )
...
* Added Waze travel time sensor
* Update according PR comments and simplification
2018-03-31 23:01:07 +02:00
Rene Nulsch
3b4faa74a0
Remove MercedesME component ( #13538 )
2018-03-31 15:10:56 +02:00
Daniel Høyer Iversen
2518587534
xiaomi lib upgrade ( #13577 )
2018-03-31 15:08:35 +02:00
Daniel Høyer Iversen
273a43be02
rfxtrx lib 0.22.0 ( #13576 )
2018-03-31 15:08:04 +02:00
Martin Hjelmare
72fb64695e
Fix mysensors sensor type lookup ( #13574 )
...
* Always return a safe default.
2018-03-31 15:07:29 +02:00
Tod Schmidt
bf44dc422c
Added HassOpenCover and HassCloseCover intents ( #13372 )
...
* Added intents to cover
* Added test for cover intents
* Style fixes
* Reverted reversions
* Async fixes
* Woof
* Added conditional loading
* Added conditional loading
* Added conditional loading
* Moved tests, fixed logic
* Moved tests, fixed logic
* Pylint
* Pylint
* Refactored componenet registration
* Refactored componenet registration
* Lint
2018-03-30 17:22:48 -07:00
PhracturedBlue
bf58945680
Fixes #12758 . Try other cameras even if one fails to initialize ( #13276 )
2018-03-30 15:48:31 -07:00
Paulus Schoutsen
0cfc7256ac
Merge branch 'rc' into dev
2018-03-30 14:47:39 -07:00
Paulus Schoutsen
0d62f472cb
Merge pull request #13554 from home-assistant/rc
...
0.66.0
2018-03-30 14:42:50 -07:00