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
Paulus Schoutsen
37a3d5fd85
Add HEAD and PUT support to webhooks ( #26299 )
2019-08-30 20:32:38 -05:00
Paul Annekov
f01e106e6d
bump tuyaha 0.0.4 ( #26303 )
2019-08-30 17:30:18 -07:00
Paulus Schoutsen
2f6bdc8643
Remove deprecated SMA config ( #26306 )
2019-08-30 16:41:07 -07:00
Pascal Vizeli
299695ca24
Update azure-pipelines-wheels.yml
2019-08-30 15:56:52 +02:00
Pascal Vizeli
b074337b9c
Update azure-pipelines-wheels.yml
2019-08-30 15:50:49 +02:00
Pascal Vizeli
4d08e73e3e
Enable py_noaa
2019-08-30 14:48:08 +02:00
5mauggy
62338dd28e
Fix deConz thermostat integration ( #26267 )
...
* Fixed logger name to allow selective logging
* Fixed thermostat mode ('off' and 'heat' modes were not consistent with Eurotronic Spirit Zigbee Thermostat state) and added 'auto' to supported mode
* Added required blank lines in code
* Black formatting
* Revert logging code added to each files. Instead, only replaced "." by __package__ in const.py
* Added a test on self._device.state_on to determine hvac_mode
* Black formatting
* Added debug message when unsupported hvac_mode is encountered
* Applied formatting recommandations
* Updated tests for 'auto' hvac_mode
2019-08-30 14:28:39 +02:00
Paulus Schoutsen
ad6ede9ef7
Merge remote-tracking branch 'origin/master' into dev
2019-08-29 16:06:24 -07:00
Paulus Schoutsen
d1219d0b41
Merge pull request #26276 from home-assistant/rc
...
0.98.1
2019-08-29 16:03:33 -07:00
Robert Svensson
1ca2f1906a
UniFi - dont schedule updates on disabled entities ( #26278 )
...
* Dont schedule updates on disabled entities
* Use entity enabled since it is available
2019-08-29 14:04:18 -07:00
Robert Svensson
0d7326168e
UniFi - dont schedule updates on disabled entities ( #26278 )
...
* Dont schedule updates on disabled entities
* Use entity enabled since it is available
2019-08-29 14:04:01 -07:00
Paulus Schoutsen
5413cbd195
Fix partly cloudy ( #26277 )
2019-08-29 13:23:19 -07:00
mbo18
015adbbac0
Fix missing DarkSky mdi icon ( #26274 )
...
* Fix missing DarkSky mdi icon
Fix mdi icon for DarkSky
* fix icon
* Update weather.py
2019-08-29 13:23:19 -07:00
mbo18
6a02fd51b8
Fix missing DarkSky mdi icon ( #26274 )
...
* Fix missing DarkSky mdi icon
Fix mdi icon for DarkSky
* fix icon
* Update weather.py
2019-08-29 13:22:52 -07:00
Paulus Schoutsen
66b905776b
Fix partly cloudy ( #26277 )
2019-08-29 13:22:29 -07:00
Paulus Schoutsen
5676f6fb86
Bumped version to 0.98.1
2019-08-29 13:06:34 -07:00
David F. Mulcahey
bb52e17364
Fix ZHA state restore by always restoring last seen on devices ( #26271 )
...
* fix state restore by always restoring last seen
* cleanup
2019-08-29 12:56:18 -07:00
SukramJ
069e762da0
Fix for 0.98: Don't update disabled entities (Homematic IP Cloud) ( #26236 )
...
* Homematic IP Cloud Fix: Don't update disabled entities
* Added enabled to entity.py
* Update test for enabled
* Update entity.py
2019-08-29 12:56:18 -07:00
Eliseo Martelli
5f850a7dc7
Update sensor.py ( #26209 )
2019-08-29 12:56:17 -07:00
David F. Mulcahey
25961df548
Fix ZHA state restore by always restoring last seen on devices ( #26271 )
...
* fix state restore by always restoring last seen
* cleanup
2019-08-29 12:44:53 -07:00
Eliseo Martelli
24a4a42664
Update sensor.py ( #26209 )
2019-08-29 12:36:21 -07:00
Paulus Schoutsen
04d2dbb573
Add translations
2019-08-29 12:32:46 -07:00
Paulus Schoutsen
36312bdef1
Add translations
2019-08-29 12:32:15 -07:00
Andrew Sayre
955bed8df4
Clean up HEOS strings ( #26242 )
...
* Clean up strings
* Shorten lines to ~ 88
2019-08-29 14:23:42 -05:00
StephenWetzel
16fff16082
Add two new methods to the OpenUV component that consume only a singl… ( #26207 )
...
* Add two new methods to the OpenUV component that consume only a single API call
* Two lines after class
* Rename methods to better reflect what they do, and DRY copy and pasted code
* More error handling down into methods, run api calls in parallel
* Fix import order
* Add new methods to services.yaml, and update error messages
2019-08-29 09:56:12 -06:00
Jeff Irion
789ad38c38
Bump androidtv to 0.0.25 and add tests ( #26202 )
...
* Add tests for androidtv
* Test that the error and reconnection attempts are logged correctly.
> "Handles device/service unavailable. Log a warning once when
> unavailable, log once when reconnected."
https://developers.home-assistant.io/docs/en/integration_quality_scale_index.html
* Clarify comment
* Add test for when the ADB shell command returns None
* Bump androidtv to 0.0.25
2019-08-29 12:03:03 +02:00
Maikel Punie
ec3d83c0cc
Velbus config entries remove decorator ( #26256 )
2019-08-29 08:45:01 +02:00
Paulus Schoutsen
688f5b7698
Merge pull request #26254 from home-assistant/rc
...
0.98.0
2019-08-28 15:21:47 -07:00
Paulus Schoutsen
69ddca6f68
Updated frontend to 20190828.0
2019-08-28 13:44:02 -07:00
Paulus Schoutsen
d652bb23de
Updated frontend to 20190828.0
2019-08-28 13:43:45 -07:00
Paulus Schoutsen
1c473487b1
Bumped version to 0.98.0
2019-08-28 13:38:56 -07:00
Johann Kellerman
bbc5049816
SMA beta fix #26225 ( #26244 )
2019-08-28 13:38:51 -07:00
Robert Svensson
d156648c55
deCONZ normalizes cover values to follow zigbee spec ( #26240 )
2019-08-28 13:38:50 -07:00