 J. Nick KostonandGitHub
|
5b755b74fb
|
Add loggers to integration manifest.json (#65083)
|
2022-01-28 13:37:53 -08:00 |
|
 Allen PorterandGitHub
|
956ceb6c68
|
Update nest diagnostics (#65141)
|
2022-01-28 21:50:38 +01:00 |
|
 Dave TandGitHub
|
bf910229b6
|
Add test: warn entity_category assigned as str (#65142)
|
2022-01-28 21:46:57 +01:00 |
|
 Allen PorterandGitHub
|
0c9be604c2
|
Add diagnostics for rtsp_to_webrtc (#65138)
|
2022-01-28 09:07:41 -08:00 |
|
 
|
d0d55db936
|
Add diagnostics support to onewire (#65131)
* Add diagnostics support to onewire
* Add tests
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-28 19:00:47 +02:00 |
|
 Nenad BogojevicandGitHub
|
1a878b4024
|
Use new withings oauth2 refresh token endpoint (#65134)
|
2022-01-28 08:48:16 -08:00 |
|
 Robert SvenssonandGitHub
|
da355438aa
|
Reconnect client service tried to connect even if device didn't exist (#65082)
|
2022-01-28 08:33:31 -08:00 |
|
 Shay LevyandGitHub
|
efbbef5922
|
Fix Shelly detached switches automation triggers (#65059)
|
2022-01-28 08:30:44 -08:00 |
|
 Paulus SchoutsenandGitHub
|
cf6b3fc810
|
Add support for proxy-selected intent (#65094)
|
2022-01-28 08:16:28 -08:00 |
|
 Klaas SchouteandGitHub
|
090a8a9439
|
Add diagnostics support to P1 Monitor (#65060)
* Add diagnostics to P1 Monitor
* Add test for diagnostics
|
2022-01-28 17:08:29 +02:00 |
|
 Erik MontnemeryandGitHub
|
dccc4eba76
|
Remove artifacts from black formatting (#65113)
* Remove artifacts from black formatting
* Tweak
|
2022-01-28 17:00:01 +02:00 |
|
 Joakim SørensenandGitHub
|
0a2f57e4f8
|
Move netatmo dataclass registrations (#65052)
|
2022-01-28 10:51:32 +01:00 |
|
 Marvin WichmannandGitHub
|
62584b4813
|
Add tests for KNX diagnostic and expose (#64938)
* Add test for KNX diagnostic
* Add test for KNX expose
* Apply review suggestions
|
2022-01-27 23:03:20 +01:00 |
|
 Jc2kandGitHub
|
f49cfe866a
|
Support unpairing homekit accessories from homekit_controller (#65065)
|
2022-01-27 16:02:30 -06:00 |
|
 
|
d706a7bbde
|
Update Renault to 0.1.7 (#65076)
* Update Renault to 0.1.7
* Adjust tests accordingly
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-27 20:19:28 +01:00 |
|
 
|
30fd902764
|
Correct zone state (#65040)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2022-01-27 10:01:09 -08:00 |
|
 Jc2kandGitHub
|
a65694457a
|
Allow homekit_controller to set Ecobee's mode (#65032)
|
2022-01-27 11:02:38 -06:00 |
|
 Patrik LindgrenandGitHub
|
70321ed795
|
Add battery sensor for Tradfri blinds (#65067)
|
2022-01-27 17:47:47 +01:00 |
|
 Chris TalkingtonandGitHub
|
e0d970c739
|
Update rokuecp to 0.12.0 (#65030)
|
2022-01-27 10:43:23 -06:00 |
|
 Jc2kandGitHub
|
603d0fb068
|
Allow homekit_controller to customise Ecobee home/sleep/away thresholds (#65036)
|
2022-01-27 10:41:53 -06:00 |
|
 Jc2kandGitHub
|
9799965c62
|
Better names for energy related homekit_controller sensors (#65055)
|
2022-01-27 10:08:26 -06:00 |
|
 alim4randGitHub
|
ca469750ac
|
Prometheus tests simulate entities (#64916)
|
2022-01-27 15:56:12 +01:00 |
|
 
|
9d404b749a
|
Implement coordinator class for Tradfri integration (#64166)
* Initial commit coordinator
* More coordinator implementation
* More coordinator implementation
* Allow integration reload
* Move API calls to try/catch block
* Move back fixture
* Remove coordinator test file
* Ensure unchanged file
* Ensure unchanged conftest.py file
* Remove coordinator key check
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Import RequestError
* Move async_setup_platforms to end of setup_entry
* Remove centralised handling of device data and device controllers
* Remove platform_type argument
* Remove exception
* Remove the correct exception
* Refactor coordinator error handling
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove platform type from base class
* Remove timeout context manager
* Refactor exception callback
* Simplify starting device observation
* Update test
* Move observe start into update method
* Remove await self.coordinator.async_request_refresh()
* Refactor cover.py
* Uncomment const.py
* Add back extra_state_attributes
* Update homeassistant/components/tradfri/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Refactor switch platform
* Expose switch state
* Refactor sensor platform
* Put back accidentally deleted code
* Add set_hub_available
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix tests for fan platform
* Update homeassistant/components/tradfri/base_class.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/tradfri/base_class.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix non-working tests
* Refresh sensor state
* Remove commented line
* Add group coordinator
* Add groups during setup
* Refactor light platform
* Fix tests
* Move outside of try...except
* Remove error handler
* Remove unneeded methods
* Update sensor
* Update .coveragerc
* Move signal
* Add signals for groups
* Fix signal
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2022-01-27 11:12:52 +01:00 |
|
 Jan BouwhuisandGitHub
|
0cabf3e577
|
Fix MQTT climate action null warnings (#64658)
|
2022-01-27 08:41:27 +01:00 |
|
 Jesse HillsandGitHub
|
cb2f5b5ed5
|
Add diagnostics download to ESPHome (#65008)
|
2022-01-26 14:35:41 -08:00 |
|
 Erik MontnemeryandGitHub
|
67838518ab
|
Abort owntracks config flow when not connected to home assistant cloud (#64968)
|
2022-01-26 11:07:34 -08:00 |
|
 Erik MontnemeryandGitHub
|
664be84121
|
Abort plaato flows when not connected to home assistant cloud (#64969)
|
2022-01-26 11:07:26 -08:00 |
|
 Erik MontnemeryandGitHub
|
94288886c3
|
Abort webhook flow when not connected to home assistant cloud (#64963)
|
2022-01-26 10:57:45 -08:00 |
|
 
|
e17f1ea577
|
Support Plex in Sonos media browser (#64951)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2022-01-26 10:40:47 -08:00 |
|
 Erik MontnemeryandGitHub
|
07563f4fd2
|
Disable google_assistant local SDK if SSL is enabled (#64983)
|
2022-01-26 18:55:30 +01:00 |
|
 
|
9ff49e9c3a
|
Change zone's state to be number of person entities in the zone (#64910)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2022-01-26 09:00:43 -08:00 |
|
 
|
3f12ce06af
|
Add detailed status for UptimeRobot (#64879)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
|
2022-01-26 16:48:15 +01:00 |
|
 Joakim SørensenandGitHub
|
eb5c6076af
|
Check for empty release array (#64973)
|
2022-01-26 16:31:21 +01:00 |
|
 Christopher BaileyandGitHub
|
e203efa8b1
|
Fix custom message for UniFi Protect doorbell select (#64971)
|
2022-01-26 05:14:40 -10:00 |
|
 Aaron BachandGitHub
|
e9a71231c2
|
Add diagnostics to WattTime (#64887)
|
2022-01-26 15:48:38 +01:00 |
|
 Erik MontnemeryandGitHub
|
f92e8ab931
|
Drop owntracks import flow (#64967)
|
2022-01-26 15:47:37 +01:00 |
|
 tokenize47andGitHub
|
2f30fdb9b8
|
Add solax config flow (#56620)
|
2022-01-26 10:58:06 +01:00 |
|
 Simone ChemelliandGitHub
|
4f8831f8f6
|
Cleanup tests for AWS (#64943)
|
2022-01-26 10:34:33 +01:00 |
|
 Paulus SchoutsenandGitHub
|
9cbdd36082
|
Expose if HTTP is configured for SSL (#64940)
|
2022-01-26 09:34:48 +01:00 |
|
 Aaron BachandGitHub
|
149cd8e319
|
Add diagnostics to Ridwell (#64863)
|
2022-01-25 20:23:45 -10:00 |
|
 Aaron BachandGitHub
|
2471ddaec6
|
Add diagnostics to Tile (#64875)
|
2022-01-25 20:20:11 -10:00 |
|
 Marvin WichmannandGitHub
|
072f7d5611
|
Add support for TCP tunneling connections to KNX (#64928)
|
2022-01-26 06:36:07 +01:00 |
|
 jjlawrenandGitHub
|
cdad1a9f27
|
Use local Sonos API for Plex music playback (#63357)
|
2022-01-25 21:10:11 -08:00 |
|
 Paulus SchoutsenandGitHub
|
24546dfdf9
|
Catch all exceptions on import component/platform (#64930)
|
2022-01-25 20:39:32 -08:00 |
|
 Mick VleeshouwerandGitHub
|
5bd96a35f9
|
Add reauth flow to Overkiz integration (#64622)
|
2022-01-25 13:00:58 -10:00 |
|
 jjlawrenandGitHub
|
34d0f2ffd7
|
Add "Recommended" and radio station support to Plex media browser (#64057)
|
2022-01-25 13:02:23 -08:00 |
|
 Franck NijhofandGitHub
|
2e1ac711fb
|
Add Elgato hw version to device info (#64922)
|
2022-01-25 20:29:18 +01:00 |
|
 J. Nick KostonandGitHub
|
e28b5aee77
|
Add dhcp discovery to senseme (#64894)
|
2022-01-25 19:07:17 +01:00 |
|
 
|
dfb7ab5c30
|
Add zeroconf to overkiz integration (#64907)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2022-01-25 07:50:40 -10:00 |
|
 Franck NijhofandGitHub
|
02d81374f8
|
Add full test coverage to Whois (#64899)
|
2022-01-25 18:33:53 +01:00 |
|