Luke
554ed1e957
Add missing translation keys for Roborock mop intensity ( #94088 )
2023-06-06 08:25:25 +02:00
Álvaro Fernández Rojas
6019ec305a
Update aioairzone to v0.6.3 and fix issue with latest firmware update ( #94100 )
2023-06-06 08:23:48 +02:00
G Johansson
9cbb993296
Remove Xbox YAML configuration ( #94094 )
2023-06-06 08:22:12 +02:00
Ian
4b4660994c
Use shorthand attributes in NextBus ( #94084 )
...
* NextBus: Use attr with unique id
* Feedback
* Remove unique id
2023-06-06 07:08:42 +02:00
G Johansson
228da71cc4
Fix reload service in Command Line ( #94085 )
...
Fix multi platform reload service in command line
2023-06-05 15:54:51 -04:00
Luke
e30e423091
Don't add Roborock switches if it is not supported ( #94069 )
...
* don't add switches if it is not supported
* don't create entity unless if it is valid
* Raise on other exceptions
* rework valid_enties
2023-06-05 15:52:40 -04:00
Bram Kragten
7e72d3c562
Update frontend to 20230605.0 ( #94083 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-06-05 20:16:11 +02:00
j4n-e4t
28f6062bab
Add error handling to input_select integration ( #93940 )
2023-06-05 19:53:24 +02:00
Michael Hansen
e2c2262719
Bump intents to 2023.6.5 ( #94077 )
2023-06-05 19:49:01 +02:00
J. Nick Koston
fb9a9aea12
Fix wheel builds on armhf and armv7 ( #94053 )
2023-06-05 19:48:18 +02:00
G Johansson
40cb9337c5
Remove snapcast YAML configuration ( #93547 )
...
Remove platform yaml snapcast
2023-06-05 18:28:08 +02:00
G Johansson
d9ac041e17
Remove qbittorrent YAML configuration ( #93548 )
...
Remove platform yaml qbittorrent
2023-06-05 18:14:07 +02:00
Jan Bouwhuis
437de7c2a3
Fix mqtt climate initial temperature conversion and precision ( #93965 )
...
* Fix mqtt climate initial temperature conversion
* Avoid changing hass temperature_unit
* Update comment
2023-06-05 17:02:31 +02:00
Chris Xiao
5a80eddbd7
Clean up error logging in qbittorrent ( #94071 )
2023-06-05 16:21:23 +02:00
J. Nick Koston
be2389a9db
Bump zeroconf to 0.64.0 ( #94052 )
2023-06-04 21:14:44 -05:00
Chris Talkington
d8b4d71475
Update pyipp to 0.14.0 ( #94050 )
2023-06-04 21:14:31 -05:00
Robert Hillis
7f480849e2
Add camera platform to Dremel ( #93882 )
...
* Add camera platform to Dremel
* unload and tests
2023-06-04 20:28:28 -04:00
J. Nick Koston
5078bb3bef
Remove miniaudio pin now that upstream package has been fixed ( #94034 )
...
see https://github.com/irmen/pyminiaudio/issues/67#issuecomment-1575602707
2023-06-04 20:27:42 -04:00
Artem Draft
06bcb69a56
Add media stop to LG Netcast TV ( #93615 )
2023-06-04 19:26:26 -05:00
Maciej Bieniek
fe61672792
Don't inherit SensorEntity/NumberEntity and RestoreEntity in Shelly integration ( #93531 )
...
* Use RestoreNumber and Restore Sensor for block entities
* Update tests
* Use RestoreSensor for RPC entities
* Fix test for number platform
2023-06-04 19:14:08 -05:00
Ernst Klamer
7c02e1ca99
Bump xiaomi-ble to 0.17.2 ( #94011 )
...
Bump xiaomi-ble
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-04 19:07:37 -05:00
Pascal Reeb
a08e516da0
Update pynuki to 1.6.2 ( #94041 )
...
chore(component/nuki): update pynuki to 1.6.2
2023-06-04 19:06:38 -05:00
Luke
5d9c36ac44
Bump Roborock to 0.21.0 ( #94035 )
...
bump to 21.0
2023-06-04 19:02:13 -05:00
J. Nick Koston
09882923d2
Drop codeowner for gogogate2 ( #94049 )
2023-06-04 18:42:37 -05:00
Raman Gupta
5461d0e28f
Fix zwave_js.update entity restore logic ( #94043 )
2023-06-05 00:35:17 +02:00
G Johansson
b5b9a06c2c
Refactor Command Line sensor to use ManualTriggerEntity ( #93999 )
...
* Refactor sensor to use ManualTriggerEntity
* Add device and state class
2023-06-04 15:00:53 -04:00
G Johansson
1fe4c4fa59
Remove update_before_add from binary_sensor in Command Line ( #94040 )
...
Remove update_before_add
2023-06-04 14:53:34 -04:00
Rami Mosleh
07e26f9639
Drop codeowner for IMAP ( #94033 )
2023-06-04 11:59:03 -05:00
tronikos
53e456f453
Android TV Remote: Abort zeroconf if mac address is missing ( #94026 )
...
Abort zeroconf if mac address is missing
2023-06-04 10:49:18 +02:00
Joost Lekkerkerker
efb92ca9ee
Show the sensor state using the coordinatordata instead of initial data ( #94008 )
...
* Show the sensor state using the coordinatordata instead of initial data
* Add test
* Remove part
2023-06-03 14:35:57 -04:00
G Johansson
76d8c047ec
Refactor Command Line cover to use ManualTriggerEntity ( #93997 )
...
Refactor command_line cover
2023-06-03 14:19:59 -04:00
G Johansson
391c63640a
Refactor Command Line binary sensor to use ManualTriggerEntity ( #94000 )
...
Refactor binary sensor ManualTriggerEntity
2023-06-03 14:11:42 -04:00
Michael Benz
305fa128fb
Add reload support to intent_script ( #93404 )
...
* support live reload of intent_script
* add services.yaml
* update tesls for full code coverage
* Update based on feedback
* fix intent_script reload when no intent_script config
* Update homeassistant/helpers/intent.py
* update tests to handle no_existing better
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-06-03 14:02:23 -04:00
Paulus Schoutsen
65b62d877d
Keep track what devices support Assist features ( #93990 )
2023-06-03 08:26:28 -05:00
tronikos
faacf1658f
Fix error in tibber while fetching latest statistics ( #93998 )
2023-06-03 08:25:39 -05:00
G Johansson
038b0e6d23
Add scan interval to Command Line ( #93752 )
...
* Add scan interval
* Handle previous not complete
* Fix faulty text
* Add tests
* lingering
* Cool down
* Fix tests
2023-06-02 23:35:11 -04:00
Sven Serlier
aa636a2805
Fix broken URL in Z-Wave JS ( #93983 )
...
Fix broken URL
2023-06-02 16:54:15 -04:00
Robert Hillis
6c5fd40c92
Catch Google Sheets api error ( #93979 )
2023-06-02 16:18:58 -04:00
Simone Chemelli
2a9bcae365
Fritz: cleanup unused variables ( #93971 )
...
Cleanup
2023-06-02 16:17:16 -04:00
Diogo Gomes
b5f582eecc
Make Riemann sum sensors restore last valid state ( #93674 )
...
* keep last valid state
* keep last valid state
* typo
* increase coverage
* better error handling
* debug messages
* increase coverage
* remove random log
* don't expose last_valid_state as an attribute
2023-06-02 08:44:36 -04:00
Raman Gupta
d9f059fcaa
Improve logic for zwave_js.lock.is_locked attr ( #93947 )
2023-06-02 06:12:32 -04:00
Raman Gupta
3934f91242
Make Z-Wave device IBT4ZWAVE discoverable as a cover ( #93946 )
...
* Make Z-Wave device IBT4ZWAVE discoverable as a cover
* Test device class
2023-06-02 06:09:53 -04:00
Erik Montnemery
ce9a0059d1
Add empty config schema to stt ( #93954 )
2023-06-02 06:07:44 -04:00
Erik Montnemery
7db943d138
Add CONFIG_SCHEMA to imap_email_content ( #93951 )
...
* Add CONFIG_SCHEMA to imap_email_content
* Update homeassistant/components/imap_email_content/__init__.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
---------
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2023-06-02 06:06:59 -04:00
Erik Montnemery
3ed8e2d0e1
Add empty config schema to mailbox ( #93953 )
2023-06-02 09:28:13 +02:00
Erik Montnemery
0916a6c0cb
Remove insteon import flow ( #93952 )
2023-06-02 09:21:19 +02:00
Chris Talkington
f941203949
Update pyipp to 0.13.0 ( #93886 )
2023-06-01 22:24:53 -05:00
Tudor Sandu
95e4ef2255
Fix states not being translated in voice assistants ( #93572 )
...
Fix states not being translated
2023-06-01 20:10:57 -04:00
J. Nick Koston
8ef799601b
Bump aiohomekit to 2.6.4 ( #93943 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/2.6.3...2.6.4
mostly additional logging to help track down #93891
2023-06-01 19:54:44 -04:00
J. Nick Koston
b18356bb3f
Fix august aiohttp session being closed out from under it ( #93942 )
...
* Fix august aiohttp session being closed out from under it
fixes #93941
* Fix august aiohttp session being closed out from under it
fixes #93941
* Fix august aiohttp session being closed out from under it
fixes #93941
2023-06-01 19:54:25 -04:00