Robert Svensson and GitHub
267d97e80e
Improve deCONZ fan platform handling unsupported commands ( #41779 )
...
* Improve handling unsupported commands
* Raise valueerror on unsupported speed
* Fix linting
2020-10-13 19:34:33 +02:00
Erik Montnemery and GitHub
7f9db59209
Bump hatasmota to 0.0.15 ( #41781 )
2020-10-13 18:53:18 +02:00
c3ccea52a5
Add Browse Media to Xbox ( #41776 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-13 17:51:51 +02:00
Franck Nijhof and GitHub
5dbb5f12eb
Upgrade sqlalchemy to 1.3.20 ( #41765 )
2020-10-13 08:43:58 -05:00
Franck Nijhof and GitHub
64d3cdfb41
Add nested light group test ( #41764 )
2020-10-13 08:37:16 -05:00
9877e8e25b
Add Xbox Integration ( #41697 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-13 15:37:01 +02:00
12a6d10168
Log exceptions in EntityPlatform.async_add_entities ( #41730 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-13 15:35:27 +02:00
J. Nick Koston and GitHub
33b548e247
Reduce ORM overhead when the old state was already written to the database ( #41736 )
...
We can avoid processing the relationship when the old state was already
written to the database which will common case with a commit interval
of 1s. Since we already know the value for old_state_id we can use it
instead of asking sqlalchemy to process the relationship at flush/commit
time which can significantly speed up sqlalchemy's _emit_insert_statements
implementation.
2020-10-13 15:34:46 +02:00
Aidan Timson and GitHub
52c93edb53
Add Palette to WLED Effect Service ( #41724 )
2020-10-13 14:12:01 +02:00
Rob Bierbooms and GitHub
c16f107f6b
Filter rfxtrx configure devices option flow on existing config entry ( #40975 )
...
* Prompt only configure devices when device is in config entry
* Fix copy
2020-10-13 13:51:42 +02:00
tkacikdominik and GitHub
b6855816ed
Rewrite Facebook unit test to pytest style test function ( #41671 )
...
* refactoring - Rewrite Facebook unit test to pytest style test function
* Modifying email author
* modified code formating
* Run CI
2020-10-13 13:45:46 +02:00
d1041efedf
Add device info to Panasonic Viera ( #41028 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-13 13:14:59 +02:00
72289b8171
Add fan support to deCONZ ( #40806 )
...
* Add fan support to deconz
* Fix gateway test
* Fix lint issue
* Apply suggestions from code review
* Fix black
* Improve tests
* Store previously used speed in case turn_on service is called without a speed attribute
* Fix tests
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-13 12:57:42 +02:00
Sören Oldag and GitHub
113a680c43
Bump pwmled to 1.5.3 ( #41681 )
2020-10-13 12:53:29 +02:00
Joakim Plate and GitHub
11bbc14530
Pass context to on/off scripts ( #40254 )
2020-10-13 12:13:47 +02:00
Pascal Vizeli and GitHub
2d08708c3b
Offload dockermachines into core ( #41756 )
2020-10-13 11:56:28 +02:00
Diogo Gomes and GitHub
c4148eb2c5
Add notify platform to TTS ( #40028 )
2020-10-13 11:52:51 +02:00
Pascal Vizeli and GitHub
4d997180e6
Replace old python extension with new pylance in devcontainer ( #41591 )
2020-10-13 11:50:25 +02:00
Tom Schneider and GitHub
1d682bdc78
Bump pygti to 0.9.2 ( #41571 )
2020-10-13 10:31:42 +02:00
Fredrik Erlandsson and GitHub
8bdc824b6c
Update pypoint to use async http requests ( #41546 )
...
* Remove domain after entities
* Add support for async http-requests
* Fix, handle network issues (update _is_available status)
* Fix missing await for alarm_arm
* Fix alarm status
* Update tests to async
* Bump pypoint version
* Fix doc string
* Apply suggestions from code review, remove pylint disable
* Fix black
2020-10-13 08:48:26 +02:00
Sören and GitHub
32204821c1
Bump pynello to 2.0.3 ( #41737 )
...
* Bump pynello to 2.0.3
* Bump pynello to 2.0.3
2020-10-13 08:42:33 +02:00
Aaron Bach and GitHub
bb98f7ed1b
Add support for Elexa Guardian paired sensors ( #37930 )
...
* Add support for Guardian paired sensors
* More work
* OOP
* More OOP
* Binary sensors looking good
* Entities all in place
* Looking good
* Linting
* Code review
* Code review
* Flake
* Fix removal
* Code review
* Linting
* Don't use potentially confusing method name
* Use CoordinatorEntity
* Linting
* Pylint
* Code review
* Code review
2020-10-12 21:41:57 -06:00
Glenn Waters and GitHub
f7d3f3a1ed
Add elkm1 bypass and trigger services ( #41584 )
2020-10-12 21:41:19 -05:00
scheric and GitHub
7e6432dad6
Use common strings in Griddy config flow ( #41716 )
2020-10-12 21:13:04 -05:00
bb2d3bf50d
Fix climate platform in devolo Home Control ( #40746 )
...
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
2020-10-12 19:21:59 -05:00
Ville Skyttä and GitHub
f28c3273c2
Upgrade mypy to 0.790 ( #41595 )
2020-10-12 19:17:30 -05:00
HomeAssistant Azure
1417a4161f
[ci skip] Translation update
2020-10-13 00:03:24 +00:00
J. Nick Koston and GitHub
a9de9c62f1
Use native utc timezone for utcnow() ( #41727 )
...
This allows timezone operations to happen in C code instead
of the pure-python code of pytz
2020-10-12 17:43:21 -05:00
b5308bda09
Add Sonos support for media_player.repeat_set service ( #41735 )
...
* Add Sonos support for media_player.repeat_set service
* Update homeassistant/components/sonos/media_player.py
* Remove else for pylint
Co-authored-by: cgtobi <cgtobi@users.noreply.github.com >
2020-10-13 00:30:38 +02:00
Anders Melchiorsen and GitHub
d00655810f
Add media_player.repeat_set service ( #41435 )
2020-10-12 23:29:28 +02:00
scheric and GitHub
a6393fb36c
Use common strings in Avri config flow ( #41717 )
2020-10-12 19:42:07 +02:00
Christian Bilevits and GitHub
54bb82a3c2
Add common strings in plaato config flow ( #41622 )
2020-10-12 19:39:09 +02:00
Niccolo Zapponi and GitHub
8a45bc2d13
Add support for SimpliSafe sensors ( #41080 )
...
* Add support for SimpliSafe sensors
* Turn sensor refresh rate to a configurable setting
* Set minimum to scan interval
* Removed dynamic sensor refresh rate
* Refactoring
* Refactoring
* Move battery entities to binary_sensor platform
* Bug fix
* Clean up
* Simplified device info override
* Ignore sensor cache
2020-10-12 11:31:55 -06:00
Erik Montnemery and GitHub
f70aa0b5cc
Merge Tasmota sensor device class and icon maps ( #41706 )
2020-10-12 19:26:35 +02:00
sycx2 and GitHub
fc75927d85
Rewrite tests for Template Binary Sensor ( #41098 )
2020-10-12 17:56:08 +02:00
57996e1942
Improve mobile app template handling ( #41703 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-10-12 17:26:54 +02:00
feabf99f92
Rewrite Wake on LAN Tests to use pytest style ( #41173 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-12 17:17:31 +02:00
Philip Allgaier and GitHub
625bbe6238
Cleanup unused loggers (components A-M) ( #41600 )
2020-10-12 16:59:05 +02:00
Thomas Lovén and GitHub
9e6df38994
Fix too agressive .gitignore ( #41677 )
2020-10-12 16:48:42 +02:00
Quentame and GitHub
6cff58f37d
Fix disabled Synology DSM camera ( #41686 )
2020-10-12 16:47:05 +02:00
J. Nick Koston and GitHub
b897ca7260
Ensure all template errors are caught and the websocket api reports them ( #41719 )
2020-10-12 16:38:24 +02:00
puddly and GitHub
f7e7f1371e
Update zigpy-znp to 0.2.2 ( #41670 )
2020-10-12 09:44:40 -04:00
Vladimír Záhradník and GitHub
111afbb66f
Refactor Modbus switch to provide a base for other entities ( #33551 )
...
* Add Modbus light and fan entities
* Rework Fan and Light components to new config structure
* Fix Linter issue
* Rework Modbus switch initialization
* Properly update state on actuator methods
* Remove Fan and Light entity from this change. They will be merged separately
* Fix loading of the Switch platform
* Modbus switch - inherit from the SwitchEntity
2020-10-12 14:34:44 +02:00
fnurgel and GitHub
bf57035880
Use separate line for return statement in hue_activate_scene ( #41709 )
2020-10-12 13:40:26 +02:00
3e41c682f4
Add Advantage Air Integration ( #40159 )
...
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-12 13:22:15 +02:00
Erik Montnemery and GitHub
cd21786536
Bump hatasmota to 0.0.13 ( #41705 )
...
* Bump hatasmota to 0.0.13
* Fix tests
2020-10-12 13:09:17 +02:00
Dan Ports and GitHub
c8ac787c9f
Bump greeneye_monitor to 2.1 ( #41692 )
...
This fixes reporting of temperature sensors with negative values.
2020-10-12 08:14:09 +02:00
84cb00bb4e
Add Tasmota sensor ( #41483 )
...
* Add Tasmota sensor
* Remove useless try-except
* Bump hatasmota to 0.0.11
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Sort dict constants
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-12 07:27:06 +02:00
Philip Allgaier and GitHub
59edb25e4e
Clean up speedtest ( #41139 )
...
* Remove unused error string + add server list log msg
* Use more common reference texts
* Revert translation files + correct typos
2020-10-12 06:03:45 +02:00
HomeAssistant Azure
f787289ea0
[ci skip] Translation update
2020-10-12 00:03:31 +00:00