Jc2k
7ff77936ad
Add and improve Homekit controller pairing messages and errors ( #23532 )
...
* Be clear about pairing code format
* Handle more homekit errors while pairing
* Update en translation
* Fix log message feedback
2019-05-01 17:02:29 -06:00
teliov
44d0d0624b
updated manifest.json with correct version of hangup ( #23596 )
2019-05-01 17:02:03 -06:00
Paul Madden
a8c7804db2
Update bomradarloop to v0.1.3 ( #23599 )
2019-05-01 17:00:40 -06:00
Cyro
beb678e259
Move I/O to executor thread pool ( #23589 )
...
* Move I/O to executor thread pool
* Check if image is in whitelist_external_dir
* Move import to top of file
* Fix bad indentation
2019-05-01 17:00:17 -06:00
ehendrix23
d9d5c91adc
Fix authentication issue ( #23600 )
...
Update to pymy1 version 1.2.1 to fix authentication issue
2019-05-01 16:05:35 -06:00
Daniel Høyer Iversen
19aee50bbc
Ambiclimate ( #22827 )
...
* Ambiclimate
* Ambiclimate
* style
* Add config flow to ambicliamte
* Add config flow to ambicliamte
* update requirements_all.txt
* ambiclimate
* tests
* typo
* ambiclimate
* coverage
* add manifest.json
* services
* codeowner
* req
* ambicliamte
* style
* ambicliamte
* add to requirements all tests
* add to requirements all tests
* .coveragerc
* Add tests
* add doc
* style
* fix test
* update tests
* update tests
* update tests
* update tests
* update tests
* tests
* tests
* fix comment
2019-05-01 22:05:40 +02:00
Markus Jankowski
dd53434742
Redesign AlarmControlPanel for Homematic IP ( #23565 )
...
* redesign AlarmControlPanel
* Fix lint
* Fixes after review
2019-05-01 21:35:57 +02:00
cdce8p
db2904624a
Fix low_battery_threshold issue HomeKit ( #23593 )
2019-05-01 16:48:56 +02:00
William Scanlon
09cd302b46
Bumpped the pyeconet version ( #23578 )
2019-05-01 12:28:37 +02:00
Fabian Affolter
0b9302ac3d
Upgrade youtube_dl to 2019.04.30 ( #23579 )
2019-05-01 08:31:24 +02:00
Jc2k
1c4367e5a9
Fix min/max temp and humidity for homekit_controller climate ( #23421 )
...
* Fix min/max temp and humidity for homekit_controller climate.
* Fix typo
2019-05-01 00:08:30 +02:00
Penny Wood
b0843f4a38
Ptvsd debugger component. ( #23336 )
...
* ptvsd debugger component.
* Add test case
* ptvsd as test dependency
* Fix for 3.5
* Fixed bootstrap test
* Use dict direct lookup.
* Don't need to load dependencies.
* Get the test working.
* 3.5 fix
* Set mock return value
* Put tests back, but skip them
* Change log level
2019-05-01 00:07:34 +02:00
Jonas Pedersen
24060e0fb5
Add bypass and automatic bypass switch for Danfor Air. ( #23572 )
...
Add bypass and automatic bypass switch for Danfoss Air
2019-04-30 23:07:49 +02:00
Martin Hjelmare
5ded0dd3fa
Update mysensors sensor icons ( #23491 )
...
* Add some icons.
* Sort sensor types according to mysensors serial api numbering.
2019-04-30 23:06:44 +02:00
Mike Miller
09012e7baa
Always pad mac addresses from nmap tracker with leading zeros ( #23492 )
2019-04-30 22:43:21 +02:00
Cyro
75a2c057f2
Upgrade discord.py to v1.0.1 ( #23523 )
2019-04-30 22:12:39 +02:00
Sylvia van Os
603e2cd961
Essent sensor ( #23513 )
...
* Initial commit for Essent
* Cleanup Essent component
* Update CODEOWNERS
* Move stuff to PyEssent
* Update requirements_all
* Fix PyEssent
* Move meter list to PyEssent library
* Update requirements_all
* Only check for updates once an hour
* Use PyEssent 0.10
* Fixing up Essent component
* Fix crash
* Don't add unused meter/tariff combos
* Fix lint
* Get tariffs per meter
* Don't hammer Essent API
* Fix linting errors
* Fix old description
* Fix old call
* Cleanup Essent component
2019-04-30 21:02:16 +02:00
David F. Mulcahey
41f0066e76
bump zha-quirks version ( #23568 )
2019-04-30 12:57:06 -04:00
David F. Mulcahey
d71424f285
Clean up ZHA discovery logic ( #23563 )
...
* use domain constants from HA
* cleanup endpoint processing in discovery
* Whitespace.
2019-04-30 10:40:52 -04:00
Anders Melchiorsen
6a6a999833
Upgrade pysonos to 0.0.12 ( #23560 )
2019-04-30 08:45:56 -04:00
Jc2k
7612703092
Bump homekit_python to 0.14.0 ( #23562 )
2019-04-30 08:44:48 -04:00
Klaas Schoute
5d5f073cff
Fix problem with using Traccar event ( #23543 )
2019-04-30 08:02:45 +02:00
etheralm
1d70005b01
Add sensor support for dyson 2018 models ( #22578 )
...
fix check for already created entities
remove hepa and carbon filter
add AQI attribute
initial commit
fix check for already created entities
remove hepa and carbon filter
add AQI attribute
add air quality component tests
fix method call tests
fix line lengths
fix pylint issues
fix docstrings
revert fan related changes
remove whitespace change
fix fan update state test
add for loop for platform initialization
add requested changes to aiq platform
change string concatenation to new style string formatting
update air quality tests
update air quality tests
refactor sensor component changes
fix pylint issues
fix debug string in the air quality component
replace failing tests for older devices
fix line length fan tests
remove dependencies const and move imports
move back imports to methods
remove whitespace from blank line
2019-04-30 02:24:05 +02:00
Austin Drummond
b4e2a0ef84
Add HomeKit low battery threshold config ( #23363 )
2019-04-30 02:02:53 +02:00
David F. Mulcahey
2aee31ec6a
Don't use zigpy profiles for ZHA entities ( #22844 )
...
* don't use zigpy profiles
* use sets as they're the correct structure to use
2019-04-29 19:31:27 -04:00
Erik Montnemery
8d775caaac
Always print invalid configuration data ( #21972 )
...
* Always print invalide configuration data
* Print offending data as yaml
* Revert "Print offending data as yaml"
This reverts commit 01721a21a9ff918ed2c8595151ebfe55eb2f7d36.
* Do not print sensitive data
* Print MQTT topic
* Add line break
* Review comments
* review comments
2019-04-29 13:45:53 -07:00
Pascal Vizeli
4c4f0e38d4
Fix media_player alexa power control bug ( #23537 )
2019-04-29 22:40:55 +02:00
Erik Montnemery
84f778d23c
Improve logging of exceptions in async_create_task ( #22689 )
...
* Improve logging of exceptions in async_create_task
* Move wrapping+logging to util.logging
* Minor refactor, fix typing
* Add test
* Remove useless @wraps, fix confusing parameter name
* Review comment
2019-04-29 09:53:22 -07:00
David F. Mulcahey
75f53b2799
Allow direct binding via ZHA for the ZLL profile ( #23536 )
...
* allow binding for zll profile
* update check - review comment
2019-04-29 11:35:18 -04:00
Aaron Bach
e08f2ad18d
Add current disease data to IQVIA ( #23052 )
...
* Add current and historical disease data to IQVIA
* Added fetcher
* Added disease sensor mapping
* Changed incorrect key
* Removed other extraneous const usage
2019-04-29 09:06:23 -06:00
David F. Mulcahey
5aa9a1a7c2
limit concurrent updates to avoid network flood ( #23534 )
2019-04-29 09:39:37 -04:00
Penny Wood
5e045f3df2
Allow device_class for template covers
...
* #23486 . Allows device_class to be set for template covers
2019-04-29 20:38:59 +08:00
Anders Melchiorsen
471a26bde1
Do not log tracebacks for influxdb write errors ( #23522 )
...
* Do not log influxdb write exceptions
* Log exception name
2019-04-29 06:39:45 -05:00
Anders Melchiorsen
0ecf152153
Continuous discovery of Sonos speakers ( #23484 )
2019-04-29 10:20:09 +02:00
mcc05
5529bcc114
Fixed AlexaPowerController to report power state for thermostats ( #23468 )
...
Fixed AlexaPowerController to report power state for thermostats, to look if state is OFF return OFF, otherwise report ON as thermostats have multiple values for ON
2019-04-28 21:29:12 -04:00
Joakim Plate
b4a7980084
Update Philips js to v0.0.8 ( #23462 )
...
* Don't send volume on volume set
This needs updated lib
* Bump version and avoid getting channels explicitly
* Add myself as codeowner
* Use version 0.0.8 instead which doesn't reuse session
Some TV's doesn't play nice with HTTP/1.1 connection
re-use.
* Add new requirement to requirements_all.txt
2019-04-28 21:27:35 -04:00
Paulus Schoutsen
0f49a9cb7b
Return state when changing optimistic covers ( #23498 )
2019-04-28 12:09:20 -07:00
Erik Montnemery
2f45a7e3b9
Fix cleanup of dynamic group ( #23475 )
2019-04-28 12:09:06 -07:00
Wojciech Mamak
b60c7ce479
Fixed bug with max_result ( #23507 )
...
The config option 'max_result' was assigned to not existing 'max_result' variable, it should be assigned to 'maxResult'.
The current version causes an error when max_result option is used.
2019-04-28 21:01:33 +02:00
Anders Melchiorsen
41d9bd42af
Catch RequestException in influxdb writer ( #23508 )
2019-04-28 20:57:58 +02:00
Alok Saboo
2fecc7d5a4
Update aiolifx_effects to 0.2.2 ( #23473 )
2019-04-28 20:46:49 +02:00
Robin
687bbce900
Fixes local_file camera service ( #23479 )
...
* Fixes service
Fixes service so only the target camera is updated
* Update test_camera.py
* fix lint
2019-04-28 19:32:02 +01:00
chmielowiec
54c34bb224
Display person component as occupancy sensor HomeKit ( #23451 )
2019-04-28 18:38:21 +02:00
Paulus Schoutsen
b09f5b6743
Only include agent user ID in SYNC responses ( #23497 )
2019-04-28 09:42:05 +02:00
Paulus Schoutsen
300d1f44a6
Updated frontend to 20190427.0
2019-04-27 22:18:05 -07:00
David Bonnes
7458f1f6ef
Add a warning that honeywell/EU is to be deprecated ( #23469 )
...
* Add a warning that honeywell/EU is to be deprecated
* improve warning
2019-04-27 22:27:41 +02:00
Paulus Schoutsen
26bf1b2173
Fix Hue sensors returning None value ( #23478 )
2019-04-27 13:27:17 -07:00
Andrew Sayre
f1b2622d78
Use remote image for HEOS ( #23420 )
2019-04-27 13:02:42 -07:00
Anders Melchiorsen
5efe089699
Improve handling of unavailable Sonos speakers ( #23472 )
2019-04-27 19:05:50 +02:00
Erik Montnemery
b6a13262da
Bump pychromecast ( #23463 )
2019-04-27 09:17:50 -07:00