a-andre
ba20ffdde7
Fix interaction with hyperion on NodeMCU ( #12872 )
...
* Hyperion on NodeMCU has no 'activeEffects' entry
* Hyperion on NodeMCU has non-empty 'activeLedColor' when light is turned off
2018-03-03 17:04:32 -08:00
Paulus Schoutsen
cf8907ed0f
Fix aggressive scan intervals ( #12885 )
2018-03-03 14:03:06 -08:00
Boris K
95176b0666
Fix 0 value when home-assistant restarts ( #12874 )
2018-03-03 22:59:25 +01:00
Julius Mittenzwei
f0d9844dfb
await syntax knx scene ( #12879 )
2018-03-03 13:55:24 -08:00
Anders Melchiorsen
54f8f1223f
Optimize logbook SQL query ( #12881 )
2018-03-03 13:54:55 -08:00
Anders Melchiorsen
339a839dbe
Add SQL index to states.event_id ( #12825 )
2018-03-03 22:54:38 +01:00
Anders Melchiorsen
e2e10b91a7
Grammar fix 'an unique' ( #12870 )
2018-03-03 19:23:55 +01:00
JC Connell
a9d242a213
Add support for Zillow Zestimate sensor ( #12597 )
...
* Added Zillow Zestimate sensor.
* Add zestimate.py to .coveragerc
* Fix line 167 81>80
* Incorporate tinloaf changes.
* Saving work
* Incorporate changes requested by MartinHjelmare
* Remove unnecessary import
* Add a blank line between standard library and 3rd party imports
2018-03-03 17:41:33 +01:00
Daniel Høyer Iversen
49581a4a2a
Add unique id for Tibber sensor ( #12864 )
...
Upgrade Tibber libary
2018-03-03 13:18:45 +01:00
Jens Østergaard Nielsen
d8a11fd706
Updated to use latest ihcsdk version ( #12865 )
...
* Updated to used latest ihcsdk version
* Updated requirements_all.txt
2018-03-03 12:48:58 +01:00
Anders Melchiorsen
d63cf94d6d
Fix dead Sonos web interface even more ( #12851 )
2018-03-03 00:19:22 -08:00
Sebastian Muszynski
7d8a309017
IndexError (list index out of range) fixed. ( #12858 )
2018-03-03 00:15:19 -08:00
Otto Winter
99eeb01525
Fix light group update before add ( #12844 )
...
* Fix light group update before add.
* Revert pytest skip
2018-03-02 15:04:32 -08:00
Sebastian Muszynski
92b07ba8d1
PyXiaomiGateway version bumped. ( #12828 )
2018-03-02 12:00:17 -08:00
Paulus Schoutsen
c2b06b9e55
Merge branch 'master' into dev
2018-03-02 11:34:33 -08:00
Anders Melchiorsen
dd67192057
Keep auto groups during group reload ( #12841 )
...
* Keep auto groups during group reload
* Make protected member public
* Add test
2018-03-02 11:29:49 -08:00
Paulus Schoutsen
a5ffe0f72b
Merge pull request #12848 from home-assistant/release-0-64-3
...
0.64.3
2018-03-02 11:26:26 -08:00
Ville Skyttä
7937064fb7
Address upcloud post-merge comments ( #12011 ) ( #12835 )
2018-03-02 11:23:53 -08:00
Daniel Høyer Iversen
0762c7caef
Update volvooncall.py ( #12834 )
2018-03-02 11:23:12 -08:00
Paulus Schoutsen
32b6fb60d8
Handle Hue errors better ( #12845 )
...
* Handle Hue errors better
* Lint
2018-03-02 11:22:26 -08:00
Paulus Schoutsen
4a85ab1ecb
Cloud unauth ( #12840 )
...
* Handle expired refresh token better
* Retry less aggressive
* Newline
2018-03-02 11:22:26 -08:00
Andrey
981f6fa027
Fix sensibo default IDs to be according to schema ( #12837 )
2018-03-02 11:22:26 -08:00
Johann Kellerman
125088449a
is_allowed_path: Also unit test folder #12788 #12807 ( #12810 )
2018-03-02 11:22:25 -08:00
Paulus Schoutsen
fec7c87ff3
Version bump to 0.64.3
2018-03-02 11:22:05 -08:00
Paulus Schoutsen
d333593aa6
Handle Hue errors better ( #12845 )
...
* Handle Hue errors better
* Lint
2018-03-02 11:21:30 -08:00
Paulus Schoutsen
4e03176634
Skip flaky light.group test [skipci] ( #12847 )
2018-03-02 11:19:19 -08:00
Andrey
e20e0425b1
Fix sensibo default IDs to be according to schema ( #12837 )
2018-03-02 11:16:48 -08:00
Paulus Schoutsen
228b030c82
Cloud unauth ( #12840 )
...
* Handle expired refresh token better
* Retry less aggressive
* Newline
2018-03-02 10:33:05 -08:00
Jeroen ter Heerdt
7a979e9f72
Egardia redesign - generic component and sensor support ( #11994 )
...
* Egardia redesign - generic component and sensor support
* Updating .coveragerc and requirements_all
* Fixing linting errors
* Fixing linting errors (again)
* Fixing linting errors
* Responding to review
* Responding to review.
* Updating requirements_all.txt
* Responding to review.
* Responding to review
* Removing unnessesary logging line.
* Responding to review
* Responding to review.
* Fixing copying mistake.
* Responding to review.
* Improving validation.
* Updating package requirement to .38
* Fixing syntax error.
* Updating requirements_all.txt
* Fixing bug handling alarm status.
* Updating requirements_all.txt
* Updating requirements_all.txt
* Changing parsing of configuration.
* Changing code lookup.
* Fixing linting error.
2018-03-02 12:50:00 +01:00
Thijs de Jong
25c4c9b63c
Add icons to Xiaomi Aqara sensors ( #12814 )
...
* Update xiaomi_aqara.py
* Update xiaomi_aqara.py
2018-03-01 17:15:08 -08:00
Otto Winter
03970764d8
Add light.group platform ( #12229 )
...
* Add grouped_light platform
* 📝 Fix Lint issues
* 🎨 Reformat code with yapf
* A Few changes
* ✨ Python 3.5 magic
* Improvements
Included the comments from #11323
* Fixes
* Updates
* Fixes & Tests
* Fix bad-whitespace
* Domain Config Validation
... by rebasing onto #12592
* Style changes & Improvements
* Lint
* Changes according to Review Comments
* Use blocking light.async_turn_*
* Revert "Use blocking light.async_turn_*"
This reverts commit 9e83198552
.
* Update service calls and state reporting
* Add group service call tests
* Remove unused constant.
2018-03-01 17:14:26 -08:00
cdce8p
168e1f0e2d
Improved Homekit tests ( #12800 )
...
* Added test for temperature fahrenheit
* Restructured tests to use more mocks
* Rearanged homekit constants
* Improved 'test_homekit_class'
* Added import statements
* Fix Pylint Test errors
2018-03-01 15:20:02 -08:00
Otto Winter
d3386907a4
MQTT Python 3.5 Async Await Syntax ( #12815 )
...
* MQTT Async Await
* Remove unused decorator.
2018-03-01 15:06:26 -08:00
Diogo Gomes
de3c76983a
Filter Sensor ( #12650 )
...
* filter sensor platform implementation
* added tests
* default arguments
* Fix for unavailable units during initial startup
* unused variable
* Addresses code review by @MartinHjelmare
* fix
* don't need hass in this test
* Various Improvements
* Added Throttle Filter
* hound fixes
* test throttle filter
* fix
* Address comments by @balloob
* added test, reformulated filter tests
* Precision handling
* address comments from @balloob
* Revert "Precision handling"
This reverts commit f4abdd3702
.
* removed stats
* only round floats
* Registry decorator usage
* Tries to address remaining comments
2018-03-01 15:03:01 -08:00
Otto Winter
b9d8789771
Cast Python Async Await Syntax ( #12816 )
2018-03-01 23:25:52 +01:00
Daniel Høyer Iversen
b186b27600
Tibber: retry if we fail to connect at startup ( #12620 )
...
* Tibber: retry if we fail to connect at startup
* Tibber: retry if we fail to connect at startup
* Tibber: retry if we fail to connect at startup
* Tibber: retry if we fail to connect at startup
* Update tibber.py
* Update tibber.py
2018-03-01 23:15:27 +01:00
Paulus Schoutsen
3ca446dda1
Version bump to 0.64.2
2018-03-01 11:52:00 -08:00
Paulus Schoutsen
1bc5042bf9
Merge pull request #12808 from home-assistant/release-0-64-2
...
0.64.2
2018-03-01 11:48:39 -08:00
Paulus Schoutsen
23c39ebefd
Fix flakiness in tests ( #12806 )
2018-03-01 11:47:56 -08:00
Johann Kellerman
ff83efe376
is_allowed_path: Also unit test folder #12788 #12807 ( #12810 )
2018-03-01 18:55:58 +01:00
cdce8p
17ba813a6d
Changed default from `all` to `changed` ( #12660 )
...
* Default option now '--changed'
* to check all files, use: '--all' or 'tox -e lint'
2018-03-01 18:02:19 +01:00
Greg Dowling
78dd010a04
Merge pull request #12817 from home-assistant/bump_pyloopenergy
...
Bump pyloopenergy to 0.0.18. Fixes hassio connect issues.
2018-03-01 16:31:10 +00:00
pavoni
88021ba404
Bump pyloopenergy to 0.0.18. Fixes hassio connect issues.
2018-03-01 16:05:18 +00:00
Paulus Schoutsen
491b3d707c
Add optional words to conversation utterances ( #12772 )
...
* Add optional words to conversation utterances
* Conversation to handle singular/plural
* Remove print
* Add pronounce detection to shopping list
* Lint
* fix tests
* Add optional 2 words
* Fix tests
* Conversation: coroutine -> async/await
* Replace \s with space
2018-03-01 07:35:12 -08:00
Ryan McLean
59141a4063
Unique IDs for Plex Clients ( #12799 )
...
* Unique IDs for Clients
* HoundCI cleanup
* debug output removal
* Updates from feedback
* More Updates from feedback
* More Updates from feedback
* Lint Fixes
2018-02-28 23:01:35 -08:00
Anders Melchiorsen
b6805853f1
Fix dead Sonos web interface with some music sources ( #12796 )
...
* Get data from soco, not event
* Patch soco.events.parse_event_xml to ignore exceptions
2018-02-28 23:01:34 -08:00
Aaron Bach
7511286a25
Fixed Pollen.com bugs with ZIP codes and invalid API responses ( #12790 )
2018-02-28 23:01:34 -08:00
Bas Schipper
70979d855d
Fixed missing optional keyerror data_bits ( #12789 )
2018-02-28 23:01:33 -08:00
uchagani
a1010cc63a
Update samsungctl library to latest version ( #12769 )
...
* update samsungctl library to latest version
* add websocket dependency
2018-02-28 23:01:33 -08:00
Anders Melchiorsen
3a2c3fe589
Silence harmless sonos data structure warnings ( #12767 )
2018-02-28 23:01:32 -08:00