tkdrob
d1c4d0de49
Use bool annotations for setup entries ( #51166 )
2021-05-27 17:39:06 +02:00
Shay Levy
b6355bcb48
Add myself to Switcher codeowners ( #51158 )
2021-05-27 17:37:54 +02:00
tkdrob
c0656878db
Normalize async_setup_entry ( #51161 )
2021-05-27 15:56:20 +02:00
Eduard van Valkenburg
701c4ee624
Update sia tests ( #51151 )
2021-05-27 15:35:17 +02:00
Franck Nijhof
d9eb1d85a2
Clean up DNS IP integration ( #51143 )
...
* Clean up DNS IP integration
* Commit missing change oops
2021-05-27 15:10:28 +03:00
Franck Nijhof
eb2b60434c
Clean up Local IP integration ( #51126 )
2021-05-27 15:04:40 +03:00
ollo69
69e454fd49
Add missing function signature ( #51153 )
2021-05-27 14:52:05 +03:00
René Klomp
65f2fe9c01
Bump pysma version to 0.5.0 ( #51098 )
...
* Use new get_sensors method
* Update pysma requirement
* Update primary codeowner
* Update device_info handling
* Fix LEGACY_MAP
* Updated tests
* Fix pysma references
* Fix pylint raise-missing-from
* Better import of Sensors
* Remove software version related changes
* Revert codeowners change
2021-05-27 12:53:14 +02:00
Eduard van Valkenburg
cede36d91c
Followup PR for SIA integration ( #51108 )
...
* Updates based on Martin's review
* fix strings and cleaned up constants
2021-05-27 10:55:47 +02:00
jjlawren
f0952d3ee8
Fix Sonos media position with radio sources ( #51137 )
2021-05-27 10:53:51 +02:00
jan iversen
8d365e8bf5
After merge, review. ( #51139 )
2021-05-27 08:28:31 +02:00
Anders Melchiorsen
fdfb84e8e2
Upgrade pysonos to 0.0.50 ( #51125 )
2021-05-27 08:13:10 +02:00
jjlawren
e4e3dc7fab
Fix Sonos TV source attribute ( #51131 )
2021-05-26 22:12:43 -07:00
Raman Gupta
877d3e38b4
Fix zwave_js.set_value schema ( #51114 )
...
* fix zwave_js.set_value schema
* wrap all schemas in vol.Schema
* readd removed assertions
2021-05-27 00:27:35 -04:00
Joakim Sørensen
3e7729faf2
Handle blank string in location name for mobile app ( #51130 )
2021-05-27 06:04:05 +02:00
uvjustin
38e0cbe964
Change stream sequence number to start from 0 ( #51101 )
...
* Use constants for provider strings
* Add last_sequence property
2021-05-27 11:22:31 +08:00
GitHub Action
f45bc3abc7
[ci skip] Translation update
2021-05-27 00:17:03 +00:00
Franck Nijhof
d829df332d
Bump version to 2021.7.0dev0 ( #51116 )
2021-05-26 20:18:29 +02:00
Yuriy Sannikov
6391d75919
Refactor ModbusRegisterSensor class to get hub and configuration ( #50234 )
...
* refactor ModbusRegisterSensor to match the ModbusSwitch interface
* Please pylint, mypy etc.
* Remove PLATFORM.
Co-authored-by: jan Iversen <jancasacondor@gmail.com>
2021-05-26 19:28:14 +02:00
Greg Dowling
09b9218511
Handle updating config entries in Vera ( #49605 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-26 09:54:02 -07:00
Austin Mroczek
22dd7df66c
Improve totalconnect config flow user experience ( #47926 )
2021-05-26 09:48:44 -07:00
Franck Nijhof
67536b52c4
Use entity class vars in Flo ( #50991 )
2021-05-26 09:47:04 -07:00
ollo69
daff62f42d
Add AsusWRT model and firmware information for device ( #51102 )
2021-05-26 09:46:06 -07:00
Barry Williams
5ac81ccb4c
Openhome component now uses asyncio and handles unavailability ( #49574 )
2021-05-26 09:39:44 -07:00
Bram Kragten
42b92748f6
Update frontend to 20210526.0 ( #51110 )
2021-05-26 09:31:46 -07:00
Paulus Schoutsen
bcd91cc2bd
Drop certificate filling in for cloudmqtt ( #51112 )
2021-05-26 09:31:35 -07:00
Klaas Schoute
31c07e710a
bump garage_amsterdam lib to v2.1.1 ( #51111 )
2021-05-26 09:31:23 -07:00
Matt Zimmerman
ffb9ab21c1
Add binary sensor for smarttub errors ( #49364 )
2021-05-26 09:25:47 -07:00
J. Nick Koston
64661ee2b7
Add network configuration integration ( #50874 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-26 09:06:30 -07:00
Erik Montnemery
16e90f12ca
Add last_reset property to Tasmota energy sensors ( #51107 )
...
* Add last_reset property to Tasmota energy sensors
* Correct device class for energy sensors
2021-05-26 17:58:06 +02:00
Franck Nijhof
19c505c0f0
Add Supervisor discovery to motionEye ( #50901 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-26 17:40:07 +02:00
Raman Gupta
18e6ae8750
Add WS API commands to check for and install zwave_js config updates ( #51106 )
2021-05-26 08:39:08 -07:00
Raman Gupta
6d9b67ddb2
Add zwave_js heal node and network WS API commands ( #51047 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-26 08:38:02 -07:00
Raman Gupta
8edf7f0407
Don't enforce uniqueness requirements for Waze and Google Travel Time ( #50254 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-05-26 08:32:26 -07:00
Brandon Rothweiler
a36935dcee
Add services for Mazda integration ( #51016 )
2021-05-26 16:36:36 +02:00
Franck Nijhof
a8a13da793
Fix discovery without uid aborts on completing user flow ( #51105 )
...
* Fix discovery without uid aborts on completing user flow
* Fix comment
2021-05-26 16:29:52 +02:00
Franck Nijhof
bf13af34b4
Use entity class vars in WLED ( #50975 )
2021-05-26 14:08:09 +02:00
Massimiliano Cannarozzo
5a5a145778
Make all MQTT cover payloads optional ( #50579 )
...
* Remove unused constant
* Make payload_close optional
* Make payload_open optional
* Compute supported features based on config
2021-05-26 13:50:44 +03:00
Raman Gupta
1de0d20a76
Bump zwave-js-server-python to 0.25.1 ( #51097 )
...
* Bump zwave-js-server-python to 0.25.1
* update fixtures
2021-05-26 12:37:24 +02:00
Erik Montnemery
789a14fc44
Add support for last_reset to MQTT sensor ( #51036 )
...
* Add support for last_reset to MQTT sensor
* Update abbreviations
* Improve test coverage
2021-05-26 11:50:29 +02:00
Matthias Alphart
4f9b7254d2
Initialize KNX expose value ( #49623 )
...
* simplify value extraction
* allow 0/1 and "True" / "False" for binary exposes
* initialize ExposeSensor value
* handle binary states
* use default for initialization
2021-05-26 11:21:11 +02:00
chpego
19c9675d4a
Bump youtube-dl to 2021.04.26 ( #50037 )
2021-05-26 10:32:43 +02:00
Raj Laud
b3607343fc
Fix error in Squeezebox DHCP discovery flow ( #50771 )
...
* Map data from dhcp to squeezebox discovery flow
* Add tests for squeezebox dhcp discovery
2021-05-26 10:30:15 +02:00
Andrey Kupreychik
5ee0df29d4
Remove old Keenetic NDMS2 entities when some interfaces are unselected ( #47311 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-26 10:26:23 +02:00
uvjustin
c6f108f7c3
Refactor stream to use bytes ( #51066 )
...
* Refactor stream to use bytes
2021-05-26 16:19:09 +08:00
Franck Nijhof
58586d5e1f
Use entity class vars in Elgato ( #50973 )
2021-05-26 10:18:26 +02:00
Maciej Bieniek
41a940f644
Add state class to Nettigo Air Monitor sensors ( #50959 )
2021-05-26 09:36:37 +02:00
ollo69
d5a9419fb7
Fix AsusWRT sensor test ( #50956 )
...
* Fix AsusWRT sensor test
* Revert use of utcnow
* Add MockDevice class
* Proper initialize static member
* Added mock_device fixture
2021-05-26 09:19:30 +02:00
Raman Gupta
5f7964b54b
Add firmware updates support for zwave_js ( #50390 )
...
* Add WS API support for zwave_js firmware updates
* move file to fixture
* review comments
* fix logic and test based on upstream changes
* handle failure scenario
* handle failure scenario
* fix tests and adjust message
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* remove return from firmware upload view because client will raise an exception if not successful
* raise if user is not an admin
* raise bad request exception if firmware command fails
* incorporate #50923
* Add test for failed command
* add event name to messages
* change error to not found
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-05-26 02:57:00 -04:00
Matt Zimmerman
c1d5dd7141
Remove unneeded **kwargs from SmartTub reminders snooze service ( #51093 )
2021-05-26 08:13:26 +02:00