Andrew Sayre
38f063a158
Fix HEOS discovery could result in multiple config entries ( #22903 )
...
* Prevent duplicate entries from discovery
* Update reqs files
* Prevent duplicate entries from discovery
2019-04-08 21:24:40 -05:00
Anders Melchiorsen
d577955d1e
Fix Sonos handling of unsupported favorites ( #22906 )
2019-04-08 19:32:56 -05:00
Fredrik Erlandsson
55c8417ec0
fix aiohttp ServerDisconnectedError in Daikin ( #22880 )
2019-04-08 10:08:03 -07:00
Erik Montnemery
49a2f5a40b
Use dict[key] for required config keys and keys with default values. ( #22832 )
2019-04-08 08:47:40 -07:00
Otto Winter
5727beed8e
Add ESPHome Cover position/tilt support ( #22858 )
...
## Description:
Add ESPHome cover position and tilt support.
The aioesphomeapi also received a small refactor for these changes and those are part of this PR (constants were refactored into enums and optimistic was renamed to assumed_state). If possible, I'd like to include those in this PR because:
1. It's mostly just very simple changes
2. Because of the new position change the dev branch would be in a non-working state for a while until the split PR is merged (unless I write some temporary glue logic, but I'd prefer to avoid that)
## 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.
If the code communicates with devices, web services, or third-party tools:
- [x] [_The manifest file_][manifest-docs] has all fields filled out correctly ([example][ex-manifest]).
- [x] New dependencies have been added to `requirements` in the manifest ([example][ex-requir]).
- [x] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
[ex-manifest]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json#L5
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L23
[manifest-docs]: https://developers.home-assistant.io/docs/en/development_checklist.html#_the-manifest-file_
2019-04-08 15:44:24 +02:00
Rohan Kapoor
6c53528ae8
Update harmony manifest to match REQUIREMENTS in module ( #22826 )
2019-04-08 06:43:38 -07:00
Otto Winter
c9ec166f4b
Add MQTT climate two-point target temperature support ( #22860 )
...
* Add MQTT climate two-point target temperature support
* Sort
* Fix test
2019-04-08 06:28:42 -07:00
Matt Snyder
36c135c785
Stream support for Doorbird component ( #22876 )
...
* Support stream source for doorbird live camera
* Support stream source for doorbird live camera
* Support stream component on Doorbird camera entities
* Bump library version
* Update manifest
* Lint
* Correct parameter order
2019-04-08 09:22:31 -04:00
akasma74
d8c7160377
force_update=False (not None) ( #22867 )
...
because force_update: boolean
2019-04-08 06:21:13 -07:00
cgtobi
8cc5cc7f43
Add zwave network key validator ( #22785 )
...
* Add zwave network key validator
* Move validator to zwave component
* Move validator to zwave component
* Move stuff
* Move stuff
* Remove helper and replace with voluptuous method
* Add test
* Fix long line
* Improve tests
* Add more negative tests
* Remove unnecessary assertion
* Make the linter happy
* Remove print
2019-04-08 06:18:52 -07:00
John Raahauge
45a43592bd
Fix position of add_entities of binary sensor ( #22866 )
...
* Bugfix - binary_sensor.py
* Added features to Concord232 Alarm Panel
* Added New Line End Of File
* Deleted Whitespace
* Back to original
Removed added feature and sticking to bugfix
2019-04-08 08:53:00 -04:00
Finbarr Brady
a0d6e08421
Bump pypi module version for enigma2 ( #22886 )
...
* Bug fix for #22727
* Update requirements_all.txt
* Update manifest.json
2019-04-08 08:49:52 -04:00
Finbarr Brady
a4ffc9e37a
add myself as codeowner ( #22885 )
2019-04-08 08:48:19 -04:00
Pascal Vizeli
8f9c2000ce
Merge pull request #22883 from home-assistant/rc
...
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
Robbie Trencheny
137d80452d
Minor sensor fixes ( #22884 )
...
* Minor sensor fixes
* Fix tests
2019-04-08 01:13:26 -07: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
Pascal Vizeli
2d287d2abe
Fix content_type handling ingress ( #22864 )
2019-04-08 09:22:55 +02:00
Aaron Bach
4982c0b196
Added REQUIREMENTS back to Ambient ( #22875 )
2019-04-07 21:02:03 -07:00
cdce8p
8bebd8583f
Fix manifest codeowners ( #22871 )
...
* Added individual files section
* Replaced some manifest/codeowners
2019-04-07 21:01:05 -07:00
David F. Mulcahey
3086e1d39d
get temp and color for light during init and poll ( #22847 )
2019-04-07 22:03:38 -04:00
Aaron Bach
a40a0c4042
Bump aioambient to 0.3.0 ( #22855 )
...
* Bump aioambient to 0.3.0
* Updated requirements
* Removed old REQUIREMENTS reference
2019-04-07 14:21:29 -06:00
zewelor
e407226afc
Fix yeelight possible array change during iteration ( #22849 )
2019-04-07 14:05:38 -06:00
Jason Hu
abe85c73ae
Fix flaky test ( #22850 )
2019-04-07 12:42:16 -07:00
Jason Hunter
3fde1d3bab
coerce duration and lookback to int so they can be used in template automation ( #22819 )
2019-04-07 13:08:08 -04:00
roblandry
c7a49e0820
Fix glances docker container errors ( #22846 )
...
* Fix unavailable container errors
* Update to dev
* Use const
2019-04-07 13:07:05 -04:00
Robbie Trencheny
02b7fd93ed
Fix for rate limits should be optional ( #22823 )
2019-04-07 07:37:27 -07:00
Erik Montnemery
fa2e07d7c5
Use dict[key] for required config keys and keys with default values. ( #22830 )
2019-04-07 10:11:45 -04:00
Erik Montnemery
58220a9448
Use dict[key] for required config keys and keys with default values. ( #22829 )
2019-04-07 10:11:20 -04:00
Erik Montnemery
dbb42e5890
Use dict[key] for required config keys and keys with default values. ( #22838 )
2019-04-07 10:10:57 -04:00
Erik Montnemery
2a62906965
Use dict[key] for required config keys and keys with default values. ( #22837 )
2019-04-07 10:10:13 -04:00
Erik Montnemery
b1213b7a2d
Use dict[key] for required config keys and keys with default values. ( #22836 )
2019-04-07 10:09:43 -04:00
Erik Montnemery
a4e7708450
Use dict[key] for required config keys and keys with default values. ( #22833 )
2019-04-07 10:08:47 -04:00
Erik Montnemery
439197ea3e
Use dict[key] for required config keys and keys with default values. ( #22828 )
2019-04-07 10:08:04 -04:00
zewelor
f62d1d8d09
Optimize yeelight signal handling ( #22806 )
2019-04-07 16:07:50 +02:00
zewelor
a91e79ee77
Improve yeelight imports ( #22804 )
2019-04-07 16:07:34 +02:00
zewelor
bb5c18f7be
Use relative imports in yeelight ( #22839 )
2019-04-07 16:07:15 +02:00
Erik Montnemery
842534d472
Use dict[key] for required config keys and keys with default values. ( #22831 )
2019-04-07 10:00:40 -04:00
Erik Montnemery
83fb3637d9
Sort configuration schema. ( #22835 )
2019-04-07 09:56:38 -04:00