Pascal Vizeli
532a75b487
Update pyozw to 0.1.1 ( #18436 )
...
* Update pyozw to 0.1.1
* Update requirements_all.txt
2018-11-13 23:43:01 +01:00
JC Connell
291fba0ba4
Update Magicseaweed sensor ( #18446 )
...
* Increment python-magicseaweed version.
* Update requirements_all.txt
2018-11-13 23:41:58 +01:00
Joakim Sørensen
597da90622
Fixes issue for returning the correct docker version. ( #18439 )
2018-11-13 21:00:21 +01:00
Abílio Costa
f14251bdcc
edp_redy: increase UPDATE_INTERVAL ( #18429 )
...
The server was getting a bit mad sometimes and would lock users out.
2018-11-13 14:24:30 +01:00
kennedyshead
ebdfb56803
Bumping aioasuswrt ( #18427 )
2018-11-13 14:04:36 +01:00
Daniel Høyer Iversen
7aa41d66e9
Avg price for tibber sensor ( #18426 )
...
* Avg price for tibber sensor
* change to sum_price
2018-11-13 11:29:04 +01:00
Fabian Affolter
7113ec6073
Fix smhi docstrings ( #18414 )
...
* Fix docstrings
* Fix lint
* Fix another typo
* Fix mobile phone edit
2018-11-13 10:01:14 +01:00
kbickar
f78dcb96b0
Sense will not list removed devices ( #18410 )
...
* Sense will not list removed devices
* quote update
2018-11-13 08:34:11 +01:00
Fredrik Erlandsson
996da72a4c
Daikin fixes ( #18415 )
...
* updated pydaikin version
* some Daikin models does not support fan settings
2018-11-13 08:33:34 +01:00
Aaron Bach
8547489014
Bumps pytile to 2.0.5 ( #18395 )
2018-11-12 19:10:03 -07:00
Fredrik Erlandsson
c6683cba7d
updated pydaikin version ( #18413 )
2018-11-12 22:53:50 +01:00
Fabian Affolter
ea4480f170
Use existing constant ( #18408 )
2018-11-12 22:32:30 +01:00
Diogo Gomes
0ab81b03a8
cancel off_delay action ( #18389 )
2018-11-12 21:28:00 +01:00
Pawel
d0463942be
Changed checking of cover state closed from 0 to closed_position variable. ( #18407 )
...
Change error message to avoid expression "get_position_topic".
2018-11-12 19:45:59 +00:00
Glenn Waters
275b485b36
Add support for keypad keypress ( #18393 )
...
* Add support for keypad keypress
* Update requirements_all
2018-11-12 16:10:28 +01:00
Levi Govaerts
15c77fe548
Add niko-home-control support ( #18019 )
...
* Add niko-home-control support
* Remove the sensor platform
* Minor changes
* Fix docstring
2018-11-12 15:59:52 +01:00
Philipp Wensauer
e5930da972
Update pynello to 2.0.2 ( #18402 )
...
* Update to pynello 2.0.2
* Update to pynello 2.0.2
* Update to pynello 2.0.2
2018-11-12 09:54:08 -05:00
Paulus Schoutsen
8fb6030f97
Bump frontend to 20181112.0
2018-11-12 15:14:37 +01:00
Jorim Tielemans
9eac11dcbe
Filter Coinbase account wallets ( #18167 )
...
Only add sensor entities for accounts with the specified currencies.
This is a none breaking change.
If it's not specified then all account wallets will be loaded.
2018-11-12 11:26:05 +01:00
kennedyshead
afd9c44ffb
Bumping aioasuswrt ( #18400 )
2018-11-12 11:10:53 +01:00
Hmmbob
1f06d6ac1a
Update waze_travel_time.py ( #18399 )
2018-11-12 11:09:39 +01:00
Adam Belebczuk
ca86755409
Discord - Minor bugfixes ( #18385 )
...
Suppress PyNaCl warnings of Discord notify
2018-11-11 23:16:23 +01:00
Clayton Nummer
1f476936a2
Fix default value for optional Sense configuration parameter ( #18379 )
2018-11-11 22:55:45 +01:00
Eric Nagley
ddeeba20b9
Google assistant enable fan speed controls ( #18373 )
...
* Initial commit of Traits changes.
* Initial commit of tests chagnes for added FanSpeed trait.
* pylint fixes.
* Default reversible to false
* Ensure reversible returns True/False.
* Fix FanSpeed trait name and fix order.
* Add remaining checks to FanSpeed trait Test.
* Remove un-needed blank lines at EOF.
* Update homeassistant/components/google_assistant/trait.py
Co-Authored-By: marchingphoenix <eanagley@gmail.com>
* use fan.SPEED_* constants as keys to speed_synonyms dict.
convert True if() to bool() for reversible assignment.
* use fan.SPEED_OFF constant of 'on' check.
2018-11-11 22:02:33 +01:00
Aaron Bach
5129a48750
Fixed misspellings in some of the Pollen sensor names ( #18382 )
2018-11-11 13:01:26 -07:00
Fabian Affolter
95eae47438
Bump version to 0.83.0
2018-11-11 18:22:28 +01:00
bouni
372470f52a
Fix and improvment of Swiss Hydrological Data component ( #17166 )
...
* Fix and improvment of Swiss Hydrological Data component
* changed component to get data from a REST API rather than from crawling the website
* fixed several issues and lint errors
* Fix and improvment of Swiss Hydrological Data component
* Minor changes
- Simplify the sensor configuration (expose value as attributes rather than sensor)
- Make the setup fail if station is not available
- Add unique ID
- Prepare for config flow
2018-11-11 17:48:44 +01:00
Martin Hjelmare
02cc6a2f9a
Fix hangouts notify ( #18372 )
...
* Remove notify schema from hangouts platform
* Notify platforms shouldn't overwrite the notify component service
schema. That has no effect.
* Fix hangouts service data key value
2018-11-11 17:46:28 +01:00
Jason Hunter
9cb6464c58
catch key error when saving image ( #18365 )
2018-11-11 17:44:41 +01:00
Jack Wilsdon
5b9a9d8e04
Return color information in Alexa Smart Home response ( #18368 )
...
Fixes #18367 .
2018-11-11 17:43:01 +01:00
Ville Skyttä
9411fca955
Add more type hints to helpers ( #18350 )
...
* Add type hints to helpers.entityfilter
* Add type hints to helpers.deprecation
2018-11-11 17:39:50 +01:00
Bram Kragten
b8c06ad019
Fix including from sub dir ( #18378 )
...
The include path is now always relative to the root of the config dir.
2018-11-11 17:15:58 +01:00
Steven Looman
9c92151ad1
Upgrade async_upnp_client to 0.13.2 ( #18377 )
2018-11-11 15:10:03 +00:00
Daniel Høyer Iversen
f0a0ce504b
Better error handling in Tibber ( #18363 )
...
* Better error handling in Tibber
* return if received error
2018-11-11 14:06:21 +01:00
Matthew Garrett
d9533127f9
Merge pull request #18364 from mjg59/avion
...
Bump python-avion dependency
2018-11-10 18:34:27 -08:00
Matthew Garrett
fa127188df
Bump python-avion dependency
...
The current version of python-avion doesn't work correctly with Python 3.5.
Update it to one that does.
2018-11-10 18:03:55 -08:00
Chris Kacerguis
667b41dd4a
Show battery_level as a percent vs a decimal ( #18328 )
2018-11-10 21:30:03 +01:00
Ville Skyttä
f236e14bd6
Upgrade pytest and pytest-sugar ( #18338 )
...
* Upgrade pytest to 3.10.0
* Upgrade pytest-sugar to 0.9.2
2018-11-10 21:08:32 +01:00
Antoine Meillet
e75f9b36f9
add heartbeat support to mysensors ( #18359 )
2018-11-10 21:08:03 +01:00
cdce8p
132bb7902a
Update HAP-python to 2.4.0 ( #18355 )
2018-11-10 18:33:45 +01:00
Paulus Schoutsen
df2ab62ce9
Merge pull request #18335 from home-assistant/rc
...
0.82
2018-11-10 09:52:37 +01:00
Adam Belebczuk
f7c99ada9d
WeMo - Change name of discovery option ( #18348 )
2018-11-10 09:32:09 +01:00
Tyler Page
8bd281d5a3
Update credstash.py ( #18349 )
...
* Update credstash.py
* Update requirements_all.txt
2018-11-10 08:21:39 +01:00
Adam Belebczuk
210eab16da
WeMo - Change name of discovery option ( #18348 )
2018-11-10 08:17:24 +01:00
uchagani
64ada1ea5a
bump total connect client to 0.22 ( #18344 )
2018-11-09 20:04:28 -05:00
Daniel Høyer Iversen
14ad5c0006
Switchmate library update ( #18336 )
2018-11-09 23:41:44 +01:00
Joakim Sørensen
d34c47a9e1
Rename sensor.launch to sensor.launch_library ( #18337 )
2018-11-09 22:24:26 +01:00
Aaron Bach
f971309113
Add support for sensors from Flu Near You ( #18136 )
...
* Add support for sensors from Flu Near You
* Added sensor for total reports with symptoms
* Member comments
* Member comments
2018-11-09 08:23:07 -07:00
Paulus Schoutsen
f8ca4cfd91
Merge remote-tracking branch 'origin/master' into rc
2018-11-09 15:44:17 +01:00
Paulus Schoutsen
4324d87673
Bumped version to 0.82.0
2018-11-09 15:42:17 +01:00