Pascal Vizeli
8f9c2000ce
Merge pull request #22883 from home-assistant/rc
...
0.91.2
0.91.2
2019-04-08 11:27:14 +02:00
Robbie Trencheny
a04d44d97a
Minor sensor fixes ( #22884 )
...
* Minor sensor fixes
* Fix tests
2019-04-08 08:17:11 +00:00
Pascal Vizeli
3f73973970
Bumped version to 0.91.2
2019-04-08 08:00:22 +00:00
Pascal Vizeli
3a79e37cde
Fix content_type handling ingress ( #22864 )
2019-04-08 07:59:05 +00:00
zewelor
3f15b6b2d3
Fix yeelight possible array change during iteration ( #22849 )
2019-04-08 07:59:04 +00:00
zewelor
c5d4b7c243
Use relative imports in yeelight ( #22839 )
2019-04-08 07:59:04 +00:00
Robbie Trencheny
236e484dc2
Fix for rate limits should be optional ( #22823 )
2019-04-08 07:59:02 +00:00
Jason Hunter
f51e8c3012
coerce duration and lookback to int so they can be used in template automation ( #22819 )
2019-04-08 07:59:01 +00:00
Robbie Trencheny
474fc21c66
Fix for optional values in the update_location webhook call ( #22817 )
...
* Fix for optional values in the update_location webhook call
* Square brackets instead of .get
2019-04-08 07:59:00 +00:00
Robbie Trencheny
82f6bed3a3
Add a new mobile_app webhook command to get config ( #22813 )
...
* Add a new mobile_app webhook command to get config
* Limit fields returned
2019-04-08 07:58:59 +00:00
zewelor
abb531c06b
Improve yeelight imports ( #22804 )
2019-04-08 07:58:10 +00:00
Chris Helming
7a8aa79f19
Add optional rtsp_port for Foscam ( #22786 )
...
* add optional rtsp port for config
* getting rid of default=None
* removing vol.Any
2019-04-08 07:56:56 +00:00
Robbie Trencheny
ed9d1e776f
Add new mobile_app webhook command: get_zones ( #22604 )
...
## Description:
Adds a new `mobile_app` webhook command, `get_zones`, which just returns all zones.
## Checklist:
- [x] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
2019-04-08 07:56:55 +00:00
Wolfgang Malgadey
d8119b2281
Fix tado turn on off ( #22291 )
...
* fix for turn on and off, with new pyTado
missing blank line
* removed, because can't push
* uploaded the file through github again
2019-04-08 07:54:58 +00:00
Alexei Chetroi
a69b1a359d
ZHA Light debug logging. ( #22776 )
2019-04-05 17:06:59 -07:00
David F. Mulcahey
f004f440d3
make the custom polling actually request state ( #22778 )
2019-04-05 17:01:06 -07:00
Nate Clark
dbe53a3947
Fix konnected unique_id computation for switches ( #22777 )
2019-04-05 16:52:30 -07:00
Rohan Kapoor
a44966f483
Correctly load Mopar's config ( #22771 )
2019-04-05 16:52:29 -07:00
Pascal Vizeli
c209236f47
Merge pull request #22755 from home-assistant/rc
...
0.91.1
0.91.1
2019-04-05 15:44:21 +02:00
zewelor
9eb32728f1
Fix yeelight recorder warning ( #22756 )
2019-04-05 13:33:10 +02:00
Pascal Vizeli
9198047ad5
Cleanup cookie handling ( #22757 )
2019-04-05 13:31:17 +02:00
Paulus Schoutsen
cd3f51f7b1
Bumped version to 0.91.1
2019-04-04 23:49:37 -07:00
Fredrik Erlandsson
e9d55bf1c0
fixes configuration flow #22706 ( #22754 )
2019-04-04 23:49:12 -07:00
Jason Hunter
5252c92670
use the input stream codec as the template for the output streams ( #22747 )
2019-04-04 23:49:12 -07:00
Chris Helming
dc185b994d
Update Foscam stream for newer models ( #22744 )
...
* Update Foscam to support stream source
* Removing spaces and tabs
* Changing to Python3-style string formatting
* Adding '_media_port' to hopefully cover other models
* changing logic for success and return none
* Update Foscam stream for newer models
* change if to or
2019-04-04 23:49:11 -07:00
Aaron Bach
74a7d4117e
Bump aioambient to 0.2.0 ( #22736 )
2019-04-04 23:49:10 -07:00
Aaron Bach
bab966fb29
Fix incorrect "Unavailable" Ambient sensors ( #22734 )
...
* Fix incorrect "Unavailable" Ambient sensors
* Removed unnecessary cast
2019-04-04 23:49:10 -07:00
Pascal Vizeli
79facb82c6
Fix chunk streaming ( #22730 )
...
* Fix chunk streaming
* Cleanup a print
* Better error handling
* Fix import order
2019-04-04 23:49:09 -07:00
Pascal Vizeli
ec07affe0d
Fix ingress routing with / ( #22728 )
2019-04-04 23:49:08 -07:00
David F. Mulcahey
193b608ee0
fix device class lookup for binary sensors ( #22724 )
2019-04-04 23:49:08 -07:00
Pascal Vizeli
8eb93a8bea
Change URL handling ( #22713 )
2019-04-04 23:49:07 -07:00
Paulus Schoutsen
360caa3b1f
Merge pull request #22688 from home-assistant/rc
...
0.91.0
0.91.0
2019-04-03 14:39:21 -07:00
Paulus Schoutsen
63d8dd9f7a
Bumped version to 0.91.0
2019-04-03 11:27:57 -07:00
Paulus Schoutsen
685de23a4e
Run PyLint under Python 3.5 ( #22642 )
...
* Run PyLint under Python 3.5
* Remove -q from pip install to debug
* Upgrade setuptools before install
* Use correct cache key for pylint
2019-04-03 11:27:50 -07:00
Jason Hu
b30c140648
Require static-check success first for rest of workflow ( #22635 )
...
* Require static-check success first
* Update config.yml
2019-04-03 11:27:49 -07:00
Jason Hu
2c10563205
Config CircleCI workflow ( #22590 )
...
* Add mypyrc to control typing check, add mypy to circle
* Add translation upload circlci job
2019-04-03 11:27:49 -07:00
Jason Hu
5dd444fcd8
Set up Circleci workflow ( #22519 )
...
* Set up Circleci workflow
* Update python tag
* Add pre-test job to cache the requirements
* Upgrade pip itself
* Use 3.7 for lint
* Parallelize pylint
* Tweak run gen_requirements_all
* tweak cache key
2019-04-03 11:27:48 -07:00
Jason Hu
273007fa19
Fix Circleci config ( #22509 )
...
* Add libav depends on circleci
* tweak circleci config
2019-04-03 11:27:48 -07:00
Jason Hu
2e8c690033
A very basic Circleci setup ( #22503 )
...
* Add circleci support
* Add buildpack-deps
* Install libudev-dev
* sudo
* always run test
* Add test report
* no sugar
* quite pytest
* better junit test result
* Add $CODE_COVERAGE env var
2019-04-03 11:27:47 -07:00
Pascal Vizeli
836aab283f
Fix ffmpeg default extra options ( #22682 )
2019-04-03 11:25:38 -07:00
Paulus Schoutsen
7cf92c2210
Deal with cover assumed state ( #22673 )
...
* Deal with cover assumed state
* Add docs
2019-04-03 11:25:38 -07:00
Jason Hu
9eb4f89da4
Fix trusted networks auth provider warning message ( #22671 )
...
* Fix trusted networks auth provider warning message
* Update auth.py
2019-04-03 11:25:37 -07:00
Diogo Gomes
167d8cbaba
Fix #22648 - Utility_meter would try to cancel a non existing task ( #22669 )
...
* don't cancel tariff that are paused
* test tariffs
2019-04-03 11:25:36 -07:00
mvn23
e90d980e67
Don't use room setpoint override in climate.opentherm_gw ( #22656 )
...
* Dont use DATA_ROOM_SETPOINT_OVRD in climate.opentherm_gw as it is unreliable with some thermostats.
* Show new target temperature immediately until the backend notices a change
* Only update target temp on the gateway if the value differs from the current target_temperature.
2019-04-03 11:25:36 -07:00
Pascal Vizeli
81a659be0d
Hass.io discovery flow deconz ( #22623 )
...
* Add Hass.io deCONZ discovery flow
* add bridge ID
* fix attribute
* fix strings
* Address comments
* Add test
* Add only instance / changed maybe later
2019-04-03 11:25:35 -07:00
Robbie Trencheny
51c7cbc6b9
Add mobile_app notify platform ( #22580 )
...
* Add mobile_app notify platform
* Requested changes
* Fix incorrect param for status code
* Move push_registrations to notify platform file
* Trim down registration information sent in push
* quotes
* Use async version of load_platform
* Add warning for duplicate device names
* Switch to async_get_service
* add mobile_app.notify test
* Update tests/components/mobile_app/test_notify.py
* Update tests/components/mobile_app/test_notify.py
2019-04-03 11:25:34 -07:00
Paulus Schoutsen
3357596215
Bumped version to 0.91.0b5
0.91.0b5
2019-04-02 11:42:01 -07:00
Jc2k
31ac965b16
Fix racy homekit_controller platform setup caused by #22368 ( #22655 )
2019-04-02 11:41:56 -07:00
Chris Helming
e3ca1e6203
Return 0 for failed Foscam streams ( #22651 )
...
* Update Foscam to support stream source
* Removing spaces and tabs
* Changing to Python3-style string formatting
* Adding '_media_port' to hopefully cover other models
* changing logic for success and return none
2019-04-02 11:41:55 -07:00
Pascal Vizeli
6d741d68b7
Support GET params for websocket ingress path ( #22638 )
2019-04-02 11:41:55 -07:00