dougiteixeira
4192fdbdfd
Fix device source for Utility Meter select ( #95624 )
...
Fix Device Source
2023-06-30 15:08:24 -04:00
dougiteixeira
d1e8513d63
Fix device source for Threshold ( #95623 )
...
Fix Device Source
2023-06-30 15:08:23 -04:00
dougiteixeira
9a14d437dd
Fix device source for Riemann sum integral ( #95622 )
...
Fix Device Source
2023-06-30 15:08:22 -04:00
dougiteixeira
19cbedcc05
Fix device source for Derivative ( #95621 )
...
Fix Device Source
2023-06-30 15:08:21 -04:00
Joost Lekkerkerker
8a6d54237f
Fix explicit device naming for integrations m-r ( #95620 )
...
Fix explicit device naming for m-r
2023-06-30 15:08:20 -04:00
Joost Lekkerkerker
70d3dc2ef8
Fix explicit device naming for integrations a-j ( #95619 )
...
Fix explicit device naming for a-j
2023-06-30 15:08:19 -04:00
Brett Adams
a8807f600b
Explicity use device name in Advantage Air ( #95611 )
...
Explicity use device name
2023-06-30 15:08:18 -04:00
Brett Adams
73cb17cbf5
Fix Diagnostics in Advantage Air ( #95608 )
...
* Fix diag paths
* Fix key sand add redactions
* Name things better.
* Add super basic test
* Rename docstring
* Add snapshot
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-06-30 15:08:17 -04:00
J. Nick Koston
26d171fc92
Handle DNSError during radio browser setup ( #95597 )
...
```
2023-06-29 08:11:06.034 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Radio Browser for radio_browser
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 390, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/radio_browser/__init__.py", line 25, in async_setup_entry
await radios.stats()
File "/usr/local/lib/python3.11/site-packages/radios/radio_browser.py", line 124, in stats
response = await self._request("stats")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/backoff/_async.py", line 151, in retry
ret = await target(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/radios/radio_browser.py", line 73, in _request
result = await resolver.query("_api._tcp.radio-browser.info", "SRV")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
aiodns.error.DNSError: (12, 'Timeout while contacting DNS servers')
```
2023-06-30 15:08:16 -04:00
Dr. Drinovac
a4449d39f3
Use explicit naming in Sensibo climate entity ( #95591 )
...
* Use explicit naming in Sensibo climate entity
* Fix black
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2023-06-30 15:08:15 -04:00
tronikos
a9b8e0077d
Bump google-generativeai to 0.1.0 ( #95515 )
2023-06-30 15:08:14 -04:00
tronikos
97d9876cf7
Google Assistant SDK: Always enable conversation agent and support multiple languages ( #93201 )
...
* Enable agent and support multiple languages
* fix test
2023-06-30 15:08:13 -04:00
Paulus Schoutsen
0e89d0a26b
Bumped version to 2023.7.0b2
2023-06-29 22:21:39 -04:00
puddly
03e7170080
Fix ZHA multi-PAN startup issue ( #95595 )
...
Bump ZHA dependencies
2023-06-29 22:21:34 -04:00
Paulus Schoutsen
c67f37d1be
Wiz set name explicitely to None ( #95593 )
2023-06-29 22:21:34 -04:00
dougiteixeira
6aba1a5af3
Fix device source for Utility Meter ( #95585 )
...
* Fix Device Source
* Remove debug
2023-06-29 22:21:32 -04:00
J. Nick Koston
1cf472f4e3
Bump bluetooth-data-tools to 1.3.0 ( #95576 )
2023-06-29 22:21:31 -04:00
RenierM26
b8fc6e0c66
Ezviz IR string align with depreciation. ( #95563 )
2023-06-29 22:21:30 -04:00
Paulus Schoutsen
a04c98a703
Bumped version to 2023.7.0b1
2023-06-29 13:57:56 -04:00
Paulus Schoutsen
4255a2af15
Fix entity name for iBeacon and Roku ( #95574 )
...
* Fix entity nmae for iBeacon and Roku
* Roku remote too
2023-06-29 13:57:45 -04:00
Bram Kragten
c47a43c2b9
Update frontend to 20230629.0 ( #95570 )
2023-06-29 13:57:43 -04:00
Artem Draft
bcca1c91e6
Fix Android TV Remote entity naming ( #95568 )
...
Return None as Android TV Remote entity name
2023-06-29 13:57:42 -04:00
Paulus Schoutsen
9cd7034dbd
Fix some entity naming ( #95562 )
2023-06-29 13:57:41 -04:00
Joost Lekkerkerker
ee72a952de
Philips.js explicit device naming ( #95551 )
2023-06-29 13:57:39 -04:00
Luke
22e32bc737
Bump Roborock to 0.29.2 ( #95549 )
...
* init work
* fix tests
2023-06-29 13:57:34 -04:00
J. Nick Koston
2a42622de9
Fix manual specification of multiple advertise_ip with HomeKit ( #95548 )
...
fixes #95508
2023-06-29 13:57:33 -04:00
Joost Lekkerkerker
8f88b710f0
Use explicit naming in Nest ( #95532 )
2023-06-29 13:57:30 -04:00
Joost Lekkerkerker
1df12e8771
Use explicit naming in workday sensor ( #95531 )
2023-06-29 13:57:29 -04:00
Franck Nijhof
129fee09d3
Bump breaking version for YAML features ADR-0021 ( #95525 )
2023-06-29 13:57:28 -04:00
Franck Nijhof
61ab84bf04
Revert "Remove Workday YAML configuration ( #94102 )" ( #95524 )
2023-06-29 13:57:25 -04:00
Franck Nijhof
4f99a71f61
Revert "Remove snapcast YAML configuration ( #93547 )" ( #95523 )
2023-06-29 13:57:23 -04:00
Franck Nijhof
f165357772
Revert "Remove qbittorrent YAML configuration ( #93548 )" ( #95522 )
2023-06-29 13:57:19 -04:00
Franck Nijhof
c156951925
Revert "Remove Brottsplatskartan YAML configuration ( #94101 )" ( #95521 )
2023-06-29 13:57:15 -04:00
Franck Nijhof
612f33e372
Mark text input required for conversation.process service ( #95520 )
2023-06-29 13:57:14 -04:00
Marcel van der Veldt
2b274b4e95
Bump Matter Server to 3.6.3 ( #95519 )
2023-06-29 13:57:11 -04:00
Joost Lekkerkerker
2ac5bb46b1
Add explicit device name to Broadlink ( #95516 )
2023-06-29 13:57:09 -04:00
Joost Lekkerkerker
c4a46294cc
Add explicit device name to Roborock ( #95513 )
2023-06-29 13:55:47 -04:00
Joost Lekkerkerker
cda5ee5814
Add explicit device name to Switchbot ( #95512 )
2023-06-29 13:55:46 -04:00
Joost Lekkerkerker
698333f894
Add explicit device name to Tuya ( #95511 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2023-06-29 13:55:45 -04:00
Joost Lekkerkerker
b93ceca804
Add explicit device name to Spotify ( #95509 )
2023-06-29 13:55:44 -04:00
Allen Porter
286cff314a
Limit fields returned for the list events service ( #95506 )
...
* Limit fields returned for the list events service
* Update websocket tests and fix bugs in response fields
* Omit 'None' fields in the list events response
2023-06-29 13:55:43 -04:00
Raman Gupta
d44ef07082
Fix binary sensor device trigger for lock class ( #95505 )
2023-06-29 13:55:42 -04:00
Joost Lekkerkerker
8dd2e21d0b
Fix YouTube coordinator bug ( #95492 )
...
Fix coordinator bug
2023-06-29 13:55:41 -04:00
Matthias Alphart
f55ada5d61
Add reload service to KNX ( #95489 )
2023-06-29 13:55:39 -04:00
Brandon Rothweiler
1f72a5b1fe
Remove incompatible button entities for Mazda electric vehicles ( #95486 )
...
* Remove incompatible button entities for Mazda electric vehicles
* Update tests
2023-06-29 13:53:53 -04:00
Evan Jarrett
71b192c072
Update matter locks to support pin code validation ( #95481 )
...
Update matter locks to support PINCode validation based on device attributes
2023-06-29 13:52:06 -04:00
Michael Hansen
17c64ed791
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-29 13:52:05 -04:00
puddly
4e940df224
Bump ZHA dependencies ( #95478 )
...
* Bump ZHA dependencies
* Account for new EZSP metadata keys
2023-06-29 13:52:04 -04:00
Marcel van der Veldt
a23c0e12f1
Fix Matter entity names ( #95477 )
2023-06-29 13:51:59 -04:00
Bram Kragten
be22195cf4
Add conversation agent selector, use in conversation.process service ( #95462 )
2023-06-29 13:44:13 -04:00