Commit Graph
63681 Commits
Author SHA1 Message Date
Artem DraftandGitHub 33be262ad7 Fix Android TV Remote entity naming (#95568)
Return None as Android TV Remote entity name
2023-06-29 18:53:50 +02:00
Raman GuptaandGitHub 1f840db333 Fix binary sensor device trigger for lock class (#95505) 2023-06-29 12:29:27 -04:00
Franck NijhofandGitHub 23e23ae80e Mark text input required for conversation.process service (#95520) 2023-06-29 17:39:08 +02:00
Joost LekkerkerkerandGitHub 45bbbeee19 Use explicit naming in workday sensor (#95531) 2023-06-29 11:36:39 -04:00
J. Nick KostonandGitHub e3e1bef376 Fix manual specification of multiple advertise_ip with HomeKit (#95548)
fixes #95508
2023-06-29 11:35:32 -04:00
Joost LekkerkerkerandGitHub 8e00bd4436 Philips.js explicit device naming (#95551) 2023-06-29 16:40:35 +02:00
Marcel van der VeldtandGitHub e9d8fff0dd Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
Joost LekkerkerkerandGitHub 9d7007df63 Use explicit naming in Nest (#95532) 2023-06-29 14:49:46 +02:00
Franck NijhofandGitHub a3ffa0aed7 Revert "Remove Brottsplatskartan YAML configuration (#94101)" (#95521) 2023-06-29 12:03:42 +02:00
Joost LekkerkerkerandGitHub 369de1cad3 Add explicit device name to Broadlink (#95516) 2023-06-29 12:03:25 +02:00
Joost LekkerkerkerandGitHub 5d1c1b35d3 Add explicit device name to Roborock (#95513) 2023-06-29 12:02:09 +02:00
Franck NijhofandGitHub a6cfef3029 Revert "Remove qbittorrent YAML configuration (#93548)" (#95522) 2023-06-29 12:01:26 +02:00
Franck NijhofandGitHub 06d47185fe Revert "Remove snapcast YAML configuration (#93547)" (#95523) 2023-06-29 12:00:41 +02:00
Franck NijhofandGitHub 34ac541493 Revert "Remove Workday YAML configuration (#94102)" (#95524) 2023-06-29 12:00:13 +02:00
Franck NijhofandGitHub ed16fffa79 Bump breaking version for YAML features ADR-0021 (#95525) 2023-06-29 11:59:36 +02:00
Evan JarrettandGitHub 2205f62cc1 Update matter locks to support pin code validation (#95481)
Update matter locks to support PINCode validation based on device attributes
2023-06-29 11:29:54 +02:00
Joost LekkerkerkerandGitHub 9fb3d4de30 Add explicit device name to Switchbot (#95512) 2023-06-29 11:25:39 +02:00
e6c4f98354 Add explicit device name to Tuya (#95511)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-29 11:24:59 +02:00
Joost LekkerkerkerandGitHub 3c7912f7a4 Add explicit device name to Spotify (#95509) 2023-06-29 11:09:45 +02:00
Joost LekkerkerkerandGitHub 48049d588c Add entity translations to iOS (#95467) 2023-06-28 22:22:55 -04:00
Joost LekkerkerkerandGitHub b0c0b58340 Remove statement in iss config flow (#95472)
Remove conf name
2023-06-28 22:21:50 -04:00
Brandon RothweilerandGitHub c93c3bbdcd Remove incompatible button entities for Mazda electric vehicles (#95486)
* Remove incompatible button entities for Mazda electric vehicles

* Update tests
2023-06-28 21:46:08 -04:00
Matthias AlphartandGitHub 1615f3e1fd Add reload service to KNX (#95489) 2023-06-28 21:45:17 -04:00
Joost LekkerkerkerandGitHub b86b41ebe5 Fix YouTube coordinator bug (#95492)
Fix coordinator bug
2023-06-28 21:43:42 -04:00
Michael HansenandGitHub 33c7cdcdb3 Disconnect VoIP on RTCP bye message (#95452)
* Support RTCP BYE message

* Make RtcpState optional
2023-06-28 21:41:11 -04:00
J. Nick KostonandGitHub 54255331d5 Small cleanups to bluetooth manager advertisement processing (#95453)
Avoid a few lookups that are rarely used now
2023-06-28 21:40:03 -04:00
J. Nick KostonandGitHub dfe7c5ebed Refactor ESPHome connection management logic into a class (#95457)
* Refactor ESPHome setup logic into a class

Avoids all the nonlocals and fixes the C901

* cleanup

* touch ups

* touch ups

* touch ups

* make easier to read

* stale
2023-06-28 21:39:31 -04:00
Bram KragtenandGitHub a7dfe46fb1 Add conversation agent selector, use in conversation.process service (#95462) 2023-06-28 21:38:06 -04:00
Joost LekkerkerkerandGitHub 1a6c32f8e9 Update featured integrations screenshot (#95473) 2023-06-28 21:36:46 -04:00
puddlyandGitHub 392e2af2b7 Bump ZHA dependencies (#95478)
* Bump ZHA dependencies

* Account for new EZSP metadata keys
2023-06-28 18:35:05 -04:00
487dd3f956 Add targeted entities to sentence debug API (#95480)
* Return targets with debug sentence API

* Update test

* Update homeassistant/components/conversation/__init__.py

* Include area/domain in test sentences

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-06-28 18:34:43 -04:00
Marcel van der VeldtandGitHub 0b81550092 Fix Matter entity names (#95477) 2023-06-28 23:40:12 +02:00
Franck NijhofandGitHub ec7beee4c1 Bump version to 2023.8.0dev0 (#95476) 2023-06-28 16:07:54 -04:00
aaf2846a53 Add Update Entity for Linn devices (#95217)
* added update entity for Linn devices

* Update homeassistant/components/openhome/update.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* use parent methods for version attributes

* fixed issue with mocking openhome device

* Update homeassistant/components/openhome/update.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* update entity name in tests

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-06-28 16:06:24 -04:00
J. Nick KostonandGitHub 25dc9f5942 Migrate esphome climate platform to use _on_static_info_update (#95471) 2023-06-28 20:37:35 +02:00
Eric SeveranceandGitHub 03dac6e171 Remove polling_interval_seconds option from wemo (#95468) 2023-06-28 20:27:10 +02:00
804b27cc2f Improve Obihai Connection Stability (#94406)
* Improving Obihai Connectivity

* Update homeassistant/components/obihai/sensor.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* PR feedback

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-06-28 20:12:09 +02:00
MichaelandGitHub b64be798df Fix qr code data update in AVM Fritz!Tools (#95470)
* use async_update

* improve tests

* use async_image
2023-06-28 19:57:03 +02:00
Michael HansenandGitHub 79f1c86789 Bump home-assistant-intents to 2023.6.28 (#95451) 2023-06-28 19:35:18 +02:00
Joost LekkerkerkerandGitHub ecfb259438 Add entity translations to iBeacon (#95460)
* Add entity translations to iBeacon

* Add entity translations to iBeacon
2023-06-28 19:32:58 +02:00
OlenandGitHub 4959fce1e0 Fix setting number of digits for verisure lock PIN (#95449)
* Fix error when setting number of digits

* Update test_config_flow.py

Add test for empty code
2023-06-28 19:18:45 +02:00
Michael HansenandGitHub 3d84c6e21c Use "Done" as a default response for sentence triggers (#95463)
* Use "Done" as a default response for sentence triggers

* Move response to trigger callback
2023-06-28 12:34:55 -04:00
Joost LekkerkerkerandGitHub d8d580ad58 Make smartthings use the right unit of measurement for illuminance sensors (#95456) 2023-06-28 18:18:24 +02:00
Joost LekkerkerkerandGitHub e0d1d16da1 Remove mutable object from hvv sensor (#95454) 2023-06-28 18:18:11 +02:00
Bram KragtenandGitHub b2c0ca304b Update frontend to 20230628.0 (#95458) 2023-06-28 18:16:39 +02:00
Martin HjelmareandGitHub de4e3b5ffe Disable sun.sun no platform log (#95450) 2023-06-28 17:06:23 +02:00
Artem DraftandGitHub c14a2dd912 Add active_child_template to universal media player (#88816)
* Add active_children_template in universal

* handle multiple updates

* edit docstring

* Rename parameter to active_child_template
2023-06-28 16:36:18 +02:00
MichaelandGitHub acb7b1fe3b Apply suggestion from late review of #95282 (#95437) 2023-06-28 16:20:23 +02:00
Joost LekkerkerkerandGitHub 4393aa4f50 Add entity translations to Growatt Server (#95410)
* Add entity translations to Growatt Server

* Fix feedback
2023-06-28 15:28:01 +02:00
Jan BouwhuisandGitHub 0a74bffe67 Fix error for stt when async_get_engine is not implemented (#95443)
* Fix error for stt

* Revert "Fix error for stt"

This reverts commit 723cd191fe.

* Remove legacy stt platform component
2023-06-28 15:27:06 +02:00