epenet
0a13fe99d2
Move mypy override for device_registry ( #78493 )
2022-09-15 11:00:25 +02:00
Federico Marani
08449dc1bc
Bump aioftp to 0.21.3 ( #78257 )
2022-09-15 10:52:33 +02:00
Vincent Knoop Pathuis
035f206e95
Bump ultraheat-api to 0.4.3 ( #78295 )
2022-09-15 10:51:19 +02:00
J. Nick Koston
11789dd079
Bump bleak-retry-connector to 0.17.1 ( #78474 )
2022-09-15 10:40:52 +02:00
Franck Nijhof
ec2afd2bce
Update pipdeptree to 2.3.1 ( #78497 )
2022-09-15 10:24:18 +02:00
Franck Nijhof
4e7a99dc77
Update sentry-sdk to 1.9.8 ( #78496 )
2022-09-15 09:57:35 +02:00
ollo69
aa46ba4ad5
Add device class TV to AndroidTV ( #78487 )
2022-09-15 08:56:30 +02:00
Avi Miller
c0cf9d8729
Add infrared brightness select entity for LIFX Night Vision bulbs ( #77943 )
...
* Add infrared brightness select entity for LIFX Night Vision bulbs
Signed-off-by: Avi Miller <me@dje.li>
* Code refactored from review comments
Signed-off-by: Avi Miller <me@dje.li>
* Update and refactor from code review feedback
Signed-off-by: Avi Miller <me@dje.li>
Signed-off-by: Avi Miller <me@dje.li>
2022-09-15 08:53:58 +02:00
starkillerOG
ade4fcaebd
Use asyncio in XiaomiAqara instead of threading ( #74979 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-15 08:36:56 +02:00
Erik Montnemery
84a812ad05
Allow setting number selector step size to 'any' ( #78265 )
...
* Allow setting number selector step size to 'any'
* Improve test coverage
2022-09-15 08:29:46 +02:00
Erik Montnemery
30702bdcd2
Deduplicate some code in scripts and automations ( #78443 )
2022-09-15 07:41:11 +02:00
Erik Montnemery
0a1fd36e03
Catch up with statistics after DB migration is done ( #78469 )
...
* Catch up with statistics after DB migration is done
* Don't access the database from the event loop
* Fix deadlocking test
* Fix test
2022-09-15 07:40:56 +02:00
GitHub Action
bcf01e8873
[ci skip] Translation update
2022-09-15 00:29:28 +00:00
Shay Levy
1b3088e41a
Bump aioswitcher to 3.0.0 ( #78471 )
2022-09-15 00:29:59 +03:00
Teemu R
43053d05b4
Bump python-songpal to 0.15.1 ( #78481 )
2022-09-14 21:54:01 +02:00
Franck Nijhof
6678f660a8
Remove U.S. Citizenship and Immigration Services (USCIS) integration ( #78432 )
...
* Remove U.S. Citizenship and Immigration Services (USCIS) integration
* Update .coveragerc
Fix due to sorting in https://github.com/home-assistant/core/pull/78447
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-09-14 21:51:24 +03:00
Erik Montnemery
8a55f85703
Improve MQTT debug log of retained messages ( #78453 )
...
Improve MQTT debug log for retained messages
2022-09-14 20:45:46 +02:00
Robert Hillis
a46982befb
Add Google Sheets integration ( #77853 )
...
Co-authored-by: Allen Porter <allen@thebends.org>
2022-09-14 14:31:54 -04:00
epenet
996bcbdac6
Make EntityComponent generic ( #78473 )
2022-09-14 14:16:23 -04:00
epenet
fd05d949cc
Fix device_class in demo ( #78463 )
...
Use _attr_device_class in demo
2022-09-14 20:09:31 +03:00
Stefan Agner
650aae49fe
Support AMD SoC CPU temperature ( #78472 )
...
This adds support for CPU temperature readings on AMD SoC based systems
like the AMD G-Series GX-222G found in FUJITSU FUTRO S920.
2022-09-14 20:06:29 +03:00
Erik Montnemery
2ba0f42acc
Prevent deleting blueprints which are in use ( #78444 )
2022-09-14 16:47:08 +02:00
uvjustin
855b0dfdba
Pass tasks instead of coros to asyncio.wait in forked_daapd ( #78462 )
...
* Remove coroutines from asyncio.wait in forked_daapd
* Update homeassistant/components/forked_daapd/media_player.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-09-14 15:49:00 +02:00
epenet
219cee2ca9
Move Trace classes to separate module ( #78433 )
2022-09-14 09:23:29 -04:00
Marc Mueller
99ebac13ed
Bump openevsewifi to 1.1.2 ( #78460 )
...
Update openevsewifi to 1.1.2
2022-09-14 15:19:43 +02:00
uvjustin
ae865a07b2
Cleanup async_announce in forked_daapd ( #78457 )
2022-09-14 20:40:20 +08:00
Poltorak Serguei
003d160a96
Rework Z-Wave.Me switch multilevel devices to also use light entity ( #77969 )
...
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
2022-09-14 14:19:17 +02:00
epenet
3941290edc
Force root import of const from other components ( #78014 )
...
* Force root import of const from other components
* Add missing commit
* Add tests
* Add tests
* Apply suggestion
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Apply suggestion
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 14:07:57 +02:00
epenet
1fcab33653
Improve type hints in light ( #78349 )
2022-09-14 13:36:20 +02:00
epenet
374b72f052
Make LimitedSizeDict a generic ( #78440 )
...
* Make LimitedSizeDict a generic
* Remove comments
* Use super()
* Apply suggestion
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 13:30:17 +02:00
uvjustin
ad25a966a8
Sort constants in forked_daapd ( #78455 )
2022-09-14 19:24:51 +08:00
epenet
efb482fb1d
Add demo to strict-typing ( #77596 )
...
* Add demo to strict-typing
* Adjust component
* Adjust PR
* Update homeassistant/components/demo/mailbox.py
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 13:05:00 +02:00
epenet
5e338d2166
Improve type hints in automation ( #78368 )
...
* Improve type hints in automation
* Apply suggestion
* Apply suggestion
* Apply suggestion
* Add Protocol for IfAction
* Use ConfigType for IfAction
* Rename variable
2022-09-14 13:04:09 +02:00
J. Nick Koston
b7e9fcb9fe
Replace asyncio.wait_for with async_timeout in baf ( #78445 )
2022-09-14 12:29:43 +02:00
epenet
db44be7054
Sort coveragerc ( #78447 )
2022-09-14 12:26:22 +02:00
epenet
2625189529
Use async_timeout in forked_daapd ( #78451 )
2022-09-14 12:24:54 +02:00
Ernst Klamer
fad0b00fbc
Binary sensor description for BTHome ( #78408 )
2022-09-14 12:09:03 +02:00
epenet
13c7a7bbcc
Refactor forked_daapd to use _async_announce ( #78446 )
2022-09-14 11:58:32 +02:00
epenet
5cccb24830
Improve type hints in group ( #78350 )
2022-09-14 11:36:28 +02:00
epenet
03a24e3a05
Improve type hints in proximity ( #78348 )
2022-09-14 11:22:58 +02:00
epenet
abc87b5dfa
Improve type hints in scene ( #78347 )
2022-09-14 11:18:23 +02:00
epenet
dce2569389
Improve type hints in weather ( #78346 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 11:15:47 +02:00
epenet
b87cd926e7
Fix image-processing type hint ( #78426 )
2022-09-14 11:13:48 +02:00
Franck Nijhof
393f1487a5
Remove Ambee integration ( #78427 )
2022-09-14 10:25:01 +02:00
Bram Kragten
9382f4be23
Update frontend to 20220907.2 ( #78431 )
2022-09-14 09:54:51 +02:00
Simone Chemelli
9d535b9ae9
Bump fritzconnection to 1.10.3 ( #77847 )
...
* Bump fritzconnection to 1.10.2
* bump to 1.10.3
2022-09-14 08:13:42 +02:00
Diogo Gomes
831c87205f
Retry on unavailable IPMA api ( #78332 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-13 21:00:59 -04:00
GitHub Action
23faf8024e
[ci skip] Translation update
2022-09-14 00:28:24 +00:00
Aaron Bach
5501b7e710
Fix bug with RainMachine update entity ( #78411 )
...
* Fix bug with RainMachine update entity
* Comment
2022-09-13 18:16:21 -04:00
epenet
416a5cb279
Import constants from component root ( #78395 )
2022-09-14 00:12:54 +02:00