Abílio Costa
896f51fd82
Add Wind to Accuweather sensors ( #44364 )
2020-12-19 16:10:02 +01:00
ktnrg45
5b14c1da73
Bump pyps4-2ndscreen to 1.2.0 ( #44273 )
...
* Bump PS4 to 1.2.0
* Add additional media_player tests
* Fix tests
2020-12-18 08:46:59 +01:00
Christopher Gramberg
c5fdde2a94
Convert filter tests to use pytest style ( #41743 )
2020-12-17 22:08:35 +01:00
Aaron Bach
d18c9f1c74
Update ReCollect docs to use proper name ( #44291 )
2020-12-17 20:59:45 +01:00
Maciej Bieniek
97894bd718
Refactor Airly config flow ( #44330 )
2020-12-17 19:34:40 +01:00
Erik Montnemery
31b806ced1
Revert "Change http to auto for cast media image url" ( #44327 )
2020-12-17 17:43:52 +01:00
Jc2k
2b6842aee0
Fix velux homekit covers not enumerated correctly ( #44318 )
2020-12-17 17:12:06 +01:00
Maciej Bieniek
94e1f8e631
Refactor Airly tests ( #44315 )
2020-12-17 16:44:46 +01:00
Paulus Schoutsen
735607c625
Bump version to 2021.1 ( #44298 )
2020-12-16 23:59:45 +01:00
Dermot Duffy
aaae452d58
Add reauth step to Hyperion config flow ( #43797 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-16 23:55:31 +01:00
Santobert
d0ebc00684
Add OAuth to Neato ( #44031 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-16 23:39:41 +01:00
Shay Levy
fd24baa1f6
Fix Shelly devices missing properties field ( #44279 )
2020-12-16 21:28:59 +01:00
Paulus Schoutsen
4f9d5792ed
Fix setting timestamp on input_datetime ( #44274 )
2020-12-16 11:18:50 +01:00
Erik Montnemery
dfde403937
Remove Home Assistant Cast user when removing entry ( #44228 )
...
* Remove Home Assistant Cast user when removing entry
* Fix test
* Fix test
2020-12-16 11:00:22 +01:00
Eric Severance
2765c6f1e9
Register Wemo fan services with entity service helper ( #44192 )
...
* Use a singleton for the Wemo registry and fan services
* Undo changes to the wemo subscription registry
* Use an entity service helper to register the Wemo fan services
* Fix Wemo fan test (missing ATTR_ENTITY_ID)
* Use the function name directly rather than a string
* Improve test coverage of the set_humidity service
2020-12-15 14:19:57 +01:00
Eric Severance
69a7eff55d
Add tests for the Wemo __init__ module ( #44196 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-15 09:59:23 +01:00
Shulyaka
0b8529a472
Add zha AnalogOutput cluster support ( #44092 )
...
* Initial commit
* black
* isort
* Commit suggestion from code review
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
* pylint
* removed entity cache for present_value
* fix discovery
* move write_attributes to channel
* write_attributes fix
* write_attributes yet another fix
* update_before_add=False
* mains powered test device
* removed test_restore_state
* flake8
* removed async_configure_channel_specific
* don't know what this patch does, removing
* test for async_update
* removed node_descriptor
* fix unit_of_measurement
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2020-12-14 15:32:45 -05:00
Allen Porter
1a8123aba6
Increase nest climate test coverage ( #44146 )
2020-12-12 20:57:02 +01:00
Eric Severance
8fe5e61cbf
Test edge cases in wemo platform code ( #44136 )
2020-12-12 19:41:20 +01:00
Allen Porter
6d12e764b7
Increase test coverage for nest camera ( #44144 )
2020-12-12 10:17:43 +01:00
Anders Melchiorsen
ce3f6c368a
Initialize numeric_state trigger tests ( #44114 )
...
This makes the crossed thresholds explicit.
2020-12-11 05:11:51 +01:00
Eric Severance
b4afef1395
Add tests for the wemo component ( #44088 )
...
* Add tests for the wemo component.
* Prefer mock tools from tests.async_mock over importing asynctest directly
* Avoid using `entity/entities` except when referring to an `Entity` instance in wemo tests
* Remove the overridden event_loop fixture from the wemo tests
* Patch the library code, not the integration code, in the wemo tests
2020-12-10 22:24:26 +01:00
Erik Montnemery
7084d6c650
Address old review comments of Tasmota fan ( #44112 )
...
* Address review comments of Tasmota fan
* Address review comment
2020-12-10 22:17:58 +01:00
Robert Svensson
9651d1bcfa
Support more errors to better do retries in UniFi ( #44108 )
2020-12-10 21:25:50 +01:00
Alexei Chetroi
6253054fd4
Bump up dependencies on pyserial and pyserial-asyncio ( #44089 )
2020-12-10 20:41:31 +01:00
Bram Kragten
0da312b6f1
Fix importing blueprint from community ( #44104 )
2020-12-10 16:45:57 +01:00
Paulus Schoutsen
d9a86c1145
Fix importing blueprints from forums with HTML entities ( #44098 )
2020-12-10 11:11:49 +01:00
zewelor
e09234ffae
Fix yeelight unavailbility ( #44061 )
2020-12-10 09:54:10 +01:00
Robert Svensson
e2ef9d1afc
Some lights only support hs, like the lidl christmas lights ( #44059 )
2020-12-09 19:02:44 +01:00
Robert Svensson
20c3fdfe14
Fix ignored Axis config entries doesn't break set up of new entries ( #44062 )
2020-12-09 17:48:16 +01:00
J. Nick Koston
dd0afc3b66
Create httpx helper to wrap a shared httpx.AsyncClient ( #43877 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-12-09 17:18:57 +01:00
Jc2k
109ce653c0
Fix how homekit_controller enumerates Hue remote ( #44019 )
2020-12-08 18:01:07 +01:00
Paulus Schoutsen
ac2af69d26
Fix extracting entity and device IDs from scripts ( #44048 )
...
* Fix extracting entity and device IDs from scripts
* Fix extracting from data_template
2020-12-08 13:06:29 +01:00
SukramJ
34a31884b7
Bump dependency to add more multi channel devices to HomematicIP Cloud ( #43914 )
2020-12-08 00:16:22 +01:00
David F. Mulcahey
70133f2096
Fix ZHA switch group test ( #44021 )
2020-12-07 11:43:35 -05:00
Jc2k
6ce45e39d1
Hide HomeKit devices from discovery that are known to be problematic ( #44014 )
2020-12-07 13:51:35 +01:00
PeteBa
727b1d37b6
Add discovery for MQTT device tracker ( #42327 )
2020-12-07 13:16:56 +01:00
Nigel Rook
1d0b4290fe
Update generic_thermostat current_temperature on startup ( #43951 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-07 13:14:54 +01:00
nivnoach
906e1ce960
Allow manual configuration of ignored config entries ( #43947 )
2020-12-07 09:25:04 +01:00
Maciej Bieniek
19389b16e2
Add support for system health to GIOS integration ( #43280 )
...
* Add system health support
* Fix docstrings
* Change url to check
2020-12-07 03:50:22 +01:00
Philip Allgaier
18736dbebf
Bump voluptuous to 0.12.1 ( #44002 )
...
* Bump voluptuous to 0.12.1
* Adjust MQTT climate test to new error msg
2020-12-07 02:49:36 +01:00
Andreas Wrede
30f73a4962
Add discovery of sensors on DS2409 MicroLan ( #43599 )
...
* Add discovery of sensors on DS2409 MicroLan
* Add tests for coupler
* Update tests
* Fix isort
* Clean up
* Move tests to test_sensor.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-07 02:09:32 +01:00
Jacob Southard
8b01f681ab
Add target temperature range to homekit_controller ( #42817 )
...
* Add support for temperature range in thermostat.
* Add tests for setting temperature range.
* Update Lennox E30/Ecobee 3 tests to reflect new supported feature
* Add support for thermostate mode specific min/max temp values.
2020-12-06 23:23:08 +00:00
Alexei Chetroi
a1720fdd2b
Cleanup ZHA fan channel ( #43973 )
...
* Use zigpy cached values for ZHA Fan speed
* Disable update_before_add for ZHA fans
* Refresh state of the group
* Fix group tests
2020-12-05 18:24:49 -05:00
Alexei Chetroi
40e5634db3
Add ZHA Coordinator to LightLink cluster groups ( #43959 )
...
* Add coordinator to LighLink cluster groups
* Make pylint happy
2020-12-05 11:20:10 -05:00
Robert Svensson
bc83e30761
Fix device refresh service can always add devices ( #43950 )
2020-12-05 11:53:43 +01:00
Allen Porter
0670124e8d
Address PR cleanup for nest device triggers ( #43961 )
2020-12-05 10:55:19 +01:00
Emily Mills
c4426a73b3
Remove zerproc threaded upstream reconnect logic ( #43910 )
2020-12-05 01:40:56 +01:00
Martin Hjelmare
e23dc90bac
Handle stale ozw discovery flow ( #43939 )
2020-12-04 20:41:08 +01:00
Erik Montnemery
5e6f5fca90
Don't send MQTT birth message in tests ( #43917 )
2020-12-04 04:39:49 +01:00