Allen Porter
d7b080b285
Add support for Add-on discovery in rtsp_to_webrtc ( #63211 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-04 17:58:08 +01:00
tschnilo
46e61008ea
Update PyVicare to 2.15.0 ( #63342 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-04 17:55:43 +01:00
J. Nick Koston
13b262bcce
Keep flux_led device time in sync ( #63259 )
2022-01-04 17:37:15 +01:00
Renat Nurgaliyev
f71d49230d
Add counter entities support to Prometheus component ( #62410 )
2022-01-04 17:34:05 +01:00
epenet
911f2751b4
Drop device_class in wallbox number ( #62438 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 17:29:46 +01:00
Allen Porter
0bcad5579b
Set nest climate hvac_action to report idle when hvac mode is not off ( #62811 )
2022-01-04 17:28:46 +01:00
Marcel van der Veldt
829ff9c423
Fix Hue grouped light color_mode calculation ( #63374 )
2022-01-04 17:15:19 +01:00
Tobias Sauerwein
c423b01eb0
Implement retry for Netatmo webhook registration ( #62597 )
2022-01-04 16:52:27 +01:00
J. Nick Koston
ee375ff42d
Offer local control option when there are multiple zeroconf homekit matches ( #62649 )
2022-01-04 16:51:38 +01:00
epenet
411fcad798
Use BinarySensorDeviceClass enum in binary_sensor device automations ( #62635 )
2022-01-04 16:46:21 +01:00
On Freund
7e4414710d
Convert Risco sensor states to timestamps ( #63139 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.dev>
2022-01-04 16:40:32 +01:00
Allen Porter
fdb4b1d7f0
Cleanup nest config flow ( #63351 )
2022-01-04 16:33:17 +01:00
J. Nick Koston
5c8271552a
Add hardware revision support to homekit ( #63336 )
2022-01-04 16:19:12 +01:00
Joakim Plate
7c6297db86
Add support for philips js screen state ( #62775 )
2022-01-04 16:14:44 +01:00
Brandon Rothweiler
06f05d2302
Use entity class attributes for Mazda integration ( #59869 )
2022-01-04 16:08:54 +01:00
Robert Hillis
f028079815
Remove deprecated yaml config from sma ( #62472 )
...
Co-authored-by: René Klomp <rene@klomp.ws>
2022-01-04 16:04:16 +01:00
Sebastian Muszynski
72674876fc
Add philips.light.hbulb support ( #62417 )
2022-01-04 16:01:36 +01:00
vauriga
0a00c77ed6
Add support for Pet Feeder (cwwsq) in Tuya ( #61359 )
2022-01-04 16:00:48 +01:00
Erwin Oldenkamp
39b26e5ff7
Add device to Wallbox integration ( #63011 )
2022-01-04 15:46:57 +01:00
Marc Mueller
3e51659ba7
Remove some unused TypeVars ( #63346 )
2022-01-04 15:38:34 +01:00
starkillerOG
4d59c1bf07
Bump micloud to 0.5 ( #63348 )
2022-01-04 15:37:33 +01:00
Marc Mueller
fcd80b2ed7
Fix `ensure_list` typing ( #63311 )
2022-01-04 15:23:48 +01:00
Ville Skyttä
5231bc5dcb
Simplify device registry update ( #62868 )
2022-01-04 15:02:11 +01:00
Mike Degatano
8d2cb82b1d
Update influxdb dependency to `5.3.1` ( #62228 )
2022-01-04 13:49:43 +01:00
Paulus Schoutsen
e201293848
Add MAC to WLED device ( #63349 )
2022-01-04 13:49:15 +01:00
Eric Severance
1bfa2a9b25
Add configuration_url for ONVIF ( #61526 )
2022-01-04 13:48:26 +01:00
Eric Severance
26f9ffbdd5
Allow password-less login to jellyfin ( #61646 )
2022-01-04 13:44:10 +01:00
Fabian Affolter
e2f7a58a38
Update no_ip URL ( #62477 )
2022-01-04 13:42:54 +01:00
David F. Mulcahey
6a685f0315
Add select entities to ZHA ( #62718 )
2022-01-04 13:40:29 +01:00
Robert Hillis
cfb47b9195
Remove deprecated yaml config from waze_travel_time ( #62543 )
2022-01-04 13:39:32 +01:00
Franck Nijhof
12450daf56
Only rely on device status when adding Tuya entities ( #63074 )
2022-01-04 12:51:45 +01:00
Allen Porter
9c166dfff2
Bump rtsp_to_webrtc to 0.4.0 ( #63359 )
2022-01-04 11:31:33 +01:00
epenet
5140c1fa6a
Remove invalid return values in setup methods [i-p] ( #63363 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 11:30:13 +01:00
epenet
2709db008c
Remove invalid return values in setup methods [a-h] ( #63362 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 11:08:28 +01:00
epenet
b14ac1b94a
Remove invalid return values in setup methods [r-z] ( #63365 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 10:52:30 +01:00
Thomas Dietrich
dc15c9ed75
Add SensorDeviceClass to statistics component, improve structures ( #62629 )
...
* Improve config checking, add device_class timestamp
* Move additional characteristics into separate branch
* Move deprecation warning for sampling_size default to other branch
* Add supports list description
2022-01-04 10:25:37 +01:00
avee87
04606f05a4
Use built-in Jinja min and max filters in templates ( #60327 )
...
* Use built-in Jinja min and max filters in templates
* use built-in filter for global
* lint
* less generic name
* more tests
* even more tests
2022-01-04 10:07:23 +01:00
Chris Talkington
2d0aaeba6b
Address late review of #63238 ( #63358 )
2022-01-04 09:16:47 +01:00
GitHub Action
021a4f7106
[ci skip] Translation update
2022-01-04 00:14:15 +00:00
Christopher Bailey
a2677983a2
Add UniFi Protect select platform ( #63337 )
2022-01-03 13:42:10 -10:00
rianadon
48057e1dfb
Weather units: climacell (1.3/4) ( #61472 )
...
* climacell units
* Fix climacell tests
2022-01-03 15:09:47 -05:00
Paulus Schoutsen
ad8af5fc7a
Allow mobile app registrations only supporting websocket push ( #63208 )
2022-01-03 11:02:41 -08:00
Paulus Schoutsen
9f0805f512
Sisyphus: Fix bad super call ( #63327 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-03 19:46:56 +01:00
epenet
e4a88e921f
Add switch setup type hints [n-r] ( #63304 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:24:34 +01:00
epenet
f39531dcfc
Add switch setup type hints [g-m] ( #63303 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:23:11 +01:00
epenet
eb7911f951
Add basic type hints to acmeda ( #62736 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:21:48 +01:00
epenet
6f93ffb7ee
Add sensor setup type hints [t-v] ( #63309 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:20:39 +01:00
epenet
d24ebc3c10
Add sensor setup type hints [e-f] ( #63317 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:19:11 +01:00
epenet
4363852178
Add sensor setup type hints [a-b] ( #63319 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:18:00 +01:00
epenet
84221f656a
Add sensor setup type hints [c-d] ( #63318 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:16:42 +01:00
epenet
30a64bd0f2
Add sensor setup type hints [g-h] ( #63316 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:13:59 +01:00
epenet
a9901356c3
Add sensor setup type hints [i-l] ( #63315 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:11:50 +01:00
epenet
9184eb8916
Add sensor setup type hints [o-q] ( #63313 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:10:57 +01:00
epenet
80b6195505
Add sensor setup type hints [m-n] ( #63314 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:09:36 +01:00
epenet
822ac203c3
Add sensor setup type hints [r] ( #63312 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:08:34 +01:00
epenet
595e8a327c
Add sensor setup type hints [s] ( #63310 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:06:08 +01:00
epenet
26819d1132
Add sensor setup type hints [w-z] ( #63308 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 18:45:33 +01:00
Erik Montnemery
d8e7236502
Cleanup handling of unsupported config keys in MQTT fan ( #62681 )
...
* Cleanup handling of unsupported config keys in MQTT fan
* Update fan.py
2022-01-03 17:54:03 +01:00
epenet
5ddab5a7f2
Add setup type hints to number, remote and scene ( #63299 )
...
* Add number setup type hints
* Add remote setup type hints
* Add scene setup type hints
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 17:17:44 +01:00
Erik Montnemery
1995a825f3
Reject MQTT light discovery using unsupported value_template ( #62682 )
...
* Reject MQTT light discovery using unsupported value_template
* Tweak
2022-01-03 17:16:26 +01:00
Franck Nijhof
a039d245fd
Fix typo in CPU Speed translation key ( #63284 )
2022-01-03 17:09:32 +01:00
epenet
f456f68dff
Add switch setup type hints [s-z] ( #63305 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:44:20 +01:00
epenet
e5dcc5694a
Add switch setup type hints [a-f] ( #63302 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:31:24 +01:00
epenet
7df339f436
Add weather setup type hints ( #63301 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:27:33 +01:00
epenet
3fe527422d
Add setup type hints to select, vacuum and water_heater ( #63300 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:26:14 +01:00
epenet
9b5939a7a5
Add setup type hints to all demo platforms ( #63294 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:24:09 +01:00
epenet
1c30992b0e
Add setup type hints to all template platforms ( #63295 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:23:12 +01:00
epenet
94061fa997
Add geo_location setup type hints ( #63288 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:22:23 +01:00
epenet
1519aa202d
Add media_player setup type hints [m-x] ( #63298 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:09:34 +01:00
Jan Bouwhuis
dd0193052c
Add MQTT encoding parameter for all subscribed topics ( #62263 )
...
* Add encoding parameter for all subscribable topics
* test setup encoding incoming payload
* remove support for device_tracker and tag+tests
2022-01-03 16:08:07 +01:00
Jan Bouwhuis
3ca18922e6
Mqtt rework on value templates ( #62105 )
...
* add MqttValueTemplate class
* support variables at initiation
* pass MqttEntity instead of hass
* Use MqttValueTemplace class for value templates
* make hass en enitity parameters conditional
* remove unused property and remove None assignment
* rename self._attr_value_template
2022-01-03 16:07:40 +01:00
epenet
bf78ddcadb
Add media_player setup type hints [a-l] ( #63297 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:04:15 +01:00
epenet
eed7ce55b3
Add lock setup type hints ( #63296 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:45:15 +01:00
epenet
7967f49e48
Add light setup type hints [s-z] ( #63293 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:43:55 +01:00
epenet
a46f25f2a9
Add device_tracker setup type hints ( #63286 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:19:38 +01:00
epenet
b9e9445a51
Add humidifier setup type hints ( #63289 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:15:32 +01:00
epenet
ca366e6f87
Add image_processing setup type hints ( #63290 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:14:57 +01:00
Jan Bouwhuis
061ce0c187
Fix mqtt reloading and rework tests ( #62950 )
...
* Improve mqtt reloading/tests and fix issues
* Cleanup fixture for reloading test
* isort and black remove replaced test_reloadable
2022-01-03 15:14:50 +01:00
Jan Bouwhuis
0dab5e69db
Fix MQTT cover not using tilt_command_template ( #63080 )
2022-01-03 15:13:30 +01:00
epenet
1ce75f8e6b
Add cover setup type hints ( #63285 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:13:18 +01:00
epenet
277562bc38
Add light setup type hints [l-r] ( #63292 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:11:59 +01:00
epenet
71cb42f53a
Add fan setup type hints ( #63287 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:10:53 +01:00
Jan Bouwhuis
457ce195dd
Add mqtt entity attributes command templates ( #61937 )
...
* Add entity variables to MqttCommandTemplate
* missing command template update
* make hass and entity conditional parameters
* Add encoding support for publishing
* Revert "Add encoding support for publishing"
This reverts commit b69b9c60ec
.
2022-01-03 15:10:15 +01:00
epenet
7f9b7c7b0e
Add light setup type hints [a-i] ( #63291 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:02:21 +01:00
bvweerd
acc974b26b
Add eq3btsmart presets on, off, auto and manual mode ( #54586 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Teemu R <tpr@iki.fi>
2022-01-03 14:04:23 +01:00
Aidan Timson
d85d93d1a1
Downgrade OctoPrint printer disconnected errors ( #63076 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-03 13:53:25 +01:00
Steven Looman
cba752c1af
Bump async-upnp-client==0.23.3 ( #63282 )
2022-01-03 13:42:09 +01:00
Joakim Sørensen
56bda80e0a
Address late review comments for version integration ( #63283 )
...
* Address late review comments for version integration
* 2 leftover persistent_notification setup
2022-01-03 13:30:40 +01:00
epenet
06ebbb7cae
Add climate setup type hints [a-l] ( #63278 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:26:32 +01:00
epenet
cbd3cd4599
Add camera setup type hints ( #63277 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:22:41 +01:00
Marc Mueller
cad09a9eda
Add strict typing to `core.py` (4) - Misc ( #63242 )
2022-01-03 13:18:15 +01:00
epenet
ce6206b422
Add calendar setup type hints ( #63272 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:14:02 +01:00
epenet
862daff622
Add binary_sensor setup type hints [s-z] ( #63271 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:13:03 +01:00
epenet
fbabad1d1d
Add binary_sensor setup type hints [a-f] ( #63268 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:10:41 +01:00
epenet
6f4b25950c
Add climate setup type hints [m-z] ( #63279 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:09:43 +01:00
chpego
39df04495d
Bump caldav version to 0.8.2 ( #63280 )
2022-01-03 13:05:35 +01:00
Ryan Fleming
adbcb642cf
Update to pyoctoprintapi 1.7 ( #63254 )
2022-01-03 12:13:33 +01:00
epenet
e5ba34b9f9
Add init type hints [misc] ( #63261 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 12:08:14 +01:00
epenet
929da2154a
Add air_quality setup type hints ( #63263 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 12:07:05 +01:00
J. Nick Koston
d1bda6949e
Prevent doorbird integration from overloading the device on startup ( #63253 )
2022-01-03 12:06:44 +01:00
J. Nick Koston
78d7387547
Bump flux_led to 0.27.32 to fix incorrect strip order on A2 devices ( #63262 )
2022-01-03 12:05:35 +01:00
epenet
f7b26e9b06
Fix relative import issue in device_automation ( #63274 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 11:59:50 +01:00
Gabriel Rauter
d26275011a
Add unique_id configuration variable to command_line integration ( #58596 )
2022-01-03 11:44:47 +01:00
epenet
545b10a711
Add binary_sensor setup type hints [o-r] ( #63270 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 11:35:02 +01:00
epenet
33e4251606
Add binary_sensor setup type hints [h-n] ( #63269 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 11:32:26 +01:00
epenet
24fc0df4b0
Add alarm_control_panel setup type hints ( #63264 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 10:57:25 +01:00
Erik Montnemery
e9b746e874
Add turned on or off device trigger to toggle entity ( #61089 )
...
* Add turned on or off device trigger to toggle entity
* Renamed changed_states trigger to toggled
* Adjust tests
* Fix homekit triggers test
* Add tests
* Adjust tests after rebase
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-03 10:41:30 +01:00
Raman Gupta
6f8cd54ca1
Add button platform to template integration ( #61908 )
...
* Add button platform to template integration
* review comments
* add unique ID check
2022-01-03 10:03:37 +01:00
epenet
ad7a0d799d
Add type hints to google_assistant ( #62748 )
...
* Add type hints to google_assistant
* Fix pylint
* Adjust type hint
* Fix black
* Revert changes to smart_home
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 09:10:43 +01:00
Jan Bouwhuis
d0c4f0fec4
Add mqtt encoding support for publishing ( #62739 )
...
* encoding support for mqtt publishing - todo tests
* signature allows None values for qos and retain
* common test for mqtt publishing encoding
* better test with command templates
* more tests
* fix tests alarm control panel+tests light basic
* tests light json and template
* add tests vacuum and fix tests light_template
2022-01-03 09:03:47 +01:00
epenet
2cc4d9846b
Add basic type hints to mqtt ( #62875 )
...
* Add basic type hints to mqtt
* Add hints to async_setup_platform
* Add type hint to async_setup_entry
* Fix pylint
* Set correct argument order in climate entity
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 08:53:52 +01:00
Chris Talkington
f4857ffe33
Add binary_sensor platform to roku ( #63238 )
2022-01-02 18:44:31 -06:00
Chris Talkington
c693b6f455
Add hardware version to Roku device info ( #63249 )
...
* add hardware version to Roku device info.
* Update test_media_player.py
* Update test_media_player.py
* Update test_media_player.py
2022-01-02 18:35:09 -06:00
GitHub Action
ea0b24a5f0
[ci skip] Translation update
2022-01-03 00:14:23 +00:00
J. Nick Koston
56103a4623
Fix oncue string for already_configured ( #63248 )
2022-01-02 17:59:04 -06:00
Dave T
89895c6c04
Improve tests for generic camera ( #63197 )
...
* Improve tests for generic camera
* Fix black error
* Code review: Move common code to fixtures
* Remove unnecessary patches from tests.
* Address review comments
* Code review: swap more patches for respx
* Code review: use _attr for frame interval.
2022-01-02 13:26:44 -08:00
Christopher Bailey
4099d84fa4
Refactor static attributes to class attrs for UniFi Protect ( #63236 )
2022-01-02 22:16:14 +01:00
Mike Degatano
50188e06ac
Add link into statistics unit mismatch warning ( #62217 )
2022-01-02 22:13:21 +01:00
Chris Talkington
857c9e3836
Update rokuecp to 0.9.0 ( #63234 )
2022-01-02 21:52:17 +01:00
Karthik T
bf1f8f4bfa
Fix systemmonitor CPU temp for Armbian on PineA64 ( #63111 )
2022-01-02 21:51:50 +01:00
Allen Porter
9e3f7d2961
Simplify nest reauth config flow ( #63058 )
2022-01-02 21:43:50 +01:00
Franck Nijhof
76a7149a5e
Use shorthand attributes in Tuya camera platform ( #63228 )
2022-01-02 21:37:15 +01:00
J. Nick Koston
7de4801bfa
Add support for oncue connectivity binary sensor ( #63232 )
2022-01-02 21:36:14 +01:00
J. Nick Koston
1483d394be
Add entity_category to oncue sensors ( #63231 )
2022-01-02 10:06:27 -10:00
epenet
f14e162610
Add missing schema to dominos order service ( #63016 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 20:49:41 +01:00
Christopher Bailey
d364186571
Add UniFi Protect number platform ( #63220 )
2022-01-02 09:47:25 -10:00
dougiteixeira
66c2259f5c
Fix Tuya vacuum display battery level ( #61643 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-01-02 20:46:18 +01:00
epenet
9248865443
Ensure service calls are typed in remember-the-milk ( #63018 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 20:43:38 +01:00
J. Nick Koston
724f5dbf1a
Add Oncue by Kohler integration ( #63203 )
2022-01-02 09:15:39 -10:00
Allen Porter
584e660548
Bump google-nest-sdm to 1.3.0 ( #63224 )
2022-01-02 18:55:37 +01:00
Allen Porter
15baea4ba3
Use more narrow exception catching in `nest` ( #63225 )
2022-01-02 18:54:56 +01:00
Phil Cole
b9daa22891
Introduce const file in Nissan Leaf ( #63082 )
...
* Introduce const file in Nissan Leaf
* Use final
* Don't alter start_charging logic
* Don't centralise logger
2022-01-02 11:48:33 -06:00
epenet
2aa8a86126
Add basic type hints to broadlink ( #62879 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:21:37 +01:00
epenet
d8dabd305c
Make ATTR_ENTITY_ID required in local_file service call ( #63017 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:20:46 +01:00
epenet
71a5b89691
Ensure service calls are typed in todoist ( #63020 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:17:55 +01:00
epenet
9ed7d82661
Add type hint to reload_config in homeassistant scene ( #63094 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:16:47 +01:00
epenet
24e27290b5
Drop deprecated CONF_NAMES from onewire ( #61094 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:10:19 +01:00
Allen Porter
ebc8e19788
Revert nest reloading due to lock up ( #63206 )
2022-01-02 17:08:38 +01:00
epenet
20150daf1e
Fix incorrect parameter name/hint in mqtt climate ( #63106 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:06:17 +01:00
epenet
9e16f87ddc
Add init type hints [b-c] ( #63100 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 17:05:18 +01:00
rhpijnacker
5d037a079d
Bump dsmr-parser dependency to 0.31 ( #63123 )
2022-01-02 16:55:09 +01:00
epenet
95537166e8
Add init type hints [r] ( #63192 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:36:24 +01:00
epenet
0d7b531285
Add init type hints [p-q] ( #63191 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:35:23 +01:00
epenet
e02f0c34e5
Add init type hints [k-l] ( #63188 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:34:33 +01:00
J. Nick Koston
1d41e5b0c6
Bump flux_led to 0.27.28 to fix missing white channel on SK6812RGBW strips ( #63154 )
2022-01-02 16:32:39 +01:00
epenet
1650332188
Add init type hints [h-j] ( #63187 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:31:48 +01:00
epenet
00ec874389
Add init type hints [s] ( #63193 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:29:52 +01:00
epenet
33e926371f
Add init type hints [m] ( #63189 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:28:14 +01:00
epenet
e7b262f9e5
Add init type hints [v-z] ( #63195 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:27:12 +01:00
epenet
6d51cccbf7
Add init type hints [d] ( #63101 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:12:46 +01:00
epenet
631e4c6bd3
Use DeviceClass Enum in alarmdecoder schema ( #61967 )
2022-01-02 16:01:00 +01:00
Simone Chemelli
fc02260146
Fix management of Fritz repeaters ( #63110 )
2022-01-02 14:59:41 +01:00
epenet
a2b611d9d9
Drop use of HomeAssistantType in elmax ( #63105 )
...
* Drop HomeAssistantType in elmax
* Update common.py
* Update switch.py
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 10:19:42 +02:00
trdischat
e3de81cd02
Add default Fronius logger model for v0 API ( #63184 )
2022-01-02 08:15:27 +01:00
epenet
18056f3a8a
Add init type hints [t-u] ( #63194 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-01 22:06:11 -08:00
GitHub Action
efac363cdf
[ci skip] Translation update
2022-01-02 00:14:58 +00:00
epenet
b6909feb8b
Add init type hints [n-o] ( #63190 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-01 13:39:38 -08:00
epenet
d57c54c93e
Add init type hints [f-g] ( #63186 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-01 13:38:11 -08:00
Christopher Bailey
e5b7eac411
Add UniFi Protect switch platform ( #63177 )
2022-01-01 11:23:10 -10:00
Allen Porter
c7b991f56b
Add `rtsptowebrtc` integration ( #59660 )
...
* Add initial version of the webrtc integration
Add the webrtc integration. This integration proxies the
signal 'offer' from the client to a RTSPtoWebRTCP server that
returns an 'answer'.
The RTSPtoWebRTC server is a go binary based on pion, and this is
what is currently used by the WebRTC custom_component:
https://github.com/AlexxIT/WebRTC
https://github.com/deepch/RTSPtoWebRTC
* Readability improvements for webrtc
* Reach 100% test coverage
* Use rtsp-to-webrtc client library package
* Rename webrtc to rtstptowebrtc
This is to reflect naming as one type of approach to webrtc since other webrtc integrations would look very different.
* Remove internal quality scale
* Bump rtsptowebrtc to support heartbeats
* Shorten server url variable and remove const.py
* Add config flow validation for RTSPtoWebRTC server
* Add RTSPtoWebRTC server health checks
* Accept translation suggestion
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update rtsptowebrtc to use new camera registry API
Update rtsptowebrtc to use new API added in #62962
* Remove unused variable
* Fix lint and typing errors for python 3.8
* Rename to rtsp_to_webrtc to follow standards
* Use async_on_unload for unsubscribing camera webrtc provider
* Remove unnecessary translations in config flow
* Remove unnecessary configuration setup
* Cleanup test setup and typing
* Patch integration setup to avoid starting the whole integration
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-01 12:36:31 -08:00
Maciej Bieniek
8af545a4e3
Add new buttons for Shelly Gas ( #63099 )
...
* Add self test/mute/unmute buttons
* Improve doctrings
* Improve test coverage
* Add supported property to ShellyButtonDescription
* Change icon
2022-01-01 21:42:17 +02:00
Steffen Zimmermann
9ead2c7148
Improve wiffi config flow handling ( #63167 )
...
Don't use `async_set_unique_id` and `_abort_if_unique_id_configured`
because TCP port number is not a unique id.
Use `_async_abort_entries_match` instead.
2022-01-01 20:36:45 +01:00
Allen Porter
81aff973ea
Keep entity state management within entity ( #63183 )
...
Simplify the entity state management for webrtc providers, incurring
extra state writes on startup. Followup post-review comments for PR #62962
2022-01-01 11:22:48 -08:00
Dave T
0410c205ca
Move constants to const file for generic ( #63179 )
2022-01-01 10:57:56 -08:00
Daniel Hjelseth Høyer
8bf6aba1cf
Mill use walrus operator ( #63166 )
...
* Mill use walrus operator
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Mill use walrus operator
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-01-01 13:11:56 +01:00
stegm
0a0ca233c5
Add entity categories. ( #63165 )
2022-01-01 12:45:24 +01:00
GitHub Action
93758e2e6c
[ci skip] Translation update
2022-01-01 00:14:34 +00:00
Daniel Hjelseth Høyer
4f6b2e6e1c
Bump mill-local to 0.1.1 and add device info ( #63141 )
2021-12-31 12:33:50 -10:00
Daniel Hjelseth Høyer
8e5c8c516d
Adax, unique id and title should be string ( #63132 )
2021-12-31 12:22:47 -10:00
Allen Porter
0dee4f85f0
Implement an rtsp to webrtc registry in camera ( #62962 )
...
* Implement a webrtc to rtsp support in camera as a registry
Allow integrations to register a provider that can convert an RTSP stream and WebRTC offer to a WebRTC answer. This is
planned to be used by the RTSPtoWebRTC server integration as an initial pass, but could
support other server implementations as well (or even native implementationf or that matter).
* Fix test bug to improve test covergae and restructure statements
* Add missing call to refresh webrtc providers
* Run provider refresh in parallel since it may send RPCs
* Replace for loop with any
* Fix pylint warning to use a generator
2021-12-31 13:44:33 -08:00
Christopher Bailey
0de3a299d6
Add UniFi Protect light platform ( #63137 )
2021-12-31 11:21:29 -10:00
Allen Porter
b17120a511
Bump google-nest-sdm to 1.2.1 ( #63151 )
2021-12-31 10:11:00 -10:00
Daniel Hjelseth Høyer
3ea2b7d89f
Mill, add HVAC_MODE_OFF for gen 3 heaters ( #63134 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-12-31 12:06:05 -08:00
Maikel Punie
d7f0ad29df
Add velbus USB dicovery ( #62596 )
2021-12-31 09:44:35 -10:00
Shay Levy
c65a50bd2e
Fix Shelly error fetching device triggers for sleeping devices ( #63103 )
2021-12-31 18:47:03 +01:00
Mick Vleeshouwer
4eb077b6b4
Enable strict typing for Overkiz integration ( #63108 )
2021-12-31 07:35:15 -10:00
Daniel Hjelseth Høyer
0da53bad90
Update Adax-local to 0.1.3 ( #63129 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-12-31 14:18:06 +01:00
Franck Nijhof
c5d8792c34
Cleanup switch light ( #63127 )
2021-12-31 12:47:16 +01:00
Franck Nijhof
78442d82d1
Add color mode support to switch light ( #63124 )
2021-12-31 11:43:59 +01:00
jjlawren
2172679f41
Make Sonos alarm `unique_id` unique with multiple households ( #62645 )
2021-12-31 11:10:10 +01:00
Milan Meulemans
cdd54b365a
Remove deprecated Connection class from octoprint ConfigFlow ( #63117 )
2021-12-31 11:06:30 +01:00
epenet
04e8e84058
Add init type hints [e] ( #63102 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-31 11:05:44 +01:00
Andre Lengwenus
7b9e643536
Bump pypck to 0.7.12 ( #63119 )
2021-12-31 11:01:59 +01:00
Allen Porter
4c46cf79c4
Bump google-nest-sdm to 1.2.0 ( #63121 )
2021-12-31 10:43:11 +01:00
epenet
545e321002
Add init type hints [a] ( #63098 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-30 21:17:05 -08:00
Marcel van der Veldt
055fb99938
Hue allow per-device availability override ( #63025 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-12-30 20:46:52 -08:00
Christopher Bailey
ebe9853e6f
Bumps pyunifiprotect to 1.4.8 ( #63113 )
2021-12-30 16:17:32 -10:00
GitHub Action
f205708e56
[ci skip] Translation update
2021-12-31 00:14:15 +00:00
Simone Chemelli
6725e4033c
Use mesh topology and add 3 more attr for Fritz ( #63049 )
...
* Use mesh topology and add 3 more attr
* Apply review comment
2021-12-30 23:23:55 +01:00
Franck Nijhof
b5300fb32e
Add configuration flow to Whois ( #63069 )
...
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2021-12-30 22:42:46 +01:00
epenet
9971831b51
Improve typing in core service registration ( #63005 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-30 21:18:10 +01:00
Clifford Roche
1320f27fd7
Bump greeclimate to 1.0.1 ( #63092 )
2021-12-30 21:15:59 +01:00
epenet
803eaa8e22
Ensure admin service calls are typed ( #63093 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-30 21:12:40 +01:00
Simone Chemelli
34e732ebc1
Add hw info for Shelly devices ( #62643 )
...
* Add hw info for Shelly devices
* Better rappresentation
* Remove date parsing
* Added model as requested
2021-12-30 20:08:29 +01:00
uvjustin
849dc0e53a
Use original PyAv in stream ( #63079 )
2021-12-30 10:54:25 -08:00
Franck Nijhof
540ccc37b5
Use StrEnum in Tuya constants ( #63073 )
2021-12-30 20:23:27 +02:00
epenet
f724aea0bb
Ensure service calls are typed [a-j] ( #63013 )
...
* Ensure service calls are typed [a-j]
* Adjust apns
* Adjust arlo
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-30 18:50:51 +01:00
Maciej Bieniek
c0b9a34901
Bump library to version 1.0.7 ( #63078 )
2021-12-30 19:45:09 +02:00
Simone Chemelli
c2938c50c3
Fix unique id for Fritz buttons ( #63072 )
...
* Fix unique id for Fritz buttons
* Apply review comment
2021-12-30 17:44:02 +01:00
Simone Chemelli
c27e4feff6
Refresh device_info for Shelly devices ( #62899 )
...
* Rework device_info
* Update device_info via registry
* Optimized checks: only when needed
* Revert device_info rework as not needed
* Fix reboot detection for all scenarios
* Final optimization
* Remove leftover
* Bump aioshelly
* Bump fritzconnection and remove workarounds
* Cleanup fritzbox_callmonitor
* Rework device_info
* Update device_info via registry
* Optimized checks: only when needed
* Revert device_info rework as not needed
* Fix reboot detection for all scenarios
* Final optimization
* Remove leftover
* Update homeassistant/components/shelly/utils.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/shelly/__init__.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Revert slipped in commit
* Rename param
* Apply review comment
* Apply comment review #2
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2021-12-30 15:37:28 +01:00
Mick Vleeshouwer
8599ddf51e
Address feedback to Overkiz integration (round 2) ( #63036 )
...
* Address feedback in multiple files
* Add missing return statement
* Improve sensor descriptions
* Improve typing
* Move to new device registry
* Disable RSSI sensor by default
* Improve typing
2021-12-30 15:22:35 +01:00
Simone Chemelli
da24b7ce2f
Bump fritzconnection and remove workarounds ( #63050 )
...
* Bump fritzconnection and remove workarounds
* Cleanup fritzbox_callmonitor
2021-12-30 12:53:54 +01:00
Sebastian Lövdahl
0a95b2c591
Vallox config flow follow-up fixes ( #63032 )
...
* Vallox config flow follow-up fixes
* Fix logging
* Get documentation URL from manifest
* Feedback fixes
2021-12-30 11:58:36 +01:00
ollo69
7d1de80926
Ignore serial number "blank" from NUT ( #63066 )
2021-12-30 10:25:44 +01:00
Alan Murray
eaba29657f
Catch bluetooth_tracker OSError ( #60437 )
...
Catch when bluetooth_tracker integration throws an OSError when a bluetooth device can't be found.
2021-12-30 10:06:44 +01:00
Franck Nijhof
bbb652304e
Introduce const file in Whois ( #63051 )
2021-12-30 09:05:16 +01:00
Tobias Sauerwein
792d9196df
Bump pyatmo to v6.2.2 ( #63053 )
...
Signed-off-by: cgtobi <cgtobi@gmail.com>
2021-12-30 00:00:30 -08:00
Marvin Wichmann
b9247f3952
Fix local_ip handling in KNX options flow ( #62969 )
2021-12-30 01:13:58 +01:00
Christopher Bailey
02e59b2f38
Fixes UniFi Protect reconnect issues ( #63047 )
2021-12-29 12:39:55 -10:00
Christopher Bailey
5eb59092e6
Adds missing strings ( #63046 )
2021-12-29 12:27:31 -10:00
Allen Porter
26972942ca
Deprecate the Legacy Works with Nest API ( #63027 )
2021-12-29 23:22:31 +01:00
Franck Nijhof
c6230fef08
Add full test coverage to CPU Speed ( #63042 )
2021-12-29 22:59:14 +01:00
epenet
709afc63b0
Ensure service calls are typed [m-z] ( #63014 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-29 22:41:55 +01:00
Franck Nijhof
4ef9abbf3f
Add myself as codeowner for CPU Speed ( #63034 )
2021-12-29 21:43:53 +01:00
Christopher Bailey
699512c36f
Add UniFi Protect button ( #63001 )
2021-12-29 09:38:44 -10:00
Christopher Bailey
b31041698f
Feedback from previous PR ( #63022 )
2021-12-29 08:39:45 -10:00
Allen Porter
23384ee1e8
Update stream errors with additional error information ( #62900 )
2021-12-29 18:57:14 +01:00
Franck Nijhof
2f7fa962b4
Detect unsupported system in CPU Speed integration ( #63012 )
2021-12-29 18:54:47 +01:00
Marcel van der Veldt
1547a046db
Fix reporting correct colormode for 3rd party Hue lights ( #63015 )
2021-12-29 18:26:52 +01:00
Mirko Lenz
ab4effc7e2
Allow sending GroupValueResponse telegrams with knx.send service ( #62639 )
...
* Add knx.respond service
* Combine knx.send and knx.respond services
* Rename knx attribute and fix tests
* Use parametrization in tests
Co-authored-by: Marvin Wichmann <marvin.wichmann@unic.com>
2021-12-29 18:15:48 +01:00
epenet
7185e1140d
Add setup type hints to plex ( #62883 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-29 18:05:56 +01:00
Marcel van der Veldt
f28c66ce19
Fix Hue motion sensor state if sensor is disabled ( #63000 )
2021-12-29 17:54:53 +01:00
jjlawren
a8fe9f2eff
Add missing migration for Sonos speech enhancement switch entities ( #63010 )
2021-12-29 17:31:04 +01:00
jjlawren
00a4b60f74
Fix night mode switch state on Sonos ( #63009 )
2021-12-29 17:25:29 +01:00
Phil Cole
469a1cae85
Add unique id to nissanleaf entities ( #62824 )
...
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-12-29 16:43:10 +01:00
David F. Mulcahey
946544b08f
Update ZHA to use apparent power ( #62990 )
2021-12-29 10:35:17 -05:00
Franck Nijhof
fc1899987a
Fix incorrect unit of measurement access in Tuya ( #62989 )
2021-12-29 15:35:51 +01:00
Franck Nijhof
12a57ad925
Fix Tuya data type information in lights ( #62993 )
2021-12-29 15:35:41 +01:00
Franck Nijhof
17536df7ea
Fix Tuya data type information in climate ( #62994 )
2021-12-29 15:34:56 +01:00
Franck Nijhof
084e81f827
Gracefully handle missing preset mode in Tuya fan ( #62996 )
2021-12-29 15:34:36 +01:00
Marcel van der Veldt
497bfc1c8f
Normalize Hue colortemp if value outside of bounds ( #62998 )
2021-12-29 15:13:52 +01:00
Franck Nijhof
32d1e28dab
Clean up Tuya loggers ( #62999 )
2021-12-29 15:12:27 +01:00
Franck Nijhof
bd98fc231d
Gracefully handle unknown HVAC mode in Tuya ( #62984 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-29 14:52:08 +01:00
Steffen Zimmermann
85f2e259da
Add unique id check in wiffi config flow ( #60388 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-12-29 14:34:47 +01:00
epenet
98135d8158
Ensure service calls are typed in homeassistant ( #62915 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-29 14:30:55 +01:00
Marcel van der Veldt
c5bdf858a8
Fix short flash effect in Hue integration ( #62988 )
2021-12-29 14:21:38 +01:00
epenet
4d8c9fc1ab
Add basic type hints to cast ( #62746 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-29 12:30:16 +01:00
Phil Cole
54d1e20948
Add type hints to nissan_leaf integration ( #62967 )
2021-12-29 12:23:54 +01:00
Allen Porter
2df0adfbc7
Reload nest integration when new devices are added ( #62976 )
2021-12-29 12:20:55 +01:00
Bram Kragten
d62f9a19ae
Update frontend to 20211229.0 ( #62981 )
2021-12-29 12:15:52 +01:00
epenet
7cf66fa72d
Add basic type hints to alexa ( #62878 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-29 12:11:33 +01:00
Marcel van der Veldt
e0744625bc
Bump aiohue to 3.0.11 ( #62983 )
2021-12-29 12:01:57 +01:00
Marcel van der Veldt
c7f465ff3b
Remove duplicate filter for Hue button events ( #62974 )
2021-12-28 22:21:23 -08:00
Marcel van der Veldt
bc7e51b992
Send commands to Hue grouped lights all at once ( #62973 )
2021-12-28 22:20:20 -08:00
Allen Porter
67663dd31a
Bump google-nest-sdm to 1.1.0 ( #62977 )
2021-12-28 22:19:31 -08:00
Christopher Bailey
490d76e01e
Add UniFi Protect media_player ( #62895 )
2021-12-28 18:36:18 -10:00
J. Nick Koston
4025ce8f97
Bump flux_led to 0.27.21 ( #62971 )
2021-12-28 16:22:53 -10:00
Alexei Chetroi
b54f2c9487
Don't throw when a Zigbee device has an unknown ZCL cluster ( #62964 )
...
* Fix channel name for clusters with None ep_attribute
* Correctly generate entity name based on channel names
2021-12-28 21:04:11 -05:00
Matt Zimmerman
dcd2d1e3e2
Bump python-smarttub dependency to 0.0.29 ( #62968 )
...
* Bump python-smarttub dependency to 0.0.29
* gen
2021-12-28 19:26:53 -05:00
Andre Richter
acf3217449
Fix zwave_js ZWaveTiltCover docstring ( #62972 )
...
This is a small leftover from the PR that introduced the class, which
wasn't a generic class originally.
2021-12-28 19:24:27 -05:00