Joost Lekkerkerker
|
b4f4b06f29
|
Enable RUF021 (#135832)
|
2025-01-17 10:20:45 +01:00 |
epenet
|
b046ca9abe
|
Move ZeroconfServiceInfo to service_info helpers (#135653)
* Move ZeroconfServiceInfo to service_info helpers
* Adjust deprecation date
* Fix mypy/pylint
* Fix DeprecatedConstant
* Add deprecation test
* Adjust
* Also deprecate ATTR_PROPERTIES_ID
|
2025-01-15 12:25:42 +01:00 |
epenet
|
b84a4dc120
|
Add zeroconf discovery to onewire (#135295)
|
2025-01-13 17:52:37 +00:00 |
epenet
|
a649ff4a91
|
Add hassio discovery to onewire (#135294)
|
2025-01-13 11:55:18 +01:00 |
epenet
|
475a2fb828
|
Discover new devices at runtime in onewire (#135199)
|
2025-01-10 11:53:31 +01:00 |
epenet
|
b5971ec55d
|
Add model_id and serial_number to onewire device info (#135279)
|
2025-01-10 11:18:50 +01:00 |
epenet
|
c4ac648a2b
|
Add select platform to onewire (#135181)
* Add select platform to onewire
* Add tests
* Apply suggestions from code review
|
2025-01-09 12:45:49 +01:00 |
epenet
|
8bfdbc173a
|
Use snapshot_platform helper in onewire tests (#135176)
* Use snapshot_platform helper in onewire tests
* Snapshot device registry
|
2025-01-09 11:45:29 +01:00 |
epenet
|
15e785b974
|
Move OneWire PLATFORM constant back to init (#135172)
|
2025-01-09 11:22:08 +01:00 |
epenet
|
02e30edc6c
|
Improve onewire options flow tests (#135109)
|
2025-01-08 17:00:35 +01:00 |
epenet
|
d46be61b6f
|
Split simple and recovery in onewire config-flow user tests (#135102)
|
2025-01-08 15:25:39 +01:00 |
epenet
|
f05e234c30
|
Refactor patching in onewire tests (#135070)
|
2025-01-08 15:14:51 +01:00 |
epenet
|
d43187327f
|
Remove rounding from onewire sensors (#135095)
|
2025-01-08 14:25:05 +01:00 |
epenet
|
f8618e65f6
|
Improve type hints in onewire tests (#134993)
|
2025-01-08 09:33:04 +01:00 |
epenet
|
471f77fea4
|
Add reconfigure to onewire (#134996)
* Add reconfigure to onewire
* Adjust _async_abort_entries_match
|
2025-01-07 17:08:53 +01:00 |
Jan Rieger
|
4fe8a43cc9
|
Remove native_unit_of_measurement from Onewire counters (#132076)
|
2024-12-06 21:23:45 +01:00 |
epenet
|
ae95d802cc
|
Fix missing translations in onewire (#130673)
|
2024-11-15 08:40:57 +01:00 |
epenet
|
c5046f7809
|
Add check for valid abort reason translation in option flows (#128444)
|
2024-10-16 13:41:15 +02:00 |
Joost Lekkerkerker
|
f8ba4d41ba
|
Add support for adding model_id in device info (#121989)
|
2024-07-16 15:12:25 +02:00 |
Marc Mueller
|
921430d497
|
Import Generator from collections.abc (3) (#120916)
|
2024-07-01 12:09:11 +02:00 |
Erik Montnemery
|
9bbeb5d608
|
Add primary_config_entry attribute to device registry entries (#119959)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Robert Resch <robert@resch.dev>
|
2024-06-26 12:26:24 +02:00 |
Paulus Schoutsen
|
eb89ce47ea
|
Inline primary integration (#119860)
|
2024-06-18 08:08:08 +02:00 |
Paulus Schoutsen
|
836abe68c7
|
Track primary integration (#119741)
* Track primary integration
* Update snapshots
* More snapshots updated
* Uno mas
* Update snapshot
|
2024-06-16 13:26:06 -04:00 |
Marc Mueller
|
837ee7c4fb
|
Import Generator from typing_extensions (4) (#118992)
|
2024-06-06 17:41:37 +02:00 |
epenet
|
301c17cba7
|
Use registry fixtures in tests (o-p) (#118292)
|
2024-05-28 13:42:38 +02:00 |
epenet
|
8291769361
|
Store runtime data in entry in onewire (#116450)
* Store runtime data in entry in onewire
* Adjust
|
2024-04-30 15:55:20 +02:00 |
epenet
|
a3942e019b
|
Use remove_device helper in tests (2/2) (#116442)
Use remove_device helper in tests (part 2)
|
2024-04-30 12:50:35 +02:00 |
epenet
|
c1572d9600
|
Handle invalid device type in onewire (#116153)
* Make device type optional in onewire
* Add comment
|
2024-04-27 09:26:26 +02:00 |
Joost Lekkerkerker
|
5d500cb74b
|
Use is in enum comparison in config flow tests K-O (#114672)
|
2024-04-02 11:21:42 -10:00 |
Erik Montnemery
|
426f73b1f4
|
Add State.last_reported (#113511)
* Add State.last_reported
* Update tests
* Update test snapshots
* Call state_reported listeners when firing state_changed event
* Add tests
|
2024-03-20 21:05:07 +01:00 |
epenet
|
3844ade572
|
Fix unknown values in onewire (#113731)
* Fix unknown values in onewire
* Update tests
|
2024-03-18 10:12:46 +01:00 |
Sid
|
fe9cc6705c
|
Add ruff rule PIE804 (#113620)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2024-03-16 12:45:18 -10:00 |
Sid
|
ccd2e989c3
|
Enable ruff RUF005 and fix occurrences (#113589)
|
2024-03-16 07:37:20 -10:00 |
Joost Lekkerkerker
|
e6a692f354
|
Improve lists in integrations [N-O] (#113231)
|
2024-03-13 21:51:38 +01:00 |
definitio
|
6f19744469
|
Add A6 family code for DS2438 1-Wire sensor (#112844)
* Add A6 family code for DS2438
* Add tests
* Fix switch
* Apply code review suggestion
* Add comments
|
2024-03-12 08:06:02 +01:00 |
Marc Mueller
|
aa16a9d707
|
Add empty line after module docstring (3) (#112750)
|
2024-03-08 20:38:34 +01:00 |
Marc Mueller
|
1722e23df8
|
Add empty line after module docstring [tests l-p] (#112710)
|
2024-03-08 14:55:15 +01:00 |
Franck Nijhof
|
e0a9dcd996
|
Add label registry (#110821)
|
2024-02-19 11:59:08 +01:00 |
J. Nick Koston
|
8282018260
|
Migrate onewire to use async_update_entry to alter config entries (#110413)
|
2024-02-12 15:29:50 -06:00 |
Jan Rieger
|
a584429ce0
|
Use translation placeholders in 1-Wire (#109120)
|
2024-02-02 12:37:23 +01:00 |
Erik Montnemery
|
1621310ba7
|
Add serial_number to device registry entries (#102334)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2023-10-22 15:14:44 +02:00 |
J. Nick Koston
|
433c022687
|
Save previous unique id in entity registry when it changes (#102093)
|
2023-10-16 21:26:19 -10:00 |
Joost Lekkerkerker
|
54ed8fc914
|
Use device class translations for 1-wire (#98813)
|
2023-08-24 22:19:29 +02:00 |
epenet
|
7dfbfd45ae
|
Cleanup onewire tests (#92117)
|
2023-04-29 11:18:16 +02:00 |
epenet
|
7801eeb063
|
Use snapshot in onewire diagnostics tests (#92112)
|
2023-04-27 13:34:13 +02:00 |
epenet
|
aac750a44f
|
Improve TAI8570 ignore tests in onewire (#92113)
Improve TAI8570 tests in onewire
|
2023-04-27 13:33:30 +02:00 |
epenet
|
60d7ea6f0d
|
Use SnapshotAssertion in 1-wire tests (#90782)
|
2023-04-22 17:22:05 +02:00 |
epenet
|
2d1bb6135c
|
Use entity name translations in 1-wire (#90696)
* Use entity name translations in onewire
* Adjust binary sensors
* Adjust switches
* Cleanup
|
2023-04-03 13:07:02 -04:00 |
epenet
|
c06ec1f78f
|
Improve onewire test coverage (#90184)
|
2023-03-26 23:46:52 +02:00 |
epenet
|
ff8b91aeea
|
Add freezer to known test fixtures in pylint (#89825)
Add freezer to known fixtures in pylint
|
2023-03-16 22:39:41 -04:00 |