ochlocracy
4602d7370c
Remove Alexa.InputController from devices without supported inputs in Alexa ( #31450 )
...
* Yield Alexa.InputController only for supported inputs.
* Add Comment.
* Comment fix.
2020-02-03 16:19:40 -08:00
Bas Nijholt
119566f280
Keep track of the derivative for unit_time ( #31397 )
...
* keep track of the derivative for unit_time
In this way, you will get a better estimate of the derivate during
the timescale that is relavant to the sensor.
This solved a problem where sensors have a low output resolution.
For example a temperature sensor that can only be integer numbers.
It might report many values that are the same and then suddenly go up one value.
Only in that moment (with the current implementation) the derivative will be finite.
With my proposed implementation, this problem will not occur, because it takes the average
derivative of the last `unit_time`.
* only loop as much as needed
* treat the special case of 1 entry
* add option time_window
* use cv.time_period
* fix comment
* set time_window=0 by default
* rephrase comment
* use timedelta for time_window
* fix the "G" unit_prefix and add more prefixes
https://en.wikipedia.org/wiki/Unit_prefix
* add debugging lines
* simplify logic
* fix bug where the there was a division of unit_time instead of multiplication
* simplify tests
* add test_data_moving_average_for_discrete_sensor
* fix test_dataSet6
* improve readability of the tests
* better explain the test
* remove debugging log lines
2020-02-03 14:22:47 -08:00
ochlocracy
c8d9b83b24
Update StepSpeaker and Speaker interfaces in Alexa ( #31444 )
...
* Yield only one Speaker interface.
* Yield PowerController only is supported.
* Revert "Yield PowerController only is supported."
This reverts commit c0dbf7e4
* Add Alexa.Speaker interface properties.
* Refactor tests for Alexa.Speaker and Alexa.StepSpeaker.
* Code Smell Change.
* Fix R1705: Unnecessary "elif" after "return".
2020-02-03 14:20:39 -08:00
quthla
3f9dbe6845
Fix theme color ( #31366 )
2020-02-03 14:09:25 -08:00
Kasper Kirkegaard
f5b790054a
Fix misspelled sensor names ( #31344 )
2020-02-03 21:31:53 +01:00
Konsts
114d48ed8b
Add timeout attribute for send files ( #31379 )
...
* Add timeout attribute for send files
* Remove dublicate
Remove attribute dublicate in BASE_SERVICE_SCHEMA
* Remove duplicate
return attribute to BASE_SERVICE_SCHEMA and remove from SERVICE_SCHEMA_SEND_FILE
* Add timeout parameter description
Add timeout parameter description for "send message" and "send location"
2020-02-03 21:23:58 +01:00
escoand
4550968316
Samsung TV refinements ( #31248 )
...
* use st not deviceType
* show model in flow title
* Update strings.json
* add re-auth to entity
* add re-auth to config_flow
* handle auth popup better
* use media player domain const
* fix tests
* rename not_found to not_successful
* authz not authn
* Update media_player.py
* Update config_flow.py
* Update media_player.py
* Update test_media_player.py
* finalize re-auth
* fix ssd tests
* better naming
* fix ip-address-mock serialization
* fix turn_on_action serialization
* add type of hass object
* fix acces denied test
* remove half-added typing
* async get ip address
* fix pylint
2020-02-03 20:34:02 +01:00
SukramJ
03642d9029
Add missing await to HMIPC ( #31415 )
...
* Add missing await to HMIPC
* use callback instead
* Fix call, move callback to hap
2020-02-03 20:27:20 +01:00
Aaron Bach
bea7aae8cd
Fix issues with Ambient PWS dispatcher topic ( #31439 )
...
* Correct over-broad Ambient PWS data updates
* Make sure we provide a callable
* Don't use a partial
2020-02-03 12:23:51 -07:00
Aaron Bach
30e803d70b
Fix issue with WWLLN dispatcher topic ( #31442 )
2020-02-03 12:23:19 -07:00
Aaron Bach
e799b08215
Fix issue with IQVIA dispatcher topic ( #31440 )
...
* Fix issues with IQVIA dispatcher topic
* Use f-string
2020-02-03 12:23:06 -07:00
Aaron Bach
74fd57e23a
Fix issue with Notion dispatcher topic ( #31441 )
...
* Fix issue with Notion dispatcher topic
* Use f-string
2020-02-03 12:22:50 -07:00
Vincent Le Bourlot
ad5db47618
Clean up Tahoma smartlock ( #31430 )
...
* Added lock support for tahoma
* Removed unused constant.
2020-02-03 20:21:38 +01:00
tetienne
8bc77f0421
Add color to light template ( #31435 )
...
* Add color support to light template
* Add tests about color support
2020-02-03 08:27:01 -08:00
Yarmo Mackenbach
45c997ea04
Update NSAPI to 3.0.2 ( #30971 )
...
* Bump NSAPI version to 3.0.1
* Compatibility with NSAPI 3.0.1 response
* Removed commented code
* Obsolete setups receive an upgrade notification
* Bump NS-API to 3.0.2
* Assign platform values directly
* Removed obsolete config warning
* Improved reference to obsolete password
2020-02-03 14:39:45 +01:00
Vincent Le Bourlot
f49a392188
Add guard clause for discovery_info to tahoma platforms ( #31434 )
2020-02-03 13:30:44 +01:00
Paulus Schoutsen
e78378d90f
Pass correct config to updater ( #31428 )
2020-02-03 09:51:27 +01:00
Raman Gupta
ee927fbc9e
Bump pyvizio version and add additional device info ( #31417 )
...
* bump pyvizio version and add additional device info
* add patches for get_model and get_version
* change keywrod argument to positional for _test_service
2020-02-03 08:41:58 +01:00
Paulus Schoutsen
13aae8b5ec
Bumped version to 0.105.0b6
2020-02-02 20:31:39 -08:00
springstan
744ae82933
Replace cmp option with eq and order ( #31423 )
2020-02-02 20:28:52 -08:00
Rami Mosleh
04cb2e9fd5
Rework Mikrotik device scanning following Unifi ( #27484 )
...
* rework device scanning, add tests
* update requirements and coverage
* fix description comments
* update tests, fix disabled entity updates
* rework device scanning, add tests
* update requirements and coverage
* fix description comments
* update tests, fix disabled entity updates
* update librouteros to 3.0.0
* fix sorting
* fix sorting 2
* revert to 2.3.0 as 3.0.0 requires code update
* fix requirements
* apply fixes
* fix tests
* update hub.py and fix tests
* fix test_hub_setup_failed
* rebased on dev and update librouteros to 3.0.0
* fixed test_config_flow
* fixed tests
* fix test_config_flow
2020-02-02 20:25:45 -08:00
HomeAssistant Azure
787faaa508
[ci skip] Translation update
2020-02-03 00:31:45 +00:00
Aaron Bach
2610415501
Streamline SimpliSafe data and token management ( #31324 )
...
* Streamline SimpliSafe API usage
* Streamline SimpliSafe data and token management
* Correctly define self.systems
* Inline update method
2020-02-02 17:16:09 -07:00
Paulus Schoutsen
4f79ec0c78
Bumped version to 0.105.0b5
2020-02-02 15:39:51 -08:00
Josh Bendavid
9dfc00898b
always call set_volume with integer values ( #31418 )
2020-02-02 15:39:41 -08:00
Franck Nijhof
67e7541016
Fix device name Google Assistant when using aliases ( #31416 )
...
* Fix device name Google Assistant when using aliases
* Adjust cloud tests
2020-02-02 15:39:40 -08:00
Martin
2c1b465215
Emulated Hue + Alexa: Fix devices not discovered and error response ( #30013 & #29899 ) ( #31413 )
...
* Revert "Emulated Hue: changed the reported fallback device-type to fix Alexa compatibility issues (#30013 )"
This reverts commit ddc8d9e25c
.
* Revert "Emulated Hue: updated tests (#30013 )"
This reverts commit 90df461e75
.
* Emulated Hue + Alexa: changed the fallback device-type again to "Dimmable Light" (#30013 ) after collective debugging; fixed brightness for on/off-devices and scripts to prevent "device malfunction" response from Alexa (#29899 )
* Emulated Hue + Alexa: lint (#30013 , #29899 )
2020-02-02 15:39:39 -08:00
akasma74
3cbd426c52
Fix rflink commands containing equals sign ( #31412 )
...
* new lib verson available
* new rflink lib version
* new rflink lib version
2020-02-02 15:39:38 -08:00
FrengerH
a54d5f0bc4
deCONZ - Fix magic cube awake gesture ( #31403 )
2020-02-02 15:39:37 -08:00
Paulus Schoutsen
5b7a65c5ea
Fix service annotations ( #31402 )
...
* Fix service annotations
* Filter area_id from service data
* Fix services not accepting entities
* Typo
2020-02-02 15:39:37 -08:00
springstan
fb26dd3028
Revert "Bump alarmdecoder to 1.13.9 ( #30303 )" ( #31385 )
...
This reverts commit f11d39f8eb
.
2020-02-02 15:39:36 -08:00
Robert Svensson
aaea55efed
deCONZ - Services normalize bridge id ( #31378 )
...
* Services should also make sure to normalize bridge id since users do not know to manage themselves
2020-02-02 15:39:35 -08:00
ochlocracy
d91f9fc2f5
Filter int in fan speed_list when yielding RangeController in Alexa ( #31375 )
...
* Allow for int in fan speed_list.
* Test for int in fan speed_list.
* prevent yielding preset for int labels.
2020-02-02 15:39:35 -08:00
Paulus Schoutsen
3b93065568
Add dump service to MQTT integration ( #31370 )
...
* Add dump service to MQTT integration
* Lint
2020-02-02 15:39:34 -08:00
Robert Svensson
59a9ca71ce
deCONZ - Add support for new switch type ( #31362 )
2020-02-02 15:39:33 -08:00
springstan
11fcb2cc7f
Fix auto_bypass in alarmdecoder ( #30961 )
...
* Fix auto_bypass in alarmdecoder
* Address review comments: used dict[key] and renamed variable
* Use dict[key] for required or optional config keys with default values
2020-02-02 15:39:32 -08:00
Paulus Schoutsen
7687ac8b91
Fix service annotations ( #31402 )
...
* Fix service annotations
* Filter area_id from service data
* Fix services not accepting entities
* Typo
2020-02-02 15:36:39 -08:00
Paulus Schoutsen
81dbdc6b9c
Add dump service to MQTT integration ( #31370 )
...
* Add dump service to MQTT integration
* Lint
2020-02-02 15:01:51 -08:00
Martin
af105d2d61
Emulated Hue + Alexa: Fix devices not discovered and error response ( #30013 & #29899 ) ( #31413 )
...
* Revert "Emulated Hue: changed the reported fallback device-type to fix Alexa compatibility issues (#30013 )"
This reverts commit ddc8d9e25c
.
* Revert "Emulated Hue: updated tests (#30013 )"
This reverts commit 90df461e75
.
* Emulated Hue + Alexa: changed the fallback device-type again to "Dimmable Light" (#30013 ) after collective debugging; fixed brightness for on/off-devices and scripts to prevent "device malfunction" response from Alexa (#29899 )
* Emulated Hue + Alexa: lint (#30013 , #29899 )
2020-02-02 14:52:00 -08:00
Josh Bendavid
96ede54a1b
always call set_volume with integer values ( #31418 )
2020-02-02 14:50:30 -08:00
Franck Nijhof
826433b680
Fix device name Google Assistant when using aliases ( #31416 )
...
* Fix device name Google Assistant when using aliases
* Adjust cloud tests
2020-02-02 14:48:13 -08:00
Robert Svensson
883b8f21ce
deCONZ - Library cleanup ( #31410 )
...
* Follow library changes
* Bump dependency to v70
* Fix test
2020-02-02 19:07:20 +01:00
Jean-Paul van Ravensberg
f21a058f31
Enable SUPPORT_VOLUME_STEP ( #31023 )
2020-02-02 17:47:48 +01:00
Gerben ten Hove
75f1e573e4
Search specific train in Nederlandse Spoorwegen ( #28898 )
...
* Nederlandse Spoorwegen: search for specific trip
* Reformatting with Black
* Resolve pylint error
* Reformat with black.
2020-02-02 17:28:36 +01:00
Fabian Affolter
f701b2245a
Upgrade alpha_vantage to 2.1.3 ( #31388 )
2020-02-02 17:27:06 +01:00
Björn Orri
8852cd0def
Add Salt Fiber Box device tracker ( #30986 )
...
* Add salt component
* Update files from development checklist
* Use warning log level when data cannot be retrieved
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Remove empty fields from manifest.json
* Remove default arguments for host and username
* Bump saltbox library version
* Refactor and improve error handling
* Dev checklist
* Fix linting errors
* Check for None and return empty list
* Log on debug level instead of info
* More compact None checks
* Remove redundant None check
* Return None on exception but store as empty list
* More compact syntax
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2020-02-02 17:26:51 +01:00
akasma74
61a1d8e99f
Fix rflink commands containing equals sign ( #31412 )
...
* new lib verson available
* new rflink lib version
* new rflink lib version
2020-02-02 17:23:13 +01:00
Daniel Perna
0f6e2850ab
Update pyhomematic to 0.1.64 ( #31406 )
2020-02-02 16:29:10 +01:00
Fabian Affolter
f68a6ae3b2
Upgrade numpy to 1.18.1 ( #31411 )
2020-02-02 16:28:37 +01:00
Paulus Schoutsen
7127310f10
Catch device not found in device automations ( #31401 )
2020-02-02 07:13:07 -08:00