Eliseo Martelli
2b542b7789
[FIX] Time reporting incorrect in sensor.gtt ( #20362 )
...
* quick fix
* remove print statement
* fixes
* remove lambda
* added pylint disable
* should be fine now
2019-01-23 21:14:46 -08:00
Kevin Fronczak
bbdb7a6f4c
Hotfix for blink initialization failure. Fixes #20335 ( #20351 )
2019-01-23 21:14:45 -08:00
Paulus Schoutsen
cdcc535ae1
Version bump to 0.86.0
2019-01-23 10:48:55 -08:00
Paulus Schoutsen
4662ab215c
Fix invalid entity ID in entity registry ( #20328 )
2019-01-23 10:48:15 -08:00
rolfberkenbosch
80aa2075c6
Update locationsharinglib to version 3.0.11 ( #20322 )
...
* Update google_maps.py
There are known bug in locationsharinglib version 3.0.9, the developer has fixed this in 3.0.11. (https://github.com/costastf/locationsharinglib/issues/42 )
* Update requirements_all.txt
2019-01-23 10:48:14 -08:00
Sebastian Muszynski
4b7d944a74
Fix xiaomi speed attribute name clash ( #20312 )
2019-01-23 10:48:14 -08:00
Richard Mitchell
b7218e6a1d
Should require the 'GATTOOL' setup extras which includes pexpect. ( #20263 )
...
* Should require the 'GATTOOL' setup extras which includes pexpect.
* Also fix skybeacon's requirement and requirements_all.
2019-01-23 10:48:13 -08:00
Paulus Schoutsen
6d0ac30687
Bumped version to 0.86.0b3
2019-01-21 21:23:00 -08:00
Fabien Piuzzi
0ceace96e7
Bugfix: prevent error notification when octoprint server auto detected but no configuration present. ( #20303 )
2019-01-21 21:22:20 -08:00
Johann Kellerman
ec7f2657cd
Config Validator: schema_with_slug_keys ( #20298 )
...
* schema_with_slug_keys
* Update config_validation.py
* Update config_validation.py
2019-01-21 21:21:00 -08:00
Paulus Schoutsen
5945929e7e
Updated frontend to 20190121.1
2019-01-21 21:20:23 -08:00
Paulus Schoutsen
9667c8057f
Bumped version to 0.86.0b2
2019-01-21 09:45:42 -08:00
Johann Kellerman
028cc8d24f
Align valid_entity_id with new slugify ( #20231 )
...
* slug
* ensure a dot
* fix
* schema_with_slug_keys
* lint
* test
2019-01-21 09:45:37 -08:00
Paulus Schoutsen
df47a8c58c
Updated frontend to 20190121.0
2019-01-21 09:38:16 -08:00
Paulus Schoutsen
657544a381
Clean up build artifacts correctly
2019-01-20 17:31:22 -08:00
Paulus Schoutsen
143eb4e8f4
Bumped version to 0.86.0b1
2019-01-20 17:02:44 -08:00
Anders Melchiorsen
41d2321756
Fix 'all' entity_id in service call extraction ( #20281 )
2019-01-20 17:02:36 -08:00
Anders Melchiorsen
f02e887fcc
Allow 'all' entity_id in service schema ( #20278 )
2019-01-20 17:02:36 -08:00
Anders Melchiorsen
97e8e20bcc
Remove double logging of automation action ( #20264 )
2019-01-20 17:02:36 -08:00
Otto Winter
33ed113211
Bump aioesphomeapi to 1.4.2 ( #20247 )
...
* Bump aioesphomeapi to 1.4.2
* Update requirements_all.txt
2019-01-20 17:02:35 -08:00
Phil Bruckner
ba2b28cd4d
Handle non-string values in JSON renderer ( #20233 )
...
Handle the case of async_render_with_possible_json_value's value argument
being something other than a string. This can happen, e.g., when using the
SQL sensor to extract a datetime column such as last_changed and also using
its value_template to convert that datetime to another format. This was
causing a TypeError from json.loads, but async_render_with_possible_json_value
was only catching ValueError's.
2019-01-20 17:02:35 -08:00
Anders Melchiorsen
d843bf9c58
Improve Sonos discovery ( #20196 )
2019-01-20 17:02:34 -08:00
Paulus Schoutsen
84d6453a97
Add command to refresh auth ( #20183 )
2019-01-20 17:02:34 -08:00
Paulus Schoutsen
1f54edfbc4
Distribute reconnect ( #20181 )
2019-01-20 17:02:33 -08:00
Paulus Schoutsen
27be95e597
Sensibo to use HA operation modes ( #20180 )
2019-01-20 17:02:33 -08:00
Paulus Schoutsen
d2dec44b18
Updated frontend to 20190120.0
2019-01-20 16:22:57 -08:00
Paulus Schoutsen
722d285904
Bumped version to 0.86.0b0
2019-01-16 16:27:15 -08:00
Paulus Schoutsen
bc8aa73448
Updated frontend to 20190116.0
2019-01-16 16:14:55 -08:00
damarco
b557157ea1
Add support for deconz radios to zha component ( #20167 )
...
* Add support for deconz radios
* Update check_zigpy_connection()
2019-01-16 16:09:09 -08:00
Sebastian Muszynski
85404783d6
Add Xiaomi Airpurifier Pro V7 support ( #20093 )
...
* Add Xiaomi Air Purifier Pro V7 support
* Reorder the model list
* Improve the list of supported attributes/properties
* Fix lint
2019-01-16 16:08:41 -08:00
damarco
06440bf076
Bump pynuki to 1.3.2 ( #20173 )
2019-01-16 16:07:40 -08:00
Paulus Schoutsen
84a2e5d8fb
Strip login username in backend ( #20150 )
...
* Add modern mode to HA auth provider that strips usernames
* Add tests for async_get_or_create_credentials
* Fix test
2019-01-16 15:03:05 -08:00
Fabian Affolter
9bb7e40ee3
Upgrade aiohttp to 3.5.3 ( #19957 )
...
* Upgrade aiohttp to 3.5.3
* Upgrade aiohttp to 3.5.4
* Remove test for webhook component from camera.push
* Lint
2019-01-16 14:23:46 -08:00
emontnemery
368682647d
Log exceptions thrown by MQTT message callbacks ( #19977 )
...
* Log exceptions thrown by MQTT message callbacks
* Fix tests
* Correct method for skipping wrapper in traceback
* Lint
* Simplify traceback print
* Add test
* Move wrapper to common helper function
* Typing
* Lint
2019-01-16 13:50:21 -08:00
Paulus Schoutsen
1d86905d5b
Switch locative to use the webhook component ( #20043 )
...
* Switch locative to use the webhook component
* Lint
* Remove dead test code
* Use voluptuous to validate the webhook schema
* Validate test mode schema as well
* Lint
* Remove allow_extra
* Return web.Response correctly
* #20043 : Remove superfluous dict in WEBHOOK_SCHEMA validation
2019-01-16 11:08:42 -08:00
David F. Mulcahey
8748ace244
Make imports relative in ZHA component ( #20020 )
...
* make imports relative
* remove cyclic import
2019-01-16 11:06:22 -08:00
cvwillegen
5e73846bcc
imap_email_content: allow configuring folder to read. ( #20160 )
...
* Update imap_email_content.py
Add configuration for selection of IMAP folder to track
* Update imap_email_content.py
2019-01-16 10:59:54 -08:00
Rohan Kapoor
b5bfc759ec
Migrate gpslogger to the automatically generated webhook ( #20079 )
...
* Migrate gpslogger to the automatically generated webhook
* Lint
* Lint and return error code
2019-01-16 10:56:25 -08:00
Nikolay Vasilchuk
075b575bde
Support device_class for rest sensor ( #20132 )
...
* Ready
* Tests fixed
2019-01-16 10:03:53 -08:00
Paulus Schoutsen
29c6584fe2
Enable setting alarm mode night for arlo platform ( #20143 )
...
* Enable setting alarm mode night for arlo platform
* Missed one small comment
2019-01-16 10:02:30 -08:00
Rohan Kapoor
48127cade0
Embed mailgun platform into component ( #20147 )
...
* Embed mailgun platform into component
* #20147 : Update .coveragerc
* #20147 update requirements.txt
2019-01-16 10:01:08 -08:00
cvwillegen
c8efbb2cdc
Fix link to documentation link, select read-only ( #20155 )
...
- Fixed link to documentation page at the top of the sensor
- Select the IMAP4 Inbox read-only so that reading e-mail does not mark messages as Read
2019-01-16 09:56:53 -08:00
Pascal Vizeli
9d112dc3f0
Remove .isort because we use the config from setup.cfg ( #20158 )
2019-01-16 09:54:11 -08:00
Rohan Kapoor
11c78d5de8
Embed geofency platform into component ( #20083 )
...
* Embded geofency platform into component
* #20083 : Change docstring for geofency device tracker platform
2019-01-16 10:33:25 +01:00
Rohan Kapoor
bc30491dc0
Add support for connecting to multiple zoneminder instances ( #19955 )
...
* Add support for connecting to multiple zoneminder instances
* Lint
* Lint
* Clean up and better error handling
* Fix config validation
* Lint
2019-01-16 10:15:13 +01:00
Tim Gerla
fe93ea9bdf
Use the correct Unicode degree symbol ( #20058 )
...
The previous symbol used for degrees was U+00BA, the "Masculine Ordinal Indicator". This patch changes the symbol to U+00B0, "Degree Sign", to match the rest of the Home Assistant system.
2019-01-16 09:08:23 +01:00
Paulus Schoutsen
75fa9b2fba
Fix TTS say config validation ( #20145 )
2019-01-16 09:07:32 +01:00
ehendrix23
78da6828f0
Reconnect and device name fix for harmony platform ( #20108 )
...
* Update requirements
Updated requirements
* Add attributes
Add firmware and config version attributes
* Small bump for aioharmony
Small version bump increase for aioharmony
* Fix requirements file
For some reason aioharmony ended up in there as a duplicate. Fixed it.
* Fix for send command with named device
* Update requirements to get reconnect fix
* Set aioharmony version to 0.1.4
Version 0.1.4 has additional small fixes.
* Keep trying to connect on startup
Keep trying to connect to the HUB on startup
* Revert rebase changes
Revert some changes that should have been reverted back as part of rebase.
* PlatformNotReady if unable to connect on startup
Will call PlatformNotReady if unable to connect to Hub on startup
* Increase aioharmony requirement to 0.1.5
Increase aioharmony requirement to 0.1.5
* Register callbacks when entity added to HASS
Register the callbacks only once the entity has been added to HASS instead of during setup of platform.
* Removed debug log in __init__
Removed debug log in __init__
2019-01-16 08:35:29 +01:00
Robert Svensson
19e19009cc
Make all deCONZ platforms use a common base ( #20137 )
...
* Make all deconz platforms use a common base
* Fix one cover to device replacement too much...
2019-01-16 08:33:04 +01:00
Rohan Kapoor
1e784b4d7a
#20043 : Remove superfluous dict in WEBHOOK_SCHEMA validation
2019-01-15 22:26:42 -08:00