Daniel Perna
73197c9a6c
Update pyhomematic to 0.1.51 ( #17491 )
2018-10-15 21:15:26 +02:00
Craig J. Midwinter
3edcc9420a
Update pysher version ( #17455 )
2018-10-14 23:51:15 +02:00
Aaron Bach
b022dde622
Bumped simplisafe-python to 3.1.11 ( #17454 )
...
* Bumped simplisafe-python to 3.1.10
* Updated requirements
* Updated requirements
2018-10-14 14:26:44 -06:00
Daniel Høyer Iversen
a401be9b1b
New climate device ( #17313 )
...
* initial version of millheater
* Remove unused imports
* Add some comments
* separate lib
* fix review comments
2018-10-14 20:22:20 +02:00
Paulus Schoutsen
ed683d8c2c
Update frontend to 20181014.0
2018-10-14 19:17:30 +02:00
Fabian Affolter
d4061b73b0
Upgrade youtube_dl to 2018.10.05 ( #17429 )
2018-10-14 17:14:06 +02:00
Fabian Affolter
9305ea9a6b
Upgrade numpy to 1.15.2 ( #17431 )
2018-10-14 17:13:25 +02:00
Fabian Affolter
5ac0469ef9
Upgrade python-telegram-bot to 11.1.0 ( #17441 )
2018-10-14 17:08:17 +02:00
Malte Franken
fccaf7f919
NSW Rural Fire Service platform ( #16802 )
...
* initial integration with nsw rural fire service feed
* improved test coverage
* updated requirements
* grouped imports
* removed debug print statement
* moved manager's startup code into separate call
* simplified feed update code
* simplified feed update code
* simplified device state attribute code
* added source to conform with pr #17339
* fixed lint
* refactored how entities are managed
* fixed pylint
* simplified signalling
2018-10-14 14:11:25 +02:00
Brant Knudson
f198859441
Upgrade pyvera to 0.2.45 ( #17419 )
...
This release adds support for garage door openers. A garage door
opener will show up as a switch.
2018-10-14 09:26:34 +02:00
333ryan18
a302112879
Bump Totalconnect ( #17418 )
...
* Update totalconnect.py
* Update requirements_all.txt
2018-10-14 09:25:24 +02:00
William Scanlon
6a8eb8d0a1
Moved econet from climate to water heater ( #17322 )
...
* Moved econet from climate to water heater
* Updated .coveragerc
* Fixed requirements_all.txt
2018-10-13 23:16:44 +02:00
J4nsen
d0da265166
Fix netio component ( #17411 )
...
* bump pynetio to 0.1.9.1 to actually use provided credentials.
* cast to int to fix TypeError
* update requirements_all.txt
2018-10-13 21:09:10 +02:00
Keiran S
78e29cd3fa
Add AWS Route53 Dynamic DNS support ( #17072 )
...
* Add AWS Route53 dynamic DNS support to Home Assistant
* Remove line breaks
2018-10-13 21:03:30 +02:00
Steven Looman
e6d002c377
Update to async-upnp-client==0.12.5 ( #17401 )
2018-10-13 14:29:12 +02:00
Florian Klien
d4b092706a
XMPP async ( #17283 )
...
* new lib dependencies, working old xmpp
* non working aioxmpp
* reverting to sync xmpp
will try slixmpp instead of aioxmpp
reasons:
echo bot example of aioxmpp had blocking behavior (slixmpp echo bot works fine)
closer API to sleekxmpp
less dependencies than aioxmpp
* first working slixmpp version
* DEBUG messages, changed MUC call
the joinMUC method changed from sleekxmpp to slixmpp
added debug messages
better name for cleanup callback
* flake8
* little cleanup, tested MUC
* requirements_all
* dependencies managed by slixmpp, removed debug messages
* resource configurable by user, requirements updated
* changed __init__ parameter code format
* removed trailing dots from LOG messages
* changed super call to python3 format
2018-10-13 10:37:42 +02:00
Tom Harris
db536797be
Bump insteonplm version to 0.15.0 ( #17384 )
2018-10-13 10:33:34 +02:00
Aaron Bach
401e22fc0c
Add config entry for SimpliSafe ( #17148 )
...
* Initial move into component
* Base functionality in place
* Starting tests in place
* All config entry tests in place
* Made default scan interval more obvious and removed extra logging
* Inherit default scan interval from alarm_control_panel
* Updated coveragerc and CODEOWNERS
* Member-requested changes
* Hound
* Updated requirements
* Updated tests
* Member-requested changes
* Owner-requested changes
* Constant cleanup
* Fixed config flow test
* Owner-requested updates
* Updated requirements
* Using async_will_remove_from_hass
* Corrected scan interval logic
* Fixed tests
* Owner-requested changes
* Additional logging
* Owner-requested changes
2018-10-12 19:07:47 +02:00
Paulus Schoutsen
397c4336bc
Update frontend
2018-10-12 14:57:35 +02:00
Sebastian Muszynski
5a00cc5afc
Provide an individual color temperature range per Yeelight model ( #17305 )
...
* Provide an individual color temperature range per Yeelight model
* Fix lint
* Bump yeelight version
* Remove unused const
* Enable SUPPORT_COLOR_TEMP for BulbType.WhiteTemp
2018-10-12 11:35:33 +02:00
Mister Wil
6df3c480b3
Bump version of abodepy to 0.14.0 ( #17336 )
2018-10-11 22:00:51 +02:00
George Marshall
ef2c8b2e5b
Update python_openzwave==0.4.10 ( #17323 )
2018-10-11 10:59:16 +03:00
Dav0815
c6c5d40056
Transport NSW ( #17242 )
...
* Resubmission of development
* Clean up
* Finishing touch and clean up
* Remove not needed error check
2018-10-11 09:44:17 +02:00
Rohan Kapoor
d7cd1a2b4b
Implement ZoneMinder run states ( #17198 )
2018-10-11 09:38:31 +02:00
Fabian Affolter
8d9da4e7b9
Upgrade construct to 2.9.45 ( #16362 )
2018-10-10 23:52:45 +02:00
Colby Rome
419725e1a9
Add Verizon Fios Quantum Gateway device_tracker platform ( #17023 )
...
* wrote quantum_gateway.py
* ran gen_requirements script
* fixed linting errors, added docstrings
* update .coveragerc
* fixed typo
* add myself to contributors
* single quotes for single words
* added error handling to prevent stacktrace
* updated my pypi library
* houndci fixes - added RequestException
* added password to config schema
2018-10-10 08:23:31 +02:00
cgtobi
cfc175d71d
Make rmvtransport async ( #17225 )
...
* Make rmvtransport async
* Make rmv transport async
* Make async tests
* Update rmvtransport module version
* Remove unnecessary import
* Make rmvtransport async
* Make rmv transport async
* Make async tests
* Update rmvtransport module version
* Remove unnecessary import
* Update requirements
* Remove async loop
* Fix wrong import
* Fix stupidness
* Remove unnecessary import
* Bump upstream version
* Don't store the session
* Refactor tests
* Add test for no data
* Fix linter issues
* Fix stale docstring
* Fix stale docstring
* Remove unnecessary test code
* Remove unnecessary import
* Add configurable timeout
* Remove global variable
2018-10-10 08:10:42 +02:00
Fabian Affolter
5022cf8a6c
Upgrade locationsharinglib to 3.0.6 ( #17294 )
2018-10-10 00:02:07 +02:00
Fabian Affolter
2cd99e5a97
Upgrade shodan to 1.10.4 ( #17292 )
2018-10-09 22:37:50 +02:00
mvn23
fc67f5eef3
Rewrite opentherm_gw to a component ( #17133 )
...
* Rewrite opentherm_gw to a component which loads the opentherm_gw climate platform.
* Add OpenTherm Gateway sensor platform.
* Remove library imports from platforms (use hass.data instead)
* Update .coveragerc
* Update docstrings to use new component documentation url
* Add OpenTherm Gateway binary sensor support.
Fix houndci findings.
* Revert "Add OpenTherm Gateway binary sensor support."
This reverts commit 5711dc4c25
.
* Revert "Add OpenTherm Gateway sensor platform."
This reverts commit b3505ed561
.
* Remove import from platform, use hass.data instead.
Update .coveragerc
Update docstrings
Update requirements_all.txt
General code cleanup
* Fix review findings.
Avoid using hass.data within connect_and_subscribe.
2018-10-09 21:06:24 +02:00
Markus Nigbur
a99ba0a1d4
Bumped fints component to version 1.0.1 ( #17280 )
2018-10-09 11:18:46 -06:00
marcolertora
0c34c50d2f
Added lumitek/ankuoo recswitch component ( #15764 )
...
* Added lumitek/ankuoo recswitch component
* cosmetics
* remove callback
* cosmetics
* update requirements pyrecswitch==1.0.2
* add in .coveragerc
2018-10-09 10:13:03 +02:00
Tomas Hellström
540d22d603
Swedish weather institute weather component ( #16717 )
...
* SMHI Component
* Clean up typos
* Fixed default values first config to home location (tests will follow)
* Fixed tests and removed unused function
* Minor fixup after comments from @kane610
* add support for precipitation in forecast
* Removed old async_step_init not needed.
2018-10-08 23:54:55 +02:00
Teemu R
56a43436d7
Bump python-miio requirement ( #17260 )
2018-10-08 22:33:06 +02:00
Nick Horvath
1393766659
Thermoworks Smoke Sensor ( #16139 )
...
* Add support for monitoring the temperature of a thermoworks smoke thermometer.
* Use string formatting.
* Add line break.
* Add error handling for authentication.
* Fix linting errors.
* Fix quotes.
* Bump thermoworks_smoke library version.
* Review changes for @MartinHjelmare
* Add unique id attribute and change battery attribute to the standard "battery_level".
* requested changes to snake case and monitored conditions
* fix lint error
* exclude firmware from state attrs. rename original_unit to unit_of_min_max so it's more clear what it is for.
* add device_info
* add regex validator for exclude
* undo device info stuff
* remove serial number from attributes even though other components are allowed to have it...
* exclude firmware
2018-10-08 22:15:38 +02:00
Malte Franken
394ffc40b6
updated georss-client library to 0.3 ( #17239 )
2018-10-08 13:32:16 +02:00
Oliver
849665b9ca
Pushed to version 0.7.6 of denonavr library to add more sound modes ( #17227 )
2018-10-08 09:32:14 +02:00
Sebastian Muszynski
315f83e1ea
Add some new model names of Xiaomi Aqara devices ( #17234 )
...
* Add additional model name of the Xiaomi Aqara Button (WXKG11LM)
* Add additional model name of the Xiaomi Aqara Wireless Switch (WXKG02LM, WXKG03LM)
* Bump PyXiaomiGateway version
2018-10-08 09:32:01 +02:00
Paulus Schoutsen
c12bbddc0b
Update frontend to 20181007.0
2018-10-07 23:26:23 +02:00
Anders Melchiorsen
086c71525e
Add config entry for LIFX ( #17201 )
...
* Add config entry for LIFX
* Use list for dependencies
* Obsolete the platform config
* Use DOMAIN
* Use async_create_task
2018-10-07 23:14:53 +02:00
Glenn Waters
06a64c0167
Add support for ElkM1 alarm/automation panel ( #16952 )
...
* Add support for ElkM1 alarm/automation panel.
* fix lines too long
* Address PR comments
* Fix hound ci errors
* Changes for PR comments
* Use vol.Range for checking range value
* Address PR comments
* Fix lint errors
* Added elkm1-lib requirement
* Update coverage to exclude elk
* Fix flake8 errors
* Fix flake8 error
* Cleanup config parsing
* Add housecode converter
* fix PR comments
* fix syntax error
* Fix PR comment
2018-10-07 21:45:36 +02:00
Daniel Høyer Iversen
c1ed9edd26
Add forecast for Met.no ( #17109 )
...
test met
met no 0.3.0
fix line length
fix line length
2018-10-07 21:00:12 +02:00
Per Sandström
c8266c6692
vsure version 1.5.0 ( #17209 )
2018-10-07 12:33:16 +02:00
Guy Khmelnitsky
9285831fa1
Upgrade boto3 to 1.9.16 ( #17140 )
2018-10-06 20:46:20 +02:00
Anders Melchiorsen
8683eeb908
Upgrade aiolifx_effects to 0.2.1 ( #17188 )
2018-10-06 14:32:54 +02:00
Paulus Schoutsen
92e28067d8
Update frontend to 20181005.0
2018-10-05 17:49:27 +02:00
Rohan Kapoor
a8f5e8699a
Fix zoneminder zms_url construction ( #17150 )
2018-10-05 10:30:08 +02:00
Lewis Juggins
4218efddcd
Cleanly stop tradfri on shutdown ( #17114 )
...
* Tradfri shutdown fix
* Bump version
* Bump version
* Fix
* Derp
* Remove unnecessary shutdown event
2018-10-05 09:59:34 +02:00
Florian Klien
ce1e8f8ace
YesssSMS handling more errors, upgrade to version 0.2.3 ( #17052 )
...
* YesssSMS handling more errors, upgrade to version 0.2.1
- handling missing internet connection nicely
- disabling login with non-working credentials (website locked account for 1 hour)
- upgrade to new upstream version of YesssSMS
* notify.yessssms tests
* test requirements
* flake8 fix
* fixing tests, new upstream version 0.2.3
fixing tests based on requested changes, coverage
* removing unmotivated print
* passing exception to ConnectionError and SMSSendingError logger
2018-10-04 17:34:04 -04:00
Daniel Høyer Iversen
0d93bf9a45
Update xiaomi lib ( #17129 )
2018-10-04 13:24:54 +02:00