Fabian Affolter and GitHub
de56a0d021
Upgrade shodan to 1.8.0 ( #14717 )
2018-06-01 08:40:27 +02:00
glenn20 and Fabian Affolter
99fdd3e358
Add device_descriptor and device_name to keyboard event ( #14642 )
...
* Add device_descriptor and device_name to keyboard event
This allows automations to identify which device has generated the
keypress. This is especially useful for bluetooth remotes to control different
devices.
* Remove line breaks
* Fix
2018-06-01 00:32:09 +02:00
Paulus Schoutsen and GitHub
9a3107aa66
Merge pull request #14727 from home-assistant/rc
...
0.70.1
2018-05-31 18:11:34 -04:00
Paulus Schoutsen
d31e01b877
Revert "Remove simplepush.io ( #14358 )"
...
This reverts commit 612a37b2dd .
0.70.1
2018-05-31 18:11:15 -04:00
Paulus Schoutsen and GitHub
f8c8900297
Merge pull request #14728 from home-assistant/reinstate-simplepush
...
Revert "Remove simplepush.io (#14358 )"
2018-05-31 18:09:50 -04:00
Paulus Schoutsen
ed9cf994c2
Revert "Remove simplepush.io ( #14358 )"
...
This reverts commit 612a37b2dd .
2018-05-31 17:58:03 -04:00
Paulus Schoutsen
d4a4938fce
Version bump to 0.70.1
2018-05-31 17:27:55 -04:00
Paulus Schoutsen
f7f0138cff
Bump frontend to 20180531.0
2018-05-31 17:27:44 -04:00
Marius and Paulus Schoutsen
753ffdaffd
Fix Eco mode display on Nest ( #14706 )
...
* Fix Eco mode display on Nest
* Fix Hound problems
2018-05-31 17:27:35 -04:00
Otto Winter and Paulus Schoutsen
40aba3d785
MQTT Cover Fix Assumed State ( #14672 )
2018-05-31 17:27:35 -04:00
Anders Melchiorsen and Paulus Schoutsen
64f157a036
Ignore unsupported Sonos favorite lists ( #14665 )
2018-05-31 17:27:35 -04:00
MizterB and Paulus Schoutsen
0eddd287c5
Update Hue platform to aiohue 1.5.0, and re-implement logic for duplicate scene names. ( #14653 )
2018-05-31 17:27:34 -04:00
Marius and Paulus Schoutsen
f32b50cb80
Fix Eco mode display on Nest ( #14706 )
...
* Fix Eco mode display on Nest
* Fix Hound problems
2018-05-31 17:26:59 -04:00
Paulus Schoutsen
a58a566ae8
Bump frontend to 20180531.0
2018-05-31 17:25:35 -04:00
Diogo Gomes and GitHub
2f1d40e014
Merge pull request #14721 from PhilRW/climate-constants
...
Change climate default limits to constants
2018-05-31 22:19:25 +01:00
Fabian Affolter and GitHub
14ee6178f9
Add Flock notification platform ( #14533 )
...
* Add Flock notification platform
* Use async syntax and move session and loop
2018-05-31 23:07:50 +02:00
Philip Rosenberg-Watt
753fe8279b
Remove deprecated comments
2018-05-31 13:59:26 -06:00
Philip Rosenberg-Watt
cc264f415e
Fix PEP-8 issues
2018-05-31 11:32:31 -06:00
Philip Rosenberg-Watt
dae90abb34
Change climate default limits to constants
...
Min and max temp and humidity are now defined in climate __init__.py
and are available for import in subclasses.
2018-05-31 11:23:04 -06:00
Aaron Bach and Martin Hjelmare
60f692c7bb
Fixes (and stabilizes) some incorrect zone codes in RainMachine ( #14719 )
...
* Fixes (and stabilizes) some incorrect zone codes
* Fixed a misspelling
2018-05-31 18:55:50 +02:00
c727 and Martin Hjelmare
7094d6d61e
Change ACP code_format to None|"Number"|"Any" ( #14686 )
2018-05-31 14:31:40 +02:00
Paulus Schoutsen
08fc73aa20
Bump to 0.71.0.dev0
2018-05-30 11:19:27 -04:00
Michael Nosthoff and Paulus Schoutsen
c14e41f431
Netatmo Sensor: Implement device_class ( #14634 )
...
added device_class and removed icon for temperature and humidity.
2018-05-30 10:53:35 -04:00
cdce8p and GitHub
f1f4d80f24
Homekit Bugfixes ( #14689 )
...
* Fix async bug
* Fix debounce bug
2018-05-30 12:39:27 +02:00
Paulus Schoutsen and Fabian Affolter
e746b92e0e
Fix deprecated code ( #14681 )
2018-05-29 23:14:58 +02:00
cdce8p and GitHub
7d2563eb1f
Update HAP-python to 2.2.2 ( #14674 )
...
* Pass driver to accessory
* Added 'hk_driver' fixture for tests
2018-05-29 22:43:26 +02:00
Aaron Bach and Martin Hjelmare
084b3287ab
Add sensors and services to RainMachine ( #14326 )
...
* Starting to add attributes
* All attributes added to programs
* Basic zone attributes in place
* Added advanced properties for zones
* We shouldn't calculate the MAC with every entity
* Small fixes
* Basic framework for push in play
* I THINK IT'S WORKING
* Some state cleanup
* Restart
* Restart part 2
* Added stub for service schema
* Update
* Added services
* Small service description update
* Lint
* Updated CODEOWNERS
* Moving to async methods
* Fixed coverage test
* Lint
* Removed unnecessary hass reference
* Lint
* Lint
* Round 1 of Owner-requested changes
* Round 2 of Owner-requested changes
* Round 3 of Owner-requested changes
* Round 4 (final for now) of Owner-requested changes
* Hound
* Updated package requirements
* Lint
* Collaborator-requested changes
* Collaborator-requested changes
* More small tweaks
* One more small tweak
* Bumping Travis and Coveralls
2018-05-29 21:02:16 +02:00
Thibault Cohen and Paulus Schoutsen
4105429639
Add asyncio support for Ebox ( #14183 )
...
* Fix Ebox sensor
* Fix #14183 comments
* Update ebox.py
* Update ebox.py
* Continue fixing comments
2018-05-29 10:23:12 -04:00
Robert Svensson and Paulus Schoutsen
8c93b484c4
deCONZ - Option to load or not to load clip sensors on start ( #14480 )
...
* Option to load or not to load clip sensors on start
* Full flow
* Fix config flow and add tests
* Fix attribute dark reporting properly
* Imported and properly configured deCONZ shouldn't need extra input to create config entry
2018-05-29 10:09:53 -04:00
Fabian Affolter and Paulus Schoutsen
3b38de63ea
Allow user-defined sensors ( #14613 )
...
* Allow user-defined sensors
* Require element for resources
* Don't use .get()
2018-05-29 10:03:00 -04:00
Alexei Chetroi and Paulus Schoutsen
eff1d1f14e
zha: fix temperature rounding for ZHA temperature sensors. ( #14669 )
2018-05-29 09:05:07 -04:00
Otto Winter and Paulus Schoutsen
fcb60d472e
MQTT Cover Fix Assumed State ( #14672 )
2018-05-29 09:03:45 -04:00
Anders Melchiorsen and Martin Hjelmare
f2a2f2cca5
Ignore unsupported Sonos favorite lists ( #14665 )
2018-05-29 10:15:30 +02:00
Paulus Schoutsen and Pascal Vizeli
8c7f0669c6
Allow hassio frontend development ( #14675 )
...
* Allow hassio frontend development
* Fix tests
2018-05-29 08:51:08 +02:00
Matthew Garrett and Fabian Affolter
d36c7c3de7
Increase Eufy's requirement on lakeside ( #14671 )
...
python-lakeside was broken with at least some versions of the Python
protobuf code, so bump the requirement to a fixed version.
2018-05-29 08:42:27 +02:00
Bakkoda and Fabian Affolter
79efb0e607
Update mfi.py ( #14667 )
...
Add ability to read door sensor states from the mPort.
2018-05-29 07:51:14 +02:00
Robert Accettura and Martin Hjelmare
9bc26e93a4
Add pin pad to alarm panel ( #14178 )
...
* Add pin pad to alarm panel
* Add pin pad to alarm panel
* Update regex
* Update regex
* Update regex
* Add pin pad to alarm panel
* Add pin pad to alarm panel
* Add pin pad to alarm panel
* Add pin pad to alarm panel
* Fix typos
* Fix typos
* Fix typos
* Add pin pad to alarm panel
* Fix errors
2018-05-29 07:50:27 +02:00
Andrey and Paulus Schoutsen
6c3e2021df
Give unknown zwave nodes a better name ( #14353 )
...
* Give unknown zwave nodes a better name
* Update util.py
2018-05-28 21:49:38 -04:00
Enrico Berndt and Paulus Schoutsen
07255a29b4
Add tv channel and volume level for philips js API 5 ( #14276 )
...
* PhilipsTV API 5: Added tv channel change and setting of volume level.
* set_volume only sets volume via api now and nothing else.
2018-05-28 10:41:51 -04:00
Alexei Chetroi and Paulus Schoutsen
144bb3492a
zha/light: Properly parse currentX and currentY on async_update() ( #14605 )
2018-05-28 10:32:47 -04:00
cdce8p and Paulus Schoutsen
6f4dd7b057
Improve Homekit media_player options ( #14637 )
...
* Optimize imports
* Optimize name
* Optimize config schema
* Rename mode to feature
* Replace mode with feature_list
2018-05-28 10:26:33 -04:00
David F. Mulcahey and Paulus Schoutsen
27f3285d17
Force update ZHA electrical sensor ( #14649 )
...
* force state update because we have a real reading
* hound
* docstring
2018-05-28 10:22:29 -04:00
MizterB and Paulus Schoutsen
9a87e62e0e
Update Hue platform to aiohue 1.5.0, and re-implement logic for duplicate scene names. ( #14653 )
2018-05-28 10:21:00 -04:00
koreth and Paulus Schoutsen
9044a9157f
Reduce log churn from Envisalink binary sensors ( #14659 )
...
The Envisalink binary sensor was logging events with a relative
timestamp that updated every time it polled, so even when nothing
new was happening, the event log would be full of meaningless
state changes. Modify the sensor code to use an absolute time
which stays stable when there isn't new activity.
2018-05-28 10:19:03 -04:00
Michaël Arnauts and Paulus Schoutsen
799ae894a8
Remove docker prereqs scripts that only install a package. Add informational message for this. ( #14661 )
2018-05-28 10:17:01 -04:00
Fabian Affolter and GitHub
bff1e1ff6c
Upgrade python_opendata_transport to 0.1.0 ( #14652 )
2018-05-28 08:17:10 +02:00
Fabian Affolter and GitHub
cc2437614b
Upgrade youtube_dl to 2018.05.26 ( #14654 )
2018-05-28 08:16:55 +02:00
Paulus Schoutsen and GitHub
0700886d1a
Merge pull request #14657 from home-assistant/rc
...
0.70.0
0.70.0
2018-05-27 20:22:19 -04:00
Paulus Schoutsen
cd0e321668
Version bump to 0.70.0
2018-05-27 17:18:53 -04:00
Paulus Schoutsen and Paulus Schoutsen
94a82ab7dc
Allow Hass.io panel dir ( #14655 )
2018-05-27 17:18:16 -04:00