Paulus Schoutsen
7be7d3ffac
Updated frontend to 20190601.0
2019-06-01 14:27:25 -07:00
Pascal Vizeli
2823ef84db
Update azure-pipelines.yml for Azure Pipelines
2019-06-01 22:49:29 +02:00
Maikel Punie
4d07448cf8
Bump python-velbus version for velbus component ( #24226 )
...
* Bump python-velbus version
* Bump python velbus version
2019-06-01 13:15:41 -07:00
Austin Mroczek
12d59797a7
Add details to triggered state for total connect alarms ( #24106 )
...
* Bump skybellpy to 0.4.0
* Bump skybellpy to 0.4.0 in requirements_all.txt
* Added extra states for STATE_ALARM_TRIGGERED to allow users to know if
it is a burglar or fire or carbon monoxide so automations can take
appropriate actions. Updated TotalConnect component to handle these new
states.
* Fix const import
* Fix const import
* Fix const imports
* Bump total-connect-client to 0.26.
* Catch details of alarm trigger in state attributes.
Also bumps total_connect_client to 0.27.
* Change state_attributes() to device_state_attributes()
2019-06-01 13:12:58 -07:00
Emilv2
673290d2e1
fix gitlab_ci sad icon ( #24241 )
2019-06-01 13:08:23 -07:00
kbickar
5a81ddd4e7
Sense update ( #24220 )
...
* Changed updates to be done by component and updates dispatched
* syntax updates
* Added code owner
* Removed whitespace
* Updated CODEOWNERS
* Added subscription undoer
2019-06-01 12:15:28 -07:00
Pascal Vizeli
ef820c3126
Update azure-pipelines.yml for Azure Pipelines
2019-06-01 20:07:54 +02:00
Jef D
278b9d0f71
Round Awair sensor values ( #24093 )
...
* Round sensor values
* Add code owner
* Update code owners
* Fix tests
2019-06-01 17:03:41 +02:00
Paulus Schoutsen
276ab191b5
Do not use the cache dir for PIP installs ( #24233 )
2019-06-01 10:04:12 +02:00
Paulus Schoutsen
b90636f640
Update home zone when core config updated ( #24237 )
...
* Update home zone when core config updated
* Lint
2019-05-31 23:03:45 -07:00
Paulus Schoutsen
b4374c8c4c
Mobile app to use device tracker config entry ( #24238 )
...
* Mobile app to use device tracker config entry
* Lint
* Re-use device_info
* Lint
2019-05-31 23:01:45 -07:00
Teemu R
3076866ec6
add a deprecation warning for tplink device_tracker ( #24236 )
...
* add a deprecation warning for tplink device_tracker
* reword the warning a bit
2019-05-31 23:00:10 -07:00
Paulus Schoutsen
e6a54013dc
GeoFency unique ID and device info ( #24232 )
2019-05-31 22:59:44 -07:00
Paulus Schoutsen
3edc58a04e
Add GPSLogger device_info and unique_id ( #24231 )
2019-05-31 22:59:35 -07:00
Paulus Schoutsen
70fe4f22db
Log HomeKit model ( #24229 )
2019-05-31 22:59:16 -07:00
Sören Oldag
9f1dc71320
Bump pychromecast ( #24234 )
2019-05-31 20:49:52 -07:00
Robert Svensson
f43eca248a
Don't allow more than one config flow per discovered Axis device ( #24230 )
2019-05-31 15:51:55 -07:00
Alexei Chetroi
0ba2b4e253
ZHA requirements version bump. ( #24228 )
...
* ZHA requirements version bump.
* zha-quirks version bump.
2019-05-31 17:15:27 -04:00
Pascal Vizeli
1e6b91b05a
Update azure-pipelines.yml for Azure Pipelines
2019-05-31 23:10:09 +02:00
Phil Bruckner
d966e0cfce
Add control of Amcrest indicator light ( #23986 )
...
Enable feature by default but allow it to be disabled by "control_light: false" in config.
Get brand from camera instead of assuming Amcrest (since this works with other cameras, too.)
Retrieve RTSP URL in update method instead of in stream_source property and in handle_async_mjpeg_stream method.
Move amcrest imports from methods to global.
2019-05-31 13:41:48 -07:00
Paulus Schoutsen
3c1cdecb88
Add manifest support for homekit discovery ( #24225 )
...
* Add manifest support for homekit discovery
* Add a space after model check
* Update comment
2019-05-31 11:58:48 -07:00
Robert Svensson
18286dbf4b
Axis - Handle Vapix error messages ( #24215 )
2019-05-31 20:34:06 +02:00
Paulus Schoutsen
3a0616c680
Use resource for index routing. ( #24223 )
2019-05-31 11:27:05 -07:00
Paulus Schoutsen
440e4289e4
Instantiate lock inside event loop ( #24203 )
2019-05-31 11:26:05 -07:00
Pascal Vizeli
8fe1a84db2
Update azure-pipelines.yml for Azure Pipelines
2019-05-31 18:49:46 +02:00
Pascal Vizeli
5fa66ba4a3
Update azure-pipelines.yml for Azure Pipelines
2019-05-31 16:46:50 +02:00
Pascal Vizeli
261f3bcba6
Don't follow redirect on ingress itself ( #24218 )
...
* Don't follow redirect on ingress itself
* Fix comment
2019-05-31 14:30:58 +02:00
Otto Winter
5610541515
Fix ESPHome config flow with invalid config entry ( #24213 )
2019-05-31 11:27:27 +02:00
Pascal Vizeli
dedc2ef918
Update azure-pipelines.yml for Azure Pipelines
2019-05-31 10:53:34 +02:00
Thomas Hervé
a9c85b9944
Bump oauthlib version ( #24111 )
...
* Bump oauthlib version
* Bump fitbit instead
* Update requirements
2019-05-31 09:17:50 +02:00
Robert Van Gorkom
bf91a8c1b3
Fixing tplink issues with offline devices during setup ( #23668 )
...
* Fixing tplink issues with offline devices during setup.
* Fixing circleci errors.
* Adding code to defer the creation of entities that are not online.
* Addressing code review changes and cleaning up a little.
* Fixing tests and static analysis.
* Adding test to satisfy coverage requirements.
* Resolving merge conflicts.
* Fixing issue where lights don't appear in the integration page.
* Using pyHS100 properties for most sysinfo.
Addressing some PR feedback.
* Addressing some PR feedback.
* Better testing async_add_entities_retry
Testing for static dimmers.
Making greater use of conf constants.
* Fixing all static analysis issues.
* Adding non-blocking call for getting discovering devices.
* Address PR feedback
2019-05-31 01:51:04 -04:00
Paulus Schoutsen
6f299e7245
Improve error handling ( #24204 )
2019-05-30 16:23:42 -07:00
Paulus Schoutsen
f32d1c0dea
Allow discovery flows to be discovered via zeroconf/ssdp ( #24199 )
2019-05-30 14:08:05 -07:00
Paulus Schoutsen
6fcd56c462
Update hass-nabucasa ( #24197 )
2019-05-30 09:49:21 -07:00
Otto Winter
1ce2d97d3d
Fix ESPHome discovered when already exists ( #24187 )
...
* Fix ESPHome discovered when already exists
* Update .coveragerc
2019-05-30 09:48:58 -07:00
Pascal Vizeli
04c5cda7e5
Update azure-pipelines.yml for Azure Pipelines
2019-05-30 18:46:08 +02:00
Franck Nijhof
7692cffdbe
✏️ Corrects incorrect command in hassfest ( #24188 )
2019-05-30 09:41:30 -07:00
Daniel Høyer Iversen
7c093bd928
Update Tibber library ( #24192 )
2019-05-30 09:41:11 -07:00
Jc2k
bcee3f9570
homekit_controller no longer logs with transient network errors causing crypto failures as it will auto recover ( #24193 )
2019-05-30 09:40:38 -07:00
Paulus Schoutsen
d1aa4f42e5
Updated frontend to 20190530.0
2019-05-30 09:32:29 -07:00
Pascal Vizeli
e7d34913c0
Update azure-pipelines.yml for check version ( #24194 )
2019-05-30 17:35:47 +02:00
Paulus Schoutsen
1a3a38d370
Dynamic panels ( #24184 )
...
* Don't require all panel urls to be registered
* Allow removing panels, fire event when panels updated
2019-05-30 13:37:01 +02:00
Paulus Schoutsen
59ce31f44f
No longer allow invalid slugs or extra keys ( #24176 )
...
* No longer allow slugs
* Lint
* Remove HASchema
* Lint
* Fix tests
2019-05-30 13:33:26 +02:00
Daniel Høyer Iversen
b3d8f8620c
danielhiversen as codeowner for yr ( #24189 )
2019-05-30 13:16:59 +02:00
Daniel Høyer Iversen
3eebb9d51d
upgrade broadlink library, Use cryptography instead of pycryptodome ( #24186 )
2019-05-30 13:14:50 +02:00
Anders Melchiorsen
b6bb6919e6
Update pysonos to 0.0.14 ( #24185 )
2019-05-30 09:24:38 +02:00
Andre Lengwenus
50db622689
Add service calls for LCN component ( #24105 )
2019-05-29 15:59:38 -07:00
Jc2k
9303a56d8f
Fix duplicated discovered homekit devices ( #24178 )
2019-05-29 15:49:59 -07:00
Paulus Schoutsen
6667138b73
Remove discovery from initial config ( #24183 )
2019-05-29 15:32:36 -07:00
Pascal Vizeli
d9852bc75d
Support Hass.io wheels / docker env ( #24175 )
...
* Support Hass.io wheels / docker env
* address comments
* fix lint
2019-05-29 15:30:09 -07:00