Fabian Affolter
db1bda2975
Upgrade Sphinx to 1.7.8 ( #16459 )
2018-09-06 12:31:30 +02:00
Fabian Affolter
2640db1522
Upgrade shodan to 1.10.1 ( #16460 )
2018-09-06 12:31:08 +02:00
PhracturedBlue
cf4b72e00e
Fix camera proxy to not require api_password to function ( #16450 )
2018-09-06 10:51:16 +02:00
Daniel Høyer Iversen
5bd9be6252
switchbot ( #16396 )
...
* switchbot
* style
* use switchbot lib
* unnecessary import
* switchbot, rename variable update requirements_all
* add line
2018-09-06 10:02:37 +02:00
kbickar
e1084e3953
Upgrade sense library to 0.4.2 ( #16429 )
...
* Added error handling for sense API timeouts
* Moved imports in function
* Moved imports to more appropriate function
* Change exception to custom package version
* Updated sense_energy library to 0.4.2
2018-09-05 08:01:36 +02:00
Jason Hu
3afc983c05
Fix openuv.config_flow unit test ( #16419 )
2018-09-04 21:18:35 +02:00
Paulus Schoutsen
746f4ac158
Add context to scripts and automations ( #16415 )
...
* Add context to script helper
* Update script component
* Add context to automations
* Lint
2018-09-04 21:16:24 +02:00
Paul Annekov
e1501c83f8
Fix Mi Flora median calculation ( #16085 )
...
* fixed median was based on 1.5 minute interval, not 1 hour
* ignore median and set state from first value, when previous state was None
* update before add, removed unused 'retries' and 'ble_timeout', check if platform ready
* added missing blank line
* fixed too long line
* using modern python 3.5 features, changed comment to be less verbose
* continuation line fix
* removed DEFAULT_SCAN_INTERVAL in favor of existing SCAN_INTERVAL
2018-09-04 21:03:30 +02:00
Toon Willems
3bd12fcef6
Implement correct state for RFlink cover ( #16304 )
...
* implement correct state for rflink cover
* Fix linting error
* invert logic as local testing pointed out it should be reversed
* add period at the end to satisfy the linter
2018-09-04 11:15:02 +02:00
Daniel Høyer Iversen
85658b6dd1
Clean up dlink and some bug fix ( #16346 )
...
* Update dlink.py
* style
* style
2018-09-04 10:50:12 +02:00
Rohan Kapoor
e61ac1a4a1
Delegate mqtt topic match validation to the paho mqtt client ( #16403 )
...
* Delegate mqtt match topics to the paho mqtt client
* Fixing linting error with importing MQTTMatcher
2018-09-04 10:31:45 +02:00
Robert Svensson
8fa9992589
Service to load new deCONZ devices without restart ( #16308 )
...
* New service to load new devices from deCONZ without restarting HASS
* Do not use len to check if list is empty
* Add support for scenes to be updated as well
* Rework refresh devices method
* Fix test
2018-09-04 09:24:42 +02:00
Aaron Bach
f96aee2832
Add config flow for OpenUV ( #16159 )
...
* OpenUV config flow in place
* Test folder in place
* Owner-requested comments
* Tests
* More tests
* Owner-requested changes (part 1 of 2)
* Updated requirements
* Owner-requested changes (2 of 2)
* Removed unnecessary import
* Bumping Travis
* Updated requirements
* More requirements
* Updated tests
* Owner-requested changes
* Hound
* Updated docstring
2018-09-04 09:22:44 +02:00
Robert Svensson
7a6facc875
Device and entity registry remove config entry on unload ( #16247 )
...
* Test
* Ability to remove device
* Don't remove devices, instead remove config entry from device and entity registries
* Remove print
* Remove is not the same as unload
* Add tests
* Fix hound comment
2018-09-04 09:00:14 +02:00
9R
7ea482cb1d
add ExpressBus icon key to sensor.mvg ( #16387 )
2018-09-04 08:48:03 +02:00
Rene Nulsch
a4aa30fc73
Fix SystemMonitor IP address sensor ( #16394 )
2018-09-04 08:46:04 +02:00
Russell Cloran
ba63a6abc0
zha: Bump to zigpy 0.2.0/bellows 0.7.0 ( #16404 )
2018-09-03 22:46:27 -07:00
Daniel Høyer Iversen
2252f4a257
Bug fix for Tibber ( #16397 )
2018-09-04 01:11:40 +02:00
Pawel
00cba29ae1
Support for playing radio preset by Onkyo media_player ( #16258 )
...
* Added support to play radio preset by play media
* Switch radio station by preset for Onkyo
* added SUPPORT_PLAY_MEDIA
2018-09-03 21:40:04 +02:00
Paulus Schoutsen
cd473643fe
Merge branch 'master' into dev
2018-09-03 14:17:00 +02:00
Paulus Schoutsen
4063b24ddb
Merge pull request #16390 from home-assistant/rc
...
0.77.3
2018-09-03 14:15:54 +02:00
Paulus Schoutsen
46734b8409
Bumped version to 0.77.3
2018-09-03 13:22:49 +02:00
Paulus Schoutsen
b9c80a6bb3
Update translations
2018-09-03 13:21:47 +02:00
Paulus Schoutsen
a2a447b466
Update translations
2018-09-03 13:21:37 +02:00
Paulus Schoutsen
669b3458b9
Update frontend to 20180903.0
2018-09-03 13:21:16 +02:00
Paulus Schoutsen
bf29cbd381
Update frontend to 20180903.0
2018-09-03 13:20:57 +02:00
Daniel Høyer Iversen
1966597d5e
add_entities for switchmate ( #16368 )
2018-09-02 23:05:48 +02:00
Jason Hu
4685a2cd97
Update server.py ( #16375 )
2018-09-02 22:17:29 +02:00
Fabian Affolter
78fcea25bb
Upgrade attrs to 18.2.0 ( #16372 )
2018-09-02 19:01:43 +02:00
Fabian Affolter
ac3700d1c4
Upgrade python-telegram-bot to 11.0.0 ( #16373 )
2018-09-02 19:01:25 +02:00
Totoo
03480dc779
Update discord.py ( #16248 )
...
* Update discord.py
* Update discord.py
Fixed ATTR_IMAGES checking, line length, and ATTR_DATA imported. Also fixed missing spaces.
* Update discord.py
Fix E302...
2018-09-02 18:58:31 +02:00
Martin Fuchs
a5cff9877e
Add support for Tahoma Lighting Receiver on/off io ( #15925 )
...
* Add support for Tahoma light switch
* Clean up attributes and add available method
* Remove else statement
2018-09-02 17:02:51 +02:00
Lev Aronsky
b29c296ced
Generic Thermostat: add support for climate.turn_on/climate.turn_off ( #16080 )
...
* Added async_turn_on and async_turn_off implementations.
* Added turning on/off tests to generic thermostat
* style
* style
* style
2018-09-02 16:42:08 +02:00
MarcSN311
357e5eadb8
Added 'nomapnt', 'outcurnt', 'loadapnt' fields ( #16176 )
...
* Added 'nomapnt', 'outcurnt', 'loadapnt' fields
Also added Ampere and Volt-Ampere to INFERRED_UNITS
* Fix lint issue
2018-09-02 15:51:15 +02:00
Fabian Affolter
52e922171d
Upgrade to youtube_dl to 2018.09.01 ( #16365 )
2018-09-02 14:33:20 +02:00
Fabian Affolter
97695a30f5
Upgrade shodan to 1.10.0 ( #16363 )
2018-09-02 12:51:56 +02:00
Fabian Affolter
1d12c7b0e7
Upgrade mutagen to 1.41.1 ( #16361 )
2018-09-02 12:51:36 +02:00
Fabian Affolter
15ad82b9bd
Upgrade qnapstats to 0.2.7 ( #16360 )
2018-09-02 12:51:25 +02:00
Fabian Affolter
03fb2b32a6
Upgrade Sphinx to 1.7.7 ( #16359 )
2018-09-02 12:51:07 +02:00
Jason Hu
87eb6cd25a
Upgrade hbmqtt to 0.9.4 ( #16356 )
...
* Upgrade to hbmqtt 0.9.4
* Lint
* Typo
2018-09-02 12:50:30 +02:00
Tod Schmidt
3797b6b012
Snips: Added special slot values, session_id and slotname_raw ( #16185 )
...
* Added special slot values, site_id, session_id, and slotname_raw
* Update snips.py
2018-09-02 00:01:11 +02:00
Jesse Rizzo
2b0b431a2a
Update to EnvoyReader 0.2, support for more hardware ( #16212 )
...
* Add support for older Envoy models
* Stop requiring envoy model name in config
* Update to envoy_reader0.2
* Minor formatting fixes
* run script/gen_requirements_all.py
* Minor formatting fixes
* Change some strings to constants, use getattr to call function
2018-09-01 23:45:47 +02:00
Maciej Bieniek
e75a1690d1
Add unique_id to MQTT Light ( #16303 )
...
* Add unique_id
* Delete whitespaces
2018-09-01 23:37:03 +02:00
Joshi
444df5b09a
Add support for sound_mode for Yamaha rxv media_player ( #16352 )
2018-09-01 23:34:38 +02:00
Daniel Høyer Iversen
b31890c4cb
Handle netatmo exception ( #16344 )
2018-09-01 23:30:34 +02:00
Phil Bruckner
a5d95dfbdc
Make last_seen attribute a timezone aware datetime in UTC ( #16348 )
...
The last_seen attribute was a datetime in the local timezone but with
no tzinfo (i.e., a "naive" datetime.) When state changes occurred it
would be printed incorrectly in homeassistant.log because
homeassistant.util.dt.as_local assumes any datetime without tzinfo is
UTC. Also most, if not all, datetime attributes are timezone aware in
UTC. So use homeassistant.util.dt.as_utc (which assumes a naive
datetime is local) to convert last_seen to a timezone aware datetime
in UTC.
2018-09-01 18:49:03 +02:00
Philipp Temminghoff
901cfef78e
Support Sonos Beam HDMI input ( #16340 )
2018-09-01 16:02:38 +02:00
Daniel Perna
2c7d6ee6b5
Fix missing humidity sensor ( #16337 )
2018-09-01 10:40:16 +02:00
Tom Harris
d3791fa45d
Add Cover to the Insteon component ( #16215 )
...
* Create cover platform
* Create insteon cover platform
* Bump insteonplm to 0.13.0
* Change async_add_devices to async_add_entities
* Missing doc string
* Simplify open and set_position
* Flake8
* Bump insteonplm to 0.13.1
* Code review changes
* Flake8 updates
2018-08-31 23:56:26 +02:00
Matt Schmitt
fa81385b5c
Add unique ID ( #16323 )
2018-08-31 16:47:37 +02:00