Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
Marc Mueller
4d567c6216
Update bthome-ble to 3.12.4 ( #137385 )
2025-02-05 03:17:04 +01:00
Ernst Klamer
7fe89ea329
Add channel sensor to bthome ( #137072 )
2025-02-03 22:21:58 +00:00
J. Nick Koston
d3da3b3470
Allow ignored bthome devices to be set up from the user flow ( #137105 )
2025-02-01 13:08:24 -06:00
J. Nick Koston
dc7f445356
Bump bthome-ble to 3.12.3 ( #137036 )
2025-01-31 15:18:19 -06:00
Ernst Klamer
164d38ac0d
Bump bthome-ble to 3.11.0 ( #137032 )
...
bump bthome-ble to 3.11.0
2025-01-31 22:03:17 +02:00
Ernst Klamer
089c9c41ba
Add BThome hold press event ( #135871 )
...
* add hold_press
* add hold_press
* add hold_press
* add hold_press
2025-01-18 02:23:25 +02:00
Joost Lekkerkerker
b4f4b06f29
Enable RUF021 ( #135832 )
2025-01-17 10:20:45 +01:00
epenet
24c70caf33
Improve formatting in component files ( #135261 )
...
* Improve formatting in component files
* Apply suggestions from code review
2025-01-10 11:46:15 +01:00
Luca Angemi
b451bfed81
Fix bthome UnitOfConductivity ( #129535 )
...
Fix unit
2024-10-30 23:22:17 +02:00
epenet
da0ebbe57c
Use _get_reauth_entry in bthome config flow ( #127323 )
2024-10-02 19:44:54 +02:00
epenet
6ef1dd56f5
Use root import for device_automation ( #125836 )
2024-09-12 17:01:25 +02:00
Shay Levy
baa9473383
Address BTHome review comment ( #125259 )
...
* Address BTHome review comment
* Review comment
Co-authored-by: Ernst Klamer <e.klamer@gmail.com>
* generator expression
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Ernst Klamer <e.klamer@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-04 23:24:52 +03:00
Shay Levy
eaee8d5b78
Fix BTHome validate triggers for device with multiple buttons ( #125183 )
...
* Fix BTHome validate triggers for device with multiple buttons
* Remove None default
2024-09-04 17:34:11 +02:00
Shay Levy
d5c2e6ec35
Add myself as codeowner for BTHome ( #125184 )
2024-09-04 00:20:25 +03:00
darkfader
0a05cdc381
Add conductivity sensor to bthome ( #124312 )
...
* Add conductivity sensor to bthome
* Update icons.json
* Update sensor.py
2024-08-26 13:40:40 +02:00
J. Nick Koston
7f852d0f73
Update bthome to use entry.runtime_data ( #122304 )
2024-07-21 08:19:46 -05:00
Ernst Klamer
64b23419e0
Bump bthome-ble to 3.9.1 ( #118907 )
...
bump bthome-ble to 3.9.1
2024-06-05 23:38:30 -04:00
epenet
e7ce01e649
Enforce namespace import in components ( #118218 )
2024-05-27 12:50:11 +02:00
Marc Mueller
b93312b62c
Use PEP 695 for class annotations (1) ( #117775 )
2024-05-20 10:42:57 +02:00
Marc Mueller
4f4389ba85
Improve bluetooth generic typing ( #117157 )
2024-05-12 13:15:30 +02:00
J. Nick Koston
53c48537d7
Add bluetooth adapter model and manufacturer to config flow ( #115780 )
...
* Show bluetooth adapter model and manufacturer in config flow
If there are multiple adapters, it could be a bit difficult
to figure out which one is which
* Show bluetooth adapter model and manufacturer in config flow
If there are multiple adapters, it could be a bit difficult
to figure out which one is which
* reorder
* reorder
* names
* remove
* fix incomplete mocking
* more missing mocks
2024-04-18 10:39:32 -04:00
Marc Mueller
9ea666b5e1
Use SignalType to improve typing [bthome] ( #114295 )
2024-03-27 08:22:44 -04:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Ernst Klamer
6106a66ed8
Bump bthome-ble to 3.8.1 ( #113800 )
2024-03-19 08:15:57 -04:00
Joost Lekkerkerker
066594b25b
Use Volume Flow Rate device class in BTHome ( #113530 )
2024-03-15 18:19:14 +01:00
Ernst Klamer
db44efc1a3
Bump bthome-ble to 3.8.0 ( #113008 )
...
Bump bthome-ble
2024-03-10 23:25:04 -04:00
Shay Levy
ed3ec85e55
Bump bthome-ble to 3.7.0 ( #112783 )
2024-03-08 22:28:56 -05:00
Marc Mueller
cef20506dc
Replace EventType with Event [missing] ( #112753 )
2024-03-08 21:56:42 +01:00
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] ( #112697 )
2024-03-08 14:51:32 +01:00
Shay Levy
ec4331fc19
Bump bthome-ble to 3.6.0 ( #112060 )
...
* Bump bthome-ble to 3.6.0
* Fix discovery info typing
2024-03-02 23:11:22 +01:00
Erik Montnemery
6fe28d3764
Migrate integrations a-d to generic flowhandler ( #111861 )
2024-02-29 20:07:14 +01:00
J. Nick Koston
d7273d66ab
Use new config entry update/abort helper in bthome ( #108676 )
...
Use new config entry update/abort helper in bthome
uses the new helper from https://github.com/home-assistant/core/pull/108034
2024-01-22 22:14:00 +01:00
J. Nick Koston
6525dad57a
Add bthome event platform ( #108268 )
...
Co-authored-by: Ernst Klamer <e.klamer@gmail.com>
2024-01-21 08:17:55 -10:00
Ernst Klamer
0042a2fef2
Bump bthome-ble to 3.5.0 ( #108475 )
2024-01-20 14:31:57 -05:00
Jan-Philipp Benecke
c2820e3cde
Use right state class for volume and timestamp sensor in bthome ( #107675 )
2024-01-20 16:03:46 +01:00
Marc Mueller
7e28c788cb
Enable strict typing for bthome ( #107859 )
2024-01-12 12:56:13 +01:00
Ernst Klamer
0ae86095d2
Bump bthome-ble to 3.4.1 ( #107757 )
2024-01-10 14:48:37 -10:00
Ernst Klamer
cd15283c2e
Bump bthome_ble to 3.3.1 ( #105834 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-16 09:08:28 -10:00
Jan-Philipp Benecke
6fae50cb75
Add connections to Xiaomi BLE and BTHome device entry ( #102773 )
2023-10-25 12:15:58 +02:00
Robert Resch
bb90c1f168
Fix multilevel reference translations ( #102338 )
2023-10-20 08:12:53 +02:00
Ernst Klamer
fa90b0f41e
Add raw sensor to BTHome ( #101412 )
2023-10-06 10:22:51 +02:00
Marc Mueller
ccca12cf31
Update bthome-ble to 3.1.1 ( #100042 )
2023-09-10 08:42:47 -05:00
Ernst Klamer
1369874348
Add text sensor to BTHome ( #98355 )
2023-08-22 07:34:26 -05:00
Franck Nijhof
868a5f377f
Ruff: isort don't split imports based on trailing comma ( #98162 )
2023-08-10 14:27:03 +02:00
J. Nick Koston
a234ab51fe
Restore bthome state at start when device is in range or sleepy ( #97949 )
2023-08-07 18:41:53 +02:00
J. Nick Koston
7bda873c2a
Fix bthome not remembering a device is a sleepy device ( #97517 )
2023-07-31 01:02:15 -07:00
Marc Mueller
bdd253328d
Add generic Event class ( #97071 )
2023-07-23 21:51:54 +02:00
J. Nick Koston
4d3e24465c
Bump bthome-ble to 3.0.0 ( #96616 )
2023-07-15 21:47:09 -10:00
J. Nick Koston
6758292655
Add bthome logbook platform ( #96171 )
2023-07-08 21:42:48 -10:00