emontnemery
b1faad0a50
Use PLATFORM_SCHEMA_BASE as base schema for additional components. ( #20578 )
...
* Disable extra=vol.ALLOW_EXTRA for additional platforms.
* Remove PLATFORM_SCHEMA_2
* Add entity_namespace to base platform schema
2019-02-04 21:52:19 -08:00
Daniel Høyer Iversen
154b401d0a
Update version for pymyq to 1.1.0 ( #20756 )
...
Update version of pymyq to 1.1.0; this version brings improved functionality, reducing errors for retrieving current state for the MyQ covers.
2019-02-05 06:42:39 +01:00
Andrew Sayre
f84317e325
Update pysmartthings to 0.5.0 ( #20759 )
2019-02-05 06:42:30 +01:00
Steven Looman
e0d534c3fb
Upgrade to async_upnp_client==0.14.4 ( #20751 )
2019-02-05 00:36:25 +00:00
Erik Hendrix
3880a70965
Update version for pymyq to 1.1.0
...
Update version of pymyq to 1.1.0; this version brings improved functionality, reducing errors for retrieving current state for the MyQ covers.
2019-02-04 16:48:35 -07:00
jonudewux
cd04661101
Add Transmission component 'scan_interval' option ( #20575 )
...
* Transmission component fix 'scan_interval' option
* Fix dict[key] comments
* Fix latest mess
2019-02-04 20:08:38 +00:00
Pascal Vizeli
29b64d56be
Fix cloud webhook body ( #20739 )
...
* Bugfix cloud webhooks text response
* address comments
* Fix lint
2019-02-04 10:58:38 -08:00
Jason Hu
c812176e94
Fix the line reference in config error message ( #20743 )
...
* Fix the line reference in config error message
* Fix platform config validation
* Fix test
* Handle error in error handling routine
2019-02-04 10:58:06 -08:00
emontnemery
79d3f533a9
Add missing abbreviations ( #20741 )
2019-02-04 10:54:40 -08:00
Jason Hu
7455d950b1
Fix ffmpeg v4 stream issue ( #20314 )
...
* Add ffmpeg version
* Add ffmpeg stream content type
* Change ffmpeg camera stream content type
* Change ffmpeg stream content type
* Lint
* Add a none guard
* Fix
* Fix
* Update onvif.py
* Fix version match regrex
* Fix regrex
* Upgrade ha-ffmpeg to 1.11
* Lint
* Get ffmpeg version in ffmpeg component setup
2019-02-04 09:57:22 -08:00
Eliseo Martelli
a40c5bf70e
Add google home alarm sensor ( #20709 )
...
* added googlehome alarm sensor
* splitted update method
* fix linting
* remove whitespace
* removed whitespace in line
* changed accordingly to the review
* removed redundant method
* Update homeassistant/components/googlehome/__init__.py
Co-Authored-By: eliseomartelli <martely98@gmail.com>
2019-02-04 07:44:23 -08:00
David F. Mulcahey
0cf71d5bcb
Add ZHA light tests ( #20713 )
...
* add sensor tests
* add light test
* update comments
* fix coveragerc after rebase
2019-02-04 06:51:47 -05:00
David F. Mulcahey
ff9a33ba36
Add ZHA fan tests ( #20712 )
...
* add sensor tests
* add fan tests
* hound
* fix coveragerc
* update comments
2019-02-04 06:51:32 -05:00
David F. Mulcahey
b9d108284b
Add ZHA binary sensor tests ( #20711 )
...
* add sensor tests
* add binary sensor tests
* add comments
* fix coveragerc after rebase
2019-02-04 06:51:13 -05:00
Paulus Schoutsen
07b5b68a51
Improve cloud error handling ( #20729 )
...
* Improve cloud error handling
* Lint
2019-02-04 10:14:30 +01:00
Rohan Kapoor
a3c8439ce2
Split out speedtest into a component and a sensor platform ( #20527 )
...
* Move sensor.speedtest to the new speedtestdotnet component.
* Split out speedtest.net into a component and sensor platform
* Remove the throttle and add async_track_time_interval
* Add should_poll and cleanup
* Update requirements_all.txt
* Move time interval tracking out of the data class and into the setup method
* Add now=None argument to update
2019-02-04 00:47:04 -08:00
Rohan Kapoor
ec625f02fc
Clean up fastdotcom by doing time tracking outside of the data object ( #20725 )
2019-02-03 22:43:59 -08:00
Paulus Schoutsen
1fe67fb1b0
Updated frontend to 20190203.0
2019-02-03 15:24:46 -08:00
Aaron Bach
a05031c22e
Fix temperature unit conversion in Ambient PWS ( #20723 )
2019-02-03 15:23:30 -08:00
David Lie
ce05af2720
Revert pyfoscam back to libpyfoscam ( #20727 )
...
* Change foscam python library to pyfoscam, which is more up to date and has several critical bug fixes.
* Update requirements_all.txt to match.
* Inserting automatically generated requirements.txt
* Revert changes until pyfoscam captures recent bug fixes. The pyfoscam version pulled by pip is currently broken.
* Updated requirements_all.txt based on changing pyfoscam back to libpyfoscam.
2019-02-03 14:47:38 -08:00
Aaron Bach
e90011fd88
Remove SUPPORT_VOLUME_SET from Fire TV component ( #20718 )
...
Volume control isn't actually implemented, so it shouldn't show as being supported.
2019-02-03 14:58:00 -07:00
Jeff Irion
5c4dc3a54f
Add app_id property to Fire TV component ( #20719 )
2019-02-03 14:57:17 -07:00
Dane
5506569c3a
Change log level for 'loading devices' message ( #20721 )
...
The 'Loading [wireless] devices from Mikrotik ([ip address])' message
is incredibly spammy at the info log level, such that in the last 24
hours on my installation, that log message has appeared 6732 times,
versus 70 for every other log message. I've moved this message to the
debug log level as I don't believe it adds anything at the info level,
and makes it harder to diagnose other problems.
2019-02-03 13:06:39 -08:00
David F. Mulcahey
9c11602674
Add ZHA sensor tests ( #20710 )
...
* add sensor tests
* update switch test
* add sensor back to coveragerc
* review comments
* added comments
2019-02-03 22:03:35 +01:00
Jeff Irion
0e5aa5801a
Remove SUPPORT_VOLUME_SET from Fire TV component
...
Volume control isn't actually implemented, so it shouldn't show as being supported.
2019-02-03 09:27:49 -08:00
David F. Mulcahey
74cdf7c347
Add tests for ZHA switch ( #20691 )
...
* start test setup
test cleanup
test deps
update switch test
actually update test deps
cleanup and remove switch from coveragerc
comment
refactor to use fixtures and shared components
lint
* remove availability part that isn't in zha yet
* review comments and cleanup
* review comments
* add switch back unil post reorg merge
2019-02-03 07:03:31 -05:00
Andrew Sayre
38ea43b678
Add SmartThings button support via events ( #20707 )
...
* Add event support for buttons
* binary_sensor test clean-up
2019-02-02 22:08:37 -08:00
Paulus Schoutsen
3553d26f6b
Updated frontend to 20190202.0
2019-02-02 14:12:23 -08:00
Paulus Schoutsen
c2eec16721
Update translations
2019-02-02 14:12:23 -08:00
Andrew Sayre
6458abca2e
Add SmartThings Binary Sensor platform ( #20699 )
...
* Add SmartThings binary_sensor platform
* Fixed comment typo.
2019-02-02 14:06:30 -08:00
Andrew Sayre
acf5b04231
Add SmartThings Fan platform ( #20681 )
...
* Add SmartThings fan
* Removed unnecessary update method
* Corrected usage of async_schedule_update_ha_state
* Clean-up/optimization
2019-02-02 14:04:29 -08:00
emontnemery
bada9b5e0b
Add entity_namespace to PLATFORM_SCHEMA ( #20693 )
...
* Add entity_namespace to base platform schema
* Add test
* Fix
2019-02-02 18:31:28 +01:00
Peter Nijssen
fee3468b7a
add peternijssen as codeowner of spider component ( #20695 )
2019-02-02 09:23:20 -08:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00
Andrew Sayre
a24da611c5
Add SmartThings Light platform ( #20652 )
...
* Add SmartThings Light platform and tests
* Cleaned a few awk comments
* Updates per review feedback
* Switched to super
* Changes per review feedback
2019-02-02 07:12:24 -08:00
Diogo Gomes
ca143f8a35
print() left behind ( #20689 )
2019-02-02 14:54:46 +01:00
Paulus Schoutsen
47f60e6cf2
Remove fingerprint middleware ( #20682 )
...
* Remove fingerprint middleware
* Lint
2019-02-02 11:52:34 +01:00
Diogo Gomes
384a9625c9
fix test commented in #20678 ( #20680 )
2019-02-01 22:11:50 -08:00
Rohan Kapoor
fcccf133ba
Split out fastdotcom into a component and a sensor platform ( #20341 )
...
* Split out fastdotcom into a component and a sensor platform
* Update .coveragerc
* Switching to async and using a Throttle
* Add the async_track_time_interval call
* Remove the throttle
* Reorder sensor methods and add should_poll property
2019-02-01 21:50:22 -08:00
Paulus Schoutsen
9e765fb05d
Merge pull request #20678 from home-assistant/skip-broken-test
...
Test is broken
2019-02-01 16:33:02 -08:00
Paulus Schoutsen
c9671f8205
Test is broken
2019-02-01 16:31:53 -08:00
Paulus Schoutsen
ec57db78b5
Consolidate config flow components ( #20635 )
...
* Consolidate config flow components
* Fix tests
* Fix tests
* Put unifi back
* Fix reqs
* Update coveragerc
2019-02-01 15:45:44 -08:00
Paulus Schoutsen
57ef8c271e
Fix geofency requiring a configuration.yaml entry ( #20631 )
2019-02-01 14:09:23 -08:00
Till
495524ecc0
Update miflora.py to have relevant sensor icons ( #20650 )
...
* Update miflora.py to have relevant sensor icons
Adds relevant default icons for the sensors of the Mi Flora plant sensor component.
* Clean up code
2019-02-01 14:08:03 -08:00
Paulus Schoutsen
da807b20a0
Updated frontend to 20190201.0
2019-02-01 12:50:58 -08:00
Fabian Affolter
198dc2b7a9
Upgrade rxv to 0.6.0 ( #20669 )
2019-02-01 21:37:00 +01:00
Ville Skyttä
3f997aefc1
Add huawei_lte notify component ( #19544 )
...
* Add huawei_lte notify component
* Use CONF_RECIPIENT instead of ATTR_TARGET in config
2019-02-01 18:42:45 +01:00
Oliver Völker
aec8ad2188
InfluxDB - change connection test method ( #20666 )
2019-02-01 18:35:49 +01:00
Akın Ömeroğlu
f19bbaec08
Update deconz integration text for PWA ( #20634 )
...
Text should reflect the GUI it describes
2019-02-01 18:28:30 +01:00
emontnemery
44c2a83105
Add PLATFORM_SCHEMA_BASE support to check_config.py ( #20663 )
2019-02-01 08:14:02 -08:00