ThaStealth
105461edb5
Remove solaredge_local duplicate code ( #25941 )
...
* Removed duplicate code
* Update sensor.py
Splitted exceptions into two seperate ones
* Update sensor.py
* Update sensor.py
* Update sensor.py
Fixed linting errors
* Update sensor.py
2019-09-03 17:05:23 +02:00
Franck Nijhof
ad51615718
Use literal string interpolation in integrations A (f-strings) ( #26377 )
...
* Use literal string interpolation in integrations A (f-strings)
* Black
2019-09-03 09:11:36 -05:00
Anders Melchiorsen
3534b8a977
Fix race during initial Sonos group construction ( #26371 )
...
* Fix race during initial Sonos group construction
* Update homeassistant/components/sonos/media_player.py
2019-09-03 14:14:33 +02:00
Franck Nijhof
617133e465
Correct file permissions, removing executable bits ( #26376 )
2019-09-03 14:13:44 +02:00
Pascal Vizeli
950f8343d3
Update azure-pipelines-wheels.yml
2019-09-03 10:39:23 +02:00
ruohan.chen
c2a752e34f
Support new climate arch for zhong_hong ( #26309 )
...
* support new climate arch for zhong_hong
* use black to format
* mapping the states between lib and HA
* Add zhong_hong mapping constant
2019-09-03 10:18:08 +02:00
Fabian Affolter
245450a402
Upgrade pyhaversion to 3.1.0 ( #26232 )
2019-09-03 10:17:03 +02:00
Paulus Schoutsen
0cffd61481
Allow passing dictionaries to async_register_entity_service ( #26370 )
2019-09-03 09:50:24 +02:00
Pascal Vizeli
df9703d814
Add token support
2019-09-03 09:35:03 +02:00
Robert Svensson
c6d839f8ae
String has nothing to do with class method naming ( #26368 )
2019-09-02 22:12:10 -07:00
Sébastien RAMAGE
6a5f7bd8e4
Update zigpy_zigate to 0.2.0 ( #26327 )
...
* Update zigpy_zigate to 0.2.0
* Update requirements_all.txt
2019-09-02 22:21:09 +02:00
Costas
df90e9c4fd
Update google_maps dependency and improve error message ( #26361 )
...
* updated dependency and made error message a bit more accurate.
* updated dependency and made error message a bit more accurate.
2019-09-02 22:17:34 +02:00
Jeff Irion
85473d2c98
Bump androidtv to 0.0.26 and update tests ( #26340 )
...
* Move the patchers to a separate file
* Got a pytest test working (mostly)
* Checkpoint
* Switch to pytest for all tests
* Bump androidtv to 0.0.26 and update tests
* More robust patching
* Remove unused constants
* Combine two lines
* Add 2 additional checks
* Check that state objects are not None; add more description to tests
* Use f strings
2019-09-02 22:08:01 +02:00
Oliver
64465f0fbe
Push to version 0.7.10 of denonavr ( #26362 )
2019-09-02 14:15:00 -05:00
Ville Skyttä
ed5d3dba0e
Test with 3.6.1 in Travis ( #26347 )
...
https://github.com/home-assistant/architecture/issues/278
2019-09-02 15:51:59 +02:00
Malte Franken
ecaadfed3a
USGS Earthquakes icon for geolocation entities ( #26353 )
...
* define icon
* updated tests
* added codeowner
* updated codeowners
2019-09-02 13:37:11 +02:00
Paulus Schoutsen
8ae5ece6bb
Merge pull request #26345 from home-assistant/rc
...
0.98.2
2019-09-01 23:18:45 -07:00
Paulus Schoutsen
f6cf4c38e7
Bumped version to 0.98.2
2019-09-01 22:31:00 -07:00
tyjtyj
85a1726e69
Fix google_maps scan interval ( #26328 )
...
Reported on
https://github.com/home-assistant/home-assistant/issues/26275
2019-09-01 22:30:46 -07:00
Robert Svensson
d1e3fbd622
deCONZ - Dont update entry if data is equal
2019-09-01 22:30:45 -07:00
Paulus Schoutsen
309d401e47
Fix alexa bad temp sensors ( #26307 )
2019-09-01 22:30:45 -07:00
Paulus Schoutsen
795d5405db
Fix Alexa Report State ( #26305 )
...
* Fix Alexa Report State
* Forgot to save a file
2019-09-01 22:30:44 -07:00
Paul Annekov
732855e86c
bump tuyaha 0.0.4 ( #26303 )
2019-09-01 22:30:44 -07:00
Paulus Schoutsen
47e76fcd5e
Expose current direction properly on state machine ( #26298 )
...
* Expose current direction properly on state machine
* Fix template fan
2019-09-01 22:30:43 -07:00
Paulus Schoutsen
7a171dae33
Updated frontend to 20190901.0
2019-09-01 22:30:21 -07:00
Paulus Schoutsen
385a496944
Update translations
2019-09-01 22:30:09 -07:00
ChristianKuehnel
1b13c49541
added missing bluepy dependency for miflora ( #26297 )
...
fixes dependency issue #19362 (only part of the solution)
2019-09-01 21:44:50 -07:00
Paulus Schoutsen
aa7513bc5c
Expose current direction properly on state machine ( #26298 )
...
* Expose current direction properly on state machine
* Fix template fan
2019-09-01 21:42:57 -07:00
Erik Montnemery
3aa2729716
Add improvements of device_automation from frontend PR 3514 ( #26295 )
...
* Add improvements from frontend PR 3514
* Fix test
* Tweak
2019-09-01 21:40:18 -07:00
Steven Rollason
79488daddf
New template sensor attributes ( #26127 )
...
* updated sensor and test files
* Formatting fixes
* Updated attribute template code
* Black formatting
* Code improvements based on feedback on binary_sensor pull request
* Updated tests
* Remove duplicated code and fix tests
* Black formatting on tests
* Remove link from docstring
* Moved default to schema
* Formatting fix and change to use dict[key] to retrieve attribute_templates
2019-09-01 18:12:55 +02:00
Aleix Murtra
1617c2cd64
Add BeeWi SmartClim BLE sensors ( #26174 )
...
* Add BeeWi SmartClim BLE temperature and humidity sensor
* Update missing CODEOWNERS and .coveragerc files
* Updated requirements file
* Update documentation
* Fixed requested changes and decoupled IO library
* Add unique_id property
* Improve unique_id
2019-09-01 18:05:46 +02:00
Robert Svensson
b5426761f4
UniFi - Simplify getting controller from config entry ( #26335 )
...
* Simplify getting controller from config entry
* Lint ignore no longer needed
* Fix tests
2019-09-01 17:57:25 +02:00
fmartens
5b77a357e6
Inverted rflink cover ( #26038 )
...
* Added InvertedRflinkCover class to support COCO/KAKU ASUN-650 devices
* Rename TYPE_NORMAL to TYPE_STANDARD
* Cleaning up code and removed unused imports
* Added unit tests for InvertedRflinkCover
* less if/else statements
* Autoresolve type for newkaku
* Updated tests for InvertedRflinkCover
* Added unit test for standard cover without specifying type
* Updated comments in unit tests
* Updated unit test configuration and comments to be more explanatory
* Restore variable names in first part of the unit test that have been changed during a search and replace
* Reformated the code according to 4de97ab
* remove blank lines at end of rflink test_cover.py
* Replace single with double quote in test_cover.py
* Replaced single quotes with double qoutes and fixed formatting
* Black improvements
* Reformated the code of the unit test.
* entity_type_for_device_id should return 'TYPE_STANDARD' instead of 'None'
2019-09-01 17:52:43 +02:00
Daniel Høyer Iversen
597cd3e886
Upgrade tibber library ( #26332 )
2019-09-01 14:22:50 +02:00
Robert Svensson
6102eb9f1c
Migrate Axis, deCONZ and UniFi to use config entry subclass ( #26173 )
...
* Use init_subclass for Config Entries
* Pylint cant handle subclass being the only user of imports
2019-09-01 13:15:48 +02:00
Josef Schlehofer
a80d26f0dc
Upgrade sqlalchemy to 1.3.8 ( #26331 )
2019-09-01 14:10:58 +03:00
David Bonnes
f91dd4f5f8
Change evohome to asyncio client ( #26042 )
...
* fully async now
* add convergence (call update() 2 seconds after client API call) (issue#25400)
* handle dead TRVs (e.g. flat battery)
2019-09-01 11:45:41 +01:00
Rocik
298aafc79d
Add support for Supla switches ( #26188 )
...
* add support for Supla switches
* remove blank line at the end of file
* Add comma on last element of a list
* Remove unnecessary supla dependencies variable
2019-09-01 10:42:17 +02:00
Jonathan Keljo
5ba436e3d8
Add a keypress service for AlarmDecoder ( #26100 )
...
* Add a keypress service for AlarmDecoder (like Envisalink has)
* Feedback
* Import DOMAIN
2019-09-01 10:38:58 +02:00
tyjtyj
fade2e991b
Fix google_maps scan interval ( #26328 )
...
Reported on
https://github.com/home-assistant/home-assistant/issues/26275
2019-09-01 10:24:54 +02:00
Josef Schlehofer
b31fde6255
Upgrade youtube_dl to 2019.09.01 ( #26330 )
2019-09-01 10:20:08 +02:00
Balazs Sandor
baa30aec9d
Fix onvif camera setup error ( #24585 )
...
* fix: onvif setup error
* refactor: onvif camera init process
* onvif/camera: review fixes
* onvif/camera: review fixes
* onvif/camera: fix pydoc
* onvif: remove unrelated async-await
* Onvif review fix
* onvif/camera: remove log
2019-08-31 22:29:42 +02:00
Robert Svensson
d9ef92f6d2
UniFi - use entity registry disabled_by to control available entities ( #26141 )
...
* Move ignoring logic to entity registry enabled default
* Handle config to option import better
* Properly enable and disable entity registry entries on changes from config entry options
* Fix balloobs comments
* Fix some tests
* Fix tests
* Simplify updating disable on entities
* Simplify device tracker update function
* Local entity disabled replaced on rebase
* Only alter entities with changed options
* Proper tracking of changed options
* Back to straightforward updating of disabled
2019-08-31 22:04:04 +02:00
Pawel
922522b089
Fetch Onkyo current radio preset ( #26211 )
...
* atribute to show which preset is currently on in radio
* add attribute for onkyo zone
* change format string to f-strings
2019-08-31 21:56:29 +02:00
Diogo Gomes
9df2c3f8c9
Add precision argument to the Range Filter ( #25874 )
...
* add precision argument
* add precision testing to range_filter
2019-08-31 19:24:17 +02:00
Paulus Schoutsen
46b5b0cac7
Fix alexa bad temp sensors ( #26307 )
2019-08-31 09:46:26 -05:00
Robert Svensson
d1874d148a
deCONZ - Dont update entry if data is equal
2019-08-31 15:56:43 +02:00
Robert Van Gorkom
614cf74225
Add Withings support ( #25154 )
...
* Rebasing with a clean branch.
Addressing PR feedback.
Cleaning up some static code checks.
Fixing bug with saving credentials.
* Removing unecessary change.
* Caching data manager.
* Removing configurable measures.
* Using import step in config flow.
* Updating config flows.
* Addressing PR feedback.
* Formatting source.
* Addressing PR feedback and rebasing.
2019-08-31 14:30:59 +02:00
Jc2k
944b544b2e
Add support for Homekit accessory battery sensors ( #26210 )
...
* Add simple battery sensor
* Add test for battery sensor based on a real device
* Vary icon based on battery state
* Add test for battery sensory
* Read other battery related states from accessory
* Add a device class to the battery sensor
* Respect the low battery flag from the device
2019-08-31 13:18:18 +01:00
Paulus Schoutsen
7b05ede297
Fix Alexa Report State ( #26305 )
...
* Fix Alexa Report State
* Forgot to save a file
2019-08-30 20:34:40 -05:00