Paulus Schoutsen
17e5740a0c
Allow overriding name via entity registry ( #12292 )
...
* Allow overriding name via entity registry
* Update requirements
2018-02-11 09:16:01 -08:00
Paulus Schoutsen
8b9eab196c
Attempt fixing flakiness of check config test ( #12283 )
...
* Attempt fixing check_config script test flakiness
* Fix logging
* remove cleanup as Python will exit
* Make sure we don't enqueue magicmocks
* Lint
* Reinstate cleanup as it broke secret tests
2018-02-11 09:00:02 -08:00
Johann Kellerman
65c6f72c9d
check_config check bootstrap errors ( #12291 )
2018-02-10 23:40:48 -08:00
Thom Troy
fe1a85047e
have climate fallback to state if no ATTR_OPERATION_MODE ( #12271 ) ( #12279 )
2018-02-10 15:06:24 -08:00
Paulus Schoutsen
74010fc2df
Merge branch 'master' into dev
2018-02-10 14:03:55 -08:00
Paulus Schoutsen
0e16f7f307
Merge pull request #12267 from home-assistant/release-0-63
...
0.63
2018-02-10 14:00:29 -08:00
Slava
18aa1037dd
Update limitlessled requirement to v1.0.9 ( #12275 )
...
* Update limitlessled requirement to v1.0.9
* trigger cla
* take back empty line
2018-02-10 13:11:05 -08:00
Paulus Schoutsen
aad26599ae
Retry keyset cloud ( #12270 )
...
* Use less threads in helpers.event tests
* Add helpers.event.async_call_later
* Cloud: retry fetching keyset
2018-02-10 13:11:05 -08:00
escoand
a9412d27aa
allow wildcards in subscription ( #12247 )
...
* allow wildcards in subscription
* remove whitespaces
* make function public
* also implement for mqtt_json
* avoid mqtt-outside topic matching
* add wildcard tests
* add not matching wildcard tests
* fix not-matching tests
2018-02-10 13:11:04 -08:00
Slava
a9e2dd3427
Update limitlessled requirement to v1.0.9 ( #12275 )
...
* Update limitlessled requirement to v1.0.9
* trigger cla
* take back empty line
2018-02-10 12:59:04 -08:00
Paulus Schoutsen
f2296e1ff8
Retry keyset cloud ( #12270 )
...
* Use less threads in helpers.event tests
* Add helpers.event.async_call_later
* Cloud: retry fetching keyset
2018-02-10 11:40:24 +01:00
David K
134445f622
Fix some rfxtrx devices with multiple sensors ( #12264 )
...
* Fix some rfxtrx devices with multiple sensors
Some combined temperature/humidity sensors send one packet for each of
their sensors. Without this fix one of the home assistant sensors would
always display an unknown value.
* Add comment
2018-02-10 10:45:00 +01:00
escoand
cad9e9a4cb
allow wildcards in subscription ( #12247 )
...
* allow wildcards in subscription
* remove whitespaces
* make function public
* also implement for mqtt_json
* avoid mqtt-outside topic matching
* add wildcard tests
* add not matching wildcard tests
* fix not-matching tests
2018-02-09 15:22:50 -08:00
Albert Lee
1db4df6d3a
device_tracker.asuswrt: Clean up unused connection param ( #12262 )
2018-02-09 15:21:10 -08:00
Paulus Schoutsen
7c36c5d9b4
Version bump to 0.64.0.dev0
2018-02-09 14:56:46 -08:00
Paulus Schoutsen
3333dcc6c2
Version bump to 0.63
2018-02-09 14:55:20 -08:00
Paulus Schoutsen
681dc72a15
Merge branch 'master' into dev
2018-02-09 14:54:27 -08:00
Anton Lundin
b0780110c7
One bug fix and one improvement to the statistics sensor. ( #12259 )
...
* Correct time on recorder loaded values in statistics sensor
Previously, the current time was used when initial values was loaded
form the recorder component. This changes that to use the stored time
from recorder instead.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
* Expose min / max age of values in the statistics sensor
This is very useful when doing derived calculations, for example in a
template sensor.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
2018-02-09 23:50:05 +01:00
Paulus Schoutsen
b087ea101d
Update frontend to 20180209.0
2018-02-09 14:34:20 -08:00
David
129d720d8e
Fix duplicate entity_ids in System Monitor ( #12124 )
...
* Fix duplicate entity_ids in System Monitor
This fix makes it so `_percent` is appended to the `entity_id` of the following 3 resources, in order to make the `entity_id` unique:
- disk_use_percent
- memory_use_percent
- swap_use_percent
* match entity_id to resource name
Match entity_id to resource name, to make resulting entity_id more predictable
* match entity_id to more resource names
match entity_id to more resource names
* Add unique_id property
* Revert "Add unique_id property"
This reverts commit c213ac360e
.
2018-02-09 14:10:16 -08:00
Eleftherios Chamakiotis
6174c1754b
Fix for iTunes media player not updating artwork ( #12089 )
...
* Added timestamp at the end of the iTunes API URL from where HA retrieves the artwork, so that it's not cached, as the URL exposed by the API never changes
* Rearranged imports according to pylint
* Added content_id in media file URL instead of timestamp, according to Paulus' suggestion
2018-02-09 14:09:34 -08:00
luca-angemi
4c11a3461f
Update owntracks.py ( #12260 )
2018-02-09 23:06:31 +01:00
Daniel Perna
0b947882ac
Update pyhomematic to 0.1.39 ( #12265 )
...
* Update pyhomematic
2018-02-09 21:59:10 +01:00
ChristianKuehnel
2014e42e4e
miflora - fix for exception handling bug ( #12149 )
...
* updated to development branch of miflora
* updated requirements_all.txt
* upgraded to version 0.3
* updated requirements_all.txt
2018-02-09 21:31:49 +01:00
Otto Winter
2ae0c5653e
Fix source code using Windows newline ( #12248 )
...
* 🚜 Fix usage of carriage return
* 🤝 Rebase and repeat
* 🚜 Fix file permissions
2018-02-09 08:11:47 +01:00
Pascal Vizeli
e4874fd7c7
Update aiohttp 2.3.10 / yarl 1.1.0 ( #12244 )
...
* Update aiohttp 2.3.10 / yarl 1.1.0
* Update setup.py
* Update package_constraints.txt
* Update google.py
* Update static.py
2018-02-08 20:57:05 -08:00
Jon Maddox
18d027a10d
Add Service Schema to Broadlink Switch ( #12253 )
...
* add service schema to ensure single values are wrapped into a list
Co-Authored-By: Paulus Schoutsen <paulus@paulusschoutsen.nl>
* 💐
2018-02-08 19:37:17 -08:00
ChristianKuehnel
b08294386b
added more debug logging for sensor.alpha_vantage ( #12249 )
...
* added more debug logging for sensor.alpha_vantage
* fixed typo in log statement, more fine grained logging
* Capitalized first character in log statement
* replaced quotes as proposed by @OttoWinter
2018-02-09 00:14:49 +01:00
Anders Melchiorsen
acb521330c
Add explicit first-time config for new purge_keep_days default ( #12246 )
2018-02-08 09:44:19 -08:00
cdce8p
231b62d043
Fix cover service description ( #12243 )
...
Parameter for `set_cover_tilt_position` is `tilt_position` not `position`.
2018-02-08 16:09:42 +01:00
Eu
905bb36e6a
Added password mode to input_text (obscure content of text box) ( #11849 )
...
* Round values to one decimal
Temperature detection range: -20 - 60 Deg.C ( + / - 0.3 Deg.C )
Humidity detection range: 0 - 100pct RH ( + / - 0.3pct )
Atmospheric pressure detection range: 30 - 110KPa ( + / - 120Pa )
* Add password mode option
Hide the content of the input_text field
* Revert "Round values to one decimal"
This reverts commit a3124a6aaa
.
* Added test for mode option
* Added newline (lint)
2018-02-08 12:29:33 +01:00
mkfink
25cbc8317f
Force update support for mqtt binary sensor ( #12092 )
2018-02-08 12:28:12 +01:00
Anders Melchiorsen
6265d1b747
Avoid influxdb filling connection pool ( #12182 )
...
* Add a processing queue to influxdb
* Updates after reviews
* Remove lint
* Move retry loop to thread class
* Move constant calculation out of loop
* Deprecate retry_queue_limit
2018-02-08 12:25:26 +01:00
Thijs de Jong
702b1be985
Set tahoma cover update interval to default ( #12232 )
...
revert 35f35050ff158b423dc437c66bdea5ebcbabc009#diff-c65eb52376398392f1395f8127364078
2018-02-08 12:20:51 +01:00
Diogo Gomes
15368d4ca1
[SMALL PATCH] Sql sensor ( #12242 )
...
* Initial Commit
* Passed all checks
* Make DB_URL required
* addresses review comments from @fabaff
* unused variable
* return nothing
2018-02-08 12:17:54 +01:00
Paulus Schoutsen
5601fbdc7a
Entity layer cleanup ( #12237 )
...
* Simplify entity update
* Split entity platform from entity component
* Decouple entity platform from entity component
* Always include unit of measurement again
* Lint
* Fix test
2018-02-08 12:16:51 +01:00
Sergey Isachenko
8523933605
Fixes for tesla. New sensors. ( #12225 )
...
* fixes #11970
* long line fix
2018-02-07 23:34:26 -08:00
Diogo Gomes
0300229085
SQL sensor ( #12142 )
...
* Initial Commit
* Passed all checks
* Make DB_URL required
* addresses review comments from @fabaff
* unused variable
2018-02-07 23:32:39 -08:00
Sergey Isachenko
d0ffb1bc52
librouteros version bump ( #12227 )
2018-02-07 23:15:02 -08:00
Andrey
2b9bb7963d
Update min js=latest version ( #12091 )
2018-02-07 23:14:31 -08:00
Anders Melchiorsen
945606238c
Allow zero purge_interval to disable recorder purge ( #12220 )
2018-02-07 22:59:09 -08:00
Anders Melchiorsen
aa9b5e6ea5
Return of entity_id in template platforms ( #12234 )
2018-02-07 22:46:14 -08:00
Phil Elson
9d5dee574a
Specify the minimum python version in the setup.py. ( #12144 )
...
* Specify the minimum python version in the setup.py.
* Used the minimum python version defined in homeassistant.const.
2018-02-07 12:38:06 -08:00
Marc Egli
ea35ffbc81
Add wake on lan capability to philips TV ( #12065 )
...
* Add wake on lan capability to philips TV
* Update requirements_all.txt
* Fix line length issues.
* Replace wake on lan with turn on script for philips TV
* rerun requirements script
2018-02-07 09:35:08 -08:00
Kevin Siml
d05a1e35fc
Update pushsafer.py ( #11466 )
...
* Update pushsafer.py
Now you can setup your pushsafer notification, and change the following parameters:
sound, vibration, icon, devices (targets), icon/led color, url, url title, time2live, picture
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* Update pushsafer.py
* fix lint
2018-02-07 17:23:10 +01:00
Phil Elson
5ba02c531e
Catch concurrent.futures.CancelledError in websocket code. ( #12150 )
...
* Catch concurrent.futures.CancelledError in websocket code.
* Added a comment about the use of futures.CancelledError
2018-02-06 21:30:18 -08:00
Boyi C
7e246e4680
Fix logger bug on Windows: path contains '\'. ( #12197 )
...
* Fix logger bug on Windows: path contains '\'.
* update
* Update __init__.py
2018-02-06 12:56:31 -08:00
kennedyshead
bd29cd2ba2
Fixes according to review from @MartinHjelmare Thank you. ( #12171 )
2018-02-06 21:27:35 +01:00
Sebastian Muszynski
cee57aab24
Xiaomi MiIO Light: Brightness mapping improved ( #12203 )
...
* Mapping ([1,100] <-> [1,255]) of the brightness improved.
* The cast to int isn't needed for python3.
2018-02-06 19:59:49 +01:00
Jerad Meisner
a2916a9c47
Fix Xeoma camera platform to allow different admin/viewer credentials ( #12161 )
2018-02-06 10:47:38 -08:00