Paulus Schoutsen
cec8ccb1a4
Version bump to 0.48.0.dev0
2017-06-17 12:13:46 -07:00
Paulus Schoutsen
9b1ed4e79b
Merge pull request #8055 from home-assistant/release-0-47
...
0.47
2017-06-17 12:07:58 -07:00
happyleavesaoc
8fffaebe50
bump ups ( #8075 )
2017-06-17 11:12:50 -07:00
happyleavesaoc
84aab1c973
bump usps version ( #8074 )
2017-06-17 11:12:50 -07:00
Caleb
a2fbc0d2ef
Update pyunifi component to use APIError passed from pyunifi 2.13. Better accommodate login failures with wrapper in pyunifi 2.13. ( #7899 )
...
* Pyunifi update
* Update pyunifi_test
* Import API Error
* Adjust test_unifi.py to import APIError
* Remove urllib import
* Remove urllib import from test
* Try fix mock
* Remove automations.yaml
* Lint
2017-06-17 11:09:44 -07:00
Caleb
6a017efc0e
Update pyunifi component to use APIError passed from pyunifi 2.13. Better accommodate login failures with wrapper in pyunifi 2.13. ( #7899 )
...
* Pyunifi update
* Update pyunifi_test
* Import API Error
* Adjust test_unifi.py to import APIError
* Remove urllib import
* Remove urllib import from test
* Try fix mock
* Remove automations.yaml
* Lint
2017-06-17 11:09:27 -07:00
Paulus Schoutsen
363a429c41
Fix EntityComponent handle entities without a name ( #8065 )
...
* Fix EntityComponent handle entities without a name
* Implement solution by Anders
2017-06-17 10:59:18 -07:00
Lev Aronsky
9fc22ee47a
Added 'all_plants' group and support for plant groups state. ( #8063 )
...
* Added 'all_plants' group and support for plant groups state.
* Reversed the group states.
2017-06-17 10:59:18 -07:00
Pascal Vizeli
a250f583eb
Fix attribute entity ( #8066 )
...
* Bugfix entity attribute setter
* Fix tests
* Fix tests part 2
* Change filter only None
* Fix tests part 3
* Update entity.py
* Fix tests
2017-06-17 10:59:18 -07:00
Andrey
bf495edbb5
Add to zwave services descriptions ( #8072 )
2017-06-17 10:59:18 -07:00
Paulus Schoutsen
3ea7dee83d
Always enable monkey patch ( #8054 )
2017-06-17 10:59:18 -07:00
pezinek
d796e8db5c
No update in MQTT Binary Sensor #7478 ( #8057 )
2017-06-17 10:59:18 -07:00
Pascal Vizeli
d24b45054a
Update numpy 1.13.0 ( #8059 )
2017-06-17 10:59:18 -07:00
Paulus Schoutsen
18935440ed
Fix EntityComponent handle entities without a name ( #8065 )
...
* Fix EntityComponent handle entities without a name
* Implement solution by Anders
2017-06-17 10:50:59 -07:00
Lev Aronsky
2ba6b3a2ab
Added 'all_plants' group and support for plant groups state. ( #8063 )
...
* Added 'all_plants' group and support for plant groups state.
* Reversed the group states.
2017-06-17 10:22:23 -07:00
Pascal Vizeli
2438c6b7c2
Fix attribute entity ( #8066 )
...
* Bugfix entity attribute setter
* Fix tests
* Fix tests part 2
* Change filter only None
* Fix tests part 3
* Update entity.py
* Fix tests
2017-06-17 10:03:49 -07:00
Andrey
32a84f1466
Add to zwave services descriptions ( #8072 )
2017-06-17 10:02:37 -07:00
happyleavesaoc
0002a895ca
bump usps version ( #8074 )
2017-06-17 18:42:56 +02:00
happyleavesaoc
d0b43b187a
bump ups ( #8075 )
2017-06-17 18:42:12 +02:00
John Mihalic
33d381731f
Bump pyEmby version to account for API changes ( #8070 )
2017-06-17 18:41:35 +02:00
Eugenio Panadero
18f81d7824
Add option to set language of openweathermap sensor, and handle updating errors ( #8046 )
...
* Add option to set language of openweathermap sensor messages
* handle error updating openweathermap sensor
2017-06-17 12:37:34 +02:00
Fabian Affolter
844c8149d7
Add initial support for Shiftr.io ( #7974 )
...
* Add initial support for Shiftr.io
* Fix lint issue
* Use paho-mqtt instead of internal MQTT object
* remove async flavor while paho is not async
2017-06-17 12:34:12 +02:00
pezinek
7617864ba5
Failed to parse response from WU API: 'record' (and 'recordyear') #7747 ( #8058 )
2017-06-17 12:32:22 +02:00
jshore1296
58c234466c
Allow config of latitude and longitude ( #8068 )
...
This will allow for dynamically updating weather states, for instance if
you wanted to use the latitude and longitude of a phone or other device
to get the weather for your current location.
2017-06-17 10:41:11 +02:00
Phil Hawthorne
9071946e87
Remove % sign from Vera Battery Levels ( #8069 )
...
Vera devices are reporting battery levels as a sting by appending a
percentage sign (%) on the end.
To make the Vera component act like other Home Assistant components,
let's remove the percentage sign from the battery report levels so that
we only display the battery level.
This may be a "breaking change" if people are relying on the Vera
battery levels to be a string instead of an int. However, this will make
the battery level reports compatible with everything else.
2017-06-17 10:38:15 +02:00
Paulus Schoutsen
b24aa24f6a
Always enable monkey patch ( #8054 )
2017-06-16 17:17:18 -07:00
Andrey
1fde234c78
Fix some warnings found by quantifiedcode ( #8027 )
...
* Cleanup of warnings by quantifiedcode
* Fix lint
* Fix test
* Delete insteon_hub component
* Also update .coveragerc
2017-06-16 22:44:14 +03:00
Adam Mills
d67f3b8060
Use standard entity_ids for zwave entities ( #7786 )
...
* Use standard entity_ids for zwave entities
* Include temporary opt-in for new entity ids
* Update link to blog post
* Update tests
* Add old entity_id as state attribute
* Expose ZWave value details
* Update tests
* Also show new_entity_id
* Just can't win with this one
2017-06-16 13:25:12 -04:00
Adam Mills
afb9cba806
Use standard entity_ids for zwave entities ( #7786 )
...
* Use standard entity_ids for zwave entities
* Include temporary opt-in for new entity ids
* Update link to blog post
* Update tests
* Add old entity_id as state attribute
* Expose ZWave value details
* Update tests
* Also show new_entity_id
* Just can't win with this one
2017-06-16 13:07:17 -04:00
pezinek
1c2f4866e2
No update in MQTT Binary Sensor #7478 ( #8057 )
2017-06-16 14:55:59 +02:00
Pascal Vizeli
e90ae2fb75
Update numpy 1.13.0 ( #8059 )
2017-06-16 11:47:48 +02:00
Paulus Schoutsen
4339e9aab1
version bump to 0.47
2017-06-15 22:51:13 -07:00
Paulus Schoutsen
9b640f6a81
Add comment to default config
2017-06-15 22:31:22 -07:00
Alex Harvey
437ddb8dea
Updater improvements to send option component information ( #7720 )
...
* Setup to send component data is option is enabled
* testcases, as well as moved to a single boolean, passed to the function
* fixed pep8 failures
* Clarify config option.
2017-06-15 22:29:18 -07:00
Erik Eriksson
a119bd0056
Provide entity_id to avoid sensor mixup ( fixes #7636 ). Use async_dispatcher. Provide icon. ( #7946 )
...
* Avoid sensor mixup. Fixes #7636 . Also provide icon. Plus some smaller
fixes.
* fix async p1
* Create volvooncall.py
2017-06-15 22:28:30 -07:00
matt2005
0eaad46d93
Added ONVIF camera component ( #7979 )
...
* Added ONVIF camera component
* added requirements
* corrected long lines
* fixed indenting
* fixed indenting
* removed bad whitespace
* updated coveragerc
* Added ONVIF camera component
* added requirements
* corrected long lines
* fixed indenting
* fixed indenting
* removed bad whitespace
* updated requirements
* updated requirements
* Added ONVIF camera component
* added requirements
* corrected long lines
* fixed indenting
* fixed pylink error indenting
* Added ONVIF camera component
* added requirements
* corrected long lines
* fixed indenting
* fixed indenting
* removed bad whitespace
* updated requirements
* fixed indenting
* removed bad whitespace
* updated requirements
* fixed pylink error indenting
* rebased and fixed requirements
* Removed Debug logging
* Added info logging to show URL being used.
* corrected spacing
* Tidied up and renamed input to host
* fixed typo
* corrected line lengths
* added default to ffmpeg_arguments
* removed unecessary ffmpeg arguements
* changed to use .format instead of +
* fixed indenting
* cleanup & make it more readable
2017-06-15 22:28:17 -07:00
Jean-Michel Ruiz
8af6bacfd0
media_player.firetv - Adding support for https. ( #8022 )
...
* Adding support for https.
This change allows to access a firetv-server instance that runs over https (via a reverse proxy for exemple).
Default stays http, but if `ssl: true` is set in the configuration the connection goes over https.
Successfully tested.
* respecting the 79 characters line limit
2017-06-15 22:23:10 -07:00
Giuseppe
09ca440c20
Fixed the Wind sensor following new release of netatmo-api-python ( #8030 )
...
* Fixed the Wind sensor following new release of netatmo-api-python
The NetAtmo PR was at:
https://github.com/jabesq/netatmo-api-python/pull/5
Essentially, this commit adds a protection when adding an incorrect
monitored conditions to avoid to fail the entire NetAtmo component,
plus for consistency reasons all conditions are now in lower case.
* Fixes following the CI tests
2017-06-15 22:14:46 -07:00
Paulus Schoutsen
74cc675a38
Restrict Python Script ( #8053 )
2017-06-15 22:13:10 -07:00
boojew
c478f2c7d0
Added host variable to Splunk.py and updated tox tests ( #8052 )
...
* Added host variable to Splunk.py and updated tox tests
* Update splunk.py
* Update splunk.py
2017-06-15 20:41:19 -07:00
Martin Tremblay
a3a702b269
Adding ssocr to docker to support Seven Segments Display ( #8028 )
...
* Adding ssocr to docker to support Seven Segments Display
* Adding cleanup
2017-06-15 20:31:30 -07:00
Paulus Schoutsen
92a6f21cc2
Update frontend
2017-06-15 20:29:11 -07:00
Pascal Vizeli
814834512a
Group service / dynamic handling ( #7971 )
...
* Add Service to group
* Finish service
* Add service functions
* fix lint
* Address paulus comments
* fix lint & cleanup
* fix lint
* fix lint
* fix lint p3
* add test for check group
* add more tests
* fix lint
* Update service.yaml
* Fix order for tests
* Fix comment
* Fix test
* Fix tests
* Fix name in tests
* Fix view
* Fix default value
* Fix lint
* Fix key error
* add name
* migrate component entity
* fix tests
* fix import
* migrate device tracker
* fix lint
* fix bug
* fix logic
* fix lint
* fix tests
* fix generator
* fix group
* fix other tests.
* Not need to load group on first stage anymore.
* fix service
* add more group depency
* fix tests
* Revert "fix tests"
This reverts commit 35a922b3a8
.
* Real fix
* fix test p2
* fix test p3
* fix test p4
* fix test p5
* fix test p6
* fix lint
* fix test p7
* Rename attribute
* fix group test
* fix bug
* fix flagy tests
* fix service.yaml
* fix lint
2017-06-16 00:52:28 +02:00
Alan Fischer
46f3088a70
Vera fix for dimmable vs rgb lights ( #8007 )
...
* Differentiate between dimmable & rgb lights
* Updated requirements
* Cache _has_color for supported_features
* simplify & cleanup code
* Create vera.py
2017-06-16 00:28:24 +02:00
Fabian Affolter
deed760008
Upgrade zeroconf to 0.19.1 ( #8043 )
2017-06-15 21:25:19 +02:00
Fabian Affolter
d1da53615f
Upgrade pysnmp to 4.3.8 ( #8044 )
2017-06-15 21:24:31 +02:00
Fabian Affolter
69c919183a
Do not call update() in constructor ( #8048 )
2017-06-15 21:23:55 +02:00
Anders Melchiorsen
8eb29787a5
LIFX: add multiple modes to pulse effect ( #8016 )
...
* blink: the existing 50/50 flashing between base color and effect color
* breathe: a lifx_effect_breathe replacement
* ping: mostly base color with a short flash at the end of the cycle
* strobe: dark base color and short cycles by default
* solid: temporary color change, base color never visible
Adding a service call for each mode is a bit extravagant so instead
lifx_effect_breathe has been folded in as an option and that service
call is deprecated.
2017-06-15 07:59:11 +02:00
Adam Mills
ae3973144c
Discover Z-Wave values by index ( #7853 )
...
* Discover Z-Wave values by index
* Add URLs for enums (Some Assembly Required)
* URLs on one line
* Move lint suppression to single line
2017-06-14 08:41:20 -04:00
Andrey
02f7eb9675
Allow device_tracker platforms to specify picture and icon upon discovery ( #8018 )
...
* Allow device tracker platforms to specify picture
* Allow device tracker to specify icon during discovery
* Clean up and add tests
* Fix lint
* Fix test
2017-06-14 14:39:18 +02:00