Commit Graph
77403 Commits
Author SHA1 Message Date
J. Nick KostonandGitHub 53eb4d0ead Bump dbus-fast to 1.94.0 (#98973) 2023-08-24 11:10:38 -05:00
Joost LekkerkerkerandGitHub 4e049f9bed Use snapshot assertion in Tile diagnostic test (#98965) 2023-08-24 17:11:24 +02:00
Joost LekkerkerkerandGitHub d300f2d0cc Remove default model from upcloud (#98972) 2023-08-24 16:39:14 +02:00
9da192c752 Avoid use of datetime.utc* methods deprecated in Python 3.12 (#93684)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2023-08-24 16:38:22 +02:00
G JohanssonandGitHub 61c17291fb Move TemplateEntity to template (#98957)
* Move TemplateEntity to template

* Rename template_entity in helpers
2023-08-24 15:37:04 +02:00
J. Nick KostonandGitHub 99e97782b6 Improve performance of abort_entries_match (#98932)
* Improve performance of abort_entries_match

In #90406 a ChainMap was added which called __iter__
and __contains__ which ends up creating temp dicts
for matching

https://github.com/python/cpython/blob/174e9da0836844a2138cc8915dd305cb2cd7a583/Lib/collections/__init__.py#L1022

We can avoid this by removing the ChainMap since there
are only two mappings to match on.

This also means options no longer obscures data

* adjust comment
2023-08-24 15:34:45 +02:00
Franck NijhofandGitHub 7548c4aced 2023.8.4 (#98955) 2023.8.4 2023-08-24 13:47:32 +02:00
b145352bbb Modernize meteo_france weather (#98022)
* Modernize meteofrance weather

* Remove options flow

* Remove unused constant

* Format code

---------

Co-authored-by: Quentin POLLET <polletquentin74@me.com>
2023-08-24 13:44:43 +02:00
0d013767ee Add support for event groups (#98463)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-08-24 12:49:38 +02:00
Joost LekkerkerkerandGitHub 87dd18cc2e Remove obsolete yaml check in SQL (#98950)
* Remove unique id check from SQL

* Remove unique id check from SQL
2023-08-24 12:35:11 +02:00
G JohanssonandGitHub b69e8fda77 Remove TemplateSensor from the template_entity helper (#98945)
Clean off TemplateSensor
2023-08-24 12:14:39 +02:00
Franck Nijhof 9bc4866bd2 Bumped version to 2023.8.4 2023-08-24 12:12:41 +02:00
starkillerOGandFranck Nijhof e1b005128d Bump reolink-aio to 0.7.8 (#98942) 2023-08-24 12:12:28 +02:00
Nathan SpencerandFranck Nijhof c8b5191984 Bump pylitterbot to 2023.4.5 (#98854) 2023-08-24 12:12:25 +02:00
Nathan SpencerandFranck Nijhof 63a687c37f Bump pylitterbot to 2023.4.4 (#98414) 2023-08-24 12:12:19 +02:00
tronikosandFranck Nijhof 119bc7d847 Bump androidtvremote2 to 0.0.14 (#98801) 2023-08-24 12:10:34 +02:00
Franck Nijhof e208e7da91 Remove repair issue for MQTT discovered items (#98768) 2023-08-24 12:09:58 +02:00
Florent ThieryandFranck Nijhof ce8eebebc5 Reduce Freebox router Raid warning to one occurence (#98740)
* consider Freebox router does not support Raid if the first enumeration raised an http error, fixes #98274

* add router name to warning message

* reduce log level to info, remove details
2023-08-24 12:08:05 +02:00
tronikosandFranck Nijhof dc6e752adf Bump opower to 0.0.31 (#98716) 2023-08-24 12:07:34 +02:00
jan iversenandFranck Nijhof ebdf48e41f Correct modbus swap/datatype error message (#98698) 2023-08-24 12:06:58 +02:00
tronikosandFranck Nijhof cdb088327c Bump opowerto 0.0.30 (#98660) 2023-08-24 12:06:23 +02:00
jan iversenandFranck Nijhof e1eb1cf2fb modbus: slave is allowed with custom (#98644) 2023-08-24 12:05:08 +02:00
Markus ResselandFranck Nijhof bd0fe63dc8 Fix octoprint down every two minutes (#90001) 2023-08-24 12:05:02 +02:00
J. Nick KostonandGitHub 849cfa3af8 Retry yeelight setup later if the wrong device is found (#98884) 2023-08-24 12:04:00 +02:00
starkillerOGandGitHub 9a0507af3c Bump reolink-aio to 0.7.8 (#98942) 2023-08-24 12:01:22 +02:00
Erik MontnemeryandGitHub d282ba6bac Use a single WS command for group preview (#98903)
* Use a single WS command for group preview

* Fix tests
2023-08-24 11:59:24 +02:00
G JohanssonandGitHub 31a8a62165 SNMP sensor refactor to ManualTriggerSensorEntity (#98630)
* SNMP to ManualTriggerSensorEntity

* Mods
2023-08-24 11:45:14 +02:00
G JohanssonandGitHub 3b31c58eba Add coordinator test for Yale Smart Living (#98638) 2023-08-24 11:44:04 +02:00
Joost LekkerkerkerandGitHub 577f545113 Add entity translations to Rachio (#98917) 2023-08-24 11:43:10 +02:00
Erik MontnemeryandGitHub c47983621c Teach CoordinatorWeatherEntity about multiple coordinators (#98830) 2023-08-24 11:28:20 +02:00
Joost LekkerkerkerandGitHub f395147f7c Move platform specifics out of Solaredge const (#98941) 2023-08-24 11:27:24 +02:00
Joost LekkerkerkerandGitHub f44215d286 Use snapshot assertion for Brother diagnostics test (#98904) 2023-08-24 11:19:16 +02:00
Joost LekkerkerkerandGitHub 0a1ad8a119 Add entity translations to Ridwell (#98918) 2023-08-24 10:42:05 +02:00
G JohanssonandGitHub 147351be6e Add Trafikverket Camera integration (#79873) 2023-08-24 10:39:22 +02:00
7926c5cea9 Add repair issue about the deprecation of home plus control (#98828)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-08-24 10:33:06 +02:00
Jan BouwhuisandGitHub 8b232047c4 Add origin info support for MQTT discovered items (#98782)
* Add integration info support for MQTT discovery.

* Moving logs to discovery

* Revert adding class property

* Rename to origin

* Follow up comments
2023-08-24 09:50:39 +02:00
Joost LekkerkerkerandGitHub fe164d06a7 Add entity translations to Sabnzbd (#98923) 2023-08-24 09:23:48 +02:00
Joost LekkerkerkerandGitHub 602a80c35c Use snapshot assertion for EasyEnergy diagnostics test (#98909) 2023-08-24 09:19:36 +02:00
Joakim SørensenandGitHub 8d576c900d Bump hass-nabucasa from 0.69.0 to 0.70.0 (#98935) 2023-08-24 09:18:25 +02:00
Joost LekkerkerkerandGitHub 14f80560c0 Use snapshot assertion for Ridwell diagnostics test (#98919) 2023-08-24 08:14:46 +02:00
J. Nick KostonandGitHub 46a0f84101 Bump bluetooth-data-tools to 1.9.0 (#98927) 2023-08-23 20:18:21 -05:00
Ville SkyttäandGitHub b51c0f6ddc Remove unnnecessary pylint configs from components [s-z]* (#98925) 2023-08-24 01:25:32 +02:00
Joost LekkerkerkerandGitHub c39f6b3bea Use snapshot assertion for Coinbase diagnostics test (#98906) 2023-08-24 01:23:31 +02:00
Joost LekkerkerkerandGitHub faa4489f4c Use snapshot assertion for Co2signal diagnostics test (#98905) 2023-08-24 01:18:49 +02:00
Jan BouwhuisandGitHub a1307e117d Add additional debug logging for imap (#98877) 2023-08-24 01:02:52 +02:00
Joost LekkerkerkerandGitHub f1fb28aad5 Use snapshot assertion for ESPHome diagnostics test (#98913) 2023-08-24 01:01:58 +02:00
Joost LekkerkerkerandGitHub a539d851cc Use snapshot assertion for Enphase Envoy diagnostics test (#98910) 2023-08-23 17:57:55 -05:00
Joost LekkerkerkerandGitHub 360d2de1e1 Use snapshot assertion for Cpuspeed diagnostics test (#98907) 2023-08-24 00:57:27 +02:00
Ville SkyttäandGitHub 34b47a2597 Remove unnnecessary pylint configs from components [m-r]* (#98924) 2023-08-24 00:56:50 +02:00
Ville SkyttäandGitHub 3b4774d9ed Remove unnnecessary pylint configs from components/[a-d]* (#98911) 2023-08-24 00:54:02 +02:00