J. Nick Koston
e10e3ee7cc
Fix memory churn in state templates ( #90685 )
...
* Fix memory churn in state templates
The LRU for state templates was limited to 512 states. As soon
as it was exaused, system performance would tank as each template
that iterated all states would have to create and GC any state
> 512
* does it scale?
* avoid copy on all
* comment
* preen
* cover
* cover
* comments
* comments
* comments
* preen
* preen
2023-04-02 20:57:07 -04:00
Maciej Bieniek
83b7018be2
Fix default sensor entity name for PM1 ( #90684 )
...
Fix PM1 text
2023-04-02 20:57:06 -04:00
J. Nick Koston
6d967ac535
Bump zeroconf to 0.53.0 ( #90682 )
2023-04-02 20:57:05 -04:00
Paulus Schoutsen
77bc745bed
Fix frontend test ( #90679 )
2023-04-02 20:57:04 -04:00
Patrick ZAJDA
8fe7b01baa
Add entity name translations for Nest sensors ( #90677 )
...
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr >
2023-04-02 20:57:04 -04:00
J. Nick Koston
5e5888b37a
Bump zeroconf to 0.52.0 ( #90660 )
...
* Bump zeroconf to 0.52.0
Switch to using the new ip_addresses_by_version which avoids
all the ip address conversions
* updates
2023-04-02 20:57:03 -04:00
Maciej Bieniek
90de51fff3
Add entity name translations to Airly ( #90656 )
...
Add entity name translations
2023-04-02 20:55:38 -04:00
Maciej Bieniek
89230b75be
Add entity name translations to GIOS ( #90655 )
...
* Add entity name translations
* Update tests
2023-04-02 20:55:37 -04:00
J. Nick Koston
cbe3cabf0a
Add object source logger to profiler ( #90650 )
...
* Add object source logger to profiler
* fixes
* cleanup
* tweaks
* logging
* logging
* too intensive
* adjust
* Update homeassistant/bootstrap.py
* fixes
* fixes
* coverage
2023-04-02 20:55:36 -04:00
Maciej Bieniek
c259c1afe3
Add entity name translations to Brother ( #90634 )
...
* Add entity name translations
* Fix sensor name
* Update tests
* Suggested change
2023-04-02 20:55:36 -04:00
mletenay
1ff93518b5
Update goodwe library to v0.2.30 ( #90607 )
2023-04-02 20:55:34 -04:00
Paulus Schoutsen
aa6cf3d208
Bumped version to 2023.4.0b4
2023.4.0b4
2023-04-01 15:23:53 -04:00
Bram Kragten
2a28d40dc8
Update frontend to 20230401.0 ( #90646 )
2023-04-01 15:23:45 -04:00
Jan Bouwhuis
c006b3b1df
Fix mqtt device_tracker is not reloading yaml ( #90639 )
2023-04-01 15:23:44 -04:00
nono
bacd77a03a
Fix Rest switch init was not retrying if unreachable at setup ( #90627 )
...
* Fix Rest switch init was not retrying if unreachable at setup
* pass error log to platformnotready
prevents spamming the same message in logs.
2023-04-01 15:23:43 -04:00
J. Nick Koston
75694307e2
Bump zeroconf to 0.51.0 ( #90622 )
...
* Bump zeroconf to 0.50.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.47.4...0.50.0
* bump to 51
2023-04-01 15:23:42 -04:00
J. Nick Koston
1189b2ad70
Small speed up to _collection_changed ( #90621 )
...
attrgetter builds a fast method which happens in native code
https://github.com/python/cpython/blob/4664a7cf689946f0c9854cadee7c6aa9c276a8cf/Modules/_operator.c#L1413
2023-04-01 15:23:42 -04:00
Joakim Sørensen
d5d5bb0732
Only limit stats to started add-ons ( #90611 )
2023-04-01 15:23:41 -04:00
J. Nick Koston
6242dd2214
Avoid sorting domain/all states in templates ( #90608 )
2023-04-01 15:23:40 -04:00
Paulus Schoutsen
03f085d7be
Bumped version to 2023.4.0b3
2023.4.0b3
2023-03-31 15:41:37 -04:00
Raman Gupta
b3348c3e6f
Bump zwave-js-server-python to 0.47.3 ( #90606 )
...
* Bump zwave-js-server-python to 0.47.2
* Bump zwave-js-server-python to 0.47.3
2023-03-31 15:41:33 -04:00
puddly
590db0fa74
Perform an energy scan when downloading ZHA diagnostics ( #90605 )
2023-03-31 15:41:32 -04:00
puddly
f56ccf90d9
Fix ZHA definition error on received command ( #90602 )
...
* Fix use of deprecated command schema access
* Add a unit test
2023-03-31 15:41:31 -04:00
Bram Kragten
c63f8e714e
Update frontend to 20230331.0 ( #90594 )
2023-03-31 15:41:30 -04:00
starkillerOG
a20771f571
Bump reolink-aio to 0.5.9 ( #90590 )
2023-03-31 15:41:29 -04:00
Franck Nijhof
2d482f1f57
Raise on invalid (dis)arm code in manual mqtt alarm ( #90584 )
2023-03-31 15:41:28 -04:00
Erik Montnemery
499962f4ee
Tweak yalexs_ble translations ( #90582 )
2023-03-31 15:41:27 -04:00
Franck Nijhof
88a407361c
Raise on invalid (dis)arm code in manual alarm ( #90579 )
2023-03-31 15:41:26 -04:00
Franck Nijhof
89dc6db5a7
Add arming/disarming state to Verisure ( #90577 )
2023-03-31 15:41:25 -04:00
J. Nick Koston
de9e7e47fe
Make sonos activity check a background task ( #90553 )
...
Ensures the task is canceled at shutdown if the device
is offline and the ping is still in progress
2023-03-31 15:41:24 -04:00
epenet
ab66664f20
Allow removal of sensor settings in scrape ( #90412 )
...
* Allow removal of sensor settings in scrape
* Adjust
* Adjust
* Add comment
* Simplify
* Simplify
* Adjust
* Don't allow empty string
* Only allow None
* Use default as None
* Use sentinel "none"
* Not needed
* Adjust unit of measurement
* Add translation keys for "none"
* Use translations
* Sort
* Add enum and timestamp
* Use translation references
* Remove default and set suggested_values
* Disallow enum device class
* Adjust tests
* Adjust _strip_sentinel
2023-03-31 15:41:23 -04:00
Paulus Schoutsen
e7e2532c68
Bumped version to 2023.4.0b2
2023.4.0b2
2023-03-30 20:55:55 -04:00
puddly
4bf10c01f0
Bump ZHA dependencies ( #90547 )
...
* Bump ZHA dependencies
* Ensure the network is formed on channel 15 when multi-PAN is in use
2023-03-30 20:55:37 -04:00
J. Nick Koston
aad1f4b766
Handle garbage in the context_id column during migration ( #90544 )
...
* Handle garbage in the context_id column during migration
* Update homeassistant/components/recorder/migration.py
* lint
2023-03-30 20:55:36 -04:00
J. Nick Koston
e32d89215d
Fix migration when encountering a NULL entity_id/event_type ( #90542 )
...
* Fix migration when encountering a NULL entity_id/event_type
reported in #beta on discord
* simplify
2023-03-30 20:55:36 -04:00
Franck Nijhof
9478518937
Add entity name translations to LaMetric ( #90538 )
...
* Add entity name translations to LaMetric
* Consistency
2023-03-30 20:55:35 -04:00
Bram Kragten
8a99d2a566
Update frontend to 20230330.0 ( #90524 )
2023-03-30 20:55:34 -04:00
TheJulianJES
38aff23be5
Migrate old ZHA IasZone sensor state to zigpy cache ( #90508 )
...
* Migrate old ZHA IasZone sensor state to zigpy cache
* Use correct type for ZoneStatus
* Test that migration happens
* Test that migration only happens once
* Fix parametrize
2023-03-30 20:55:33 -04:00
Paulus Schoutsen
705e68be9e
Bumped version to 2023.4.0b1
2023.4.0b1
2023-03-30 10:40:19 -04:00
Franck Nijhof
4a319c73ab
Add a device to the sun ( #90517 )
2023-03-30 10:40:12 -04:00
Paulus Schoutsen
576780be74
Unregister webhook when registering webhook with nuki fials ( #90514 )
2023-03-30 10:40:11 -04:00
Petro31
01734c0dab
Fix for is_hidden_entity when using it in select, selectattr, reject, and rejectattr ( #90512 )
...
fix
2023-03-30 10:40:10 -04:00
Erik Montnemery
2157a4d0fc
Include channel in response to WS thread/list_datasets ( #90493 )
2023-03-30 10:40:09 -04:00
Paulus Schoutsen
b83cb5d1b1
OpenAI to rely on built-in areas variable ( #90481 )
2023-03-30 10:40:08 -04:00
J. Nick Koston
2a627e63f1
Fix filesize doing blocking I/O in the event loop ( #90479 )
...
Fix filesize doing I/O in the event loop
2023-03-30 10:40:06 -04:00
puddly
30af4c769e
Correctly load ZHA settings from API when integration is not running ( #90476 )
...
Correctly load settings from the zigpy database when ZHA is not running
2023-03-30 10:40:05 -04:00
epenet and Franck Nijhof
02f108498c
Add missing strings to sensor integration ( #90475 )
...
* Add missing strings to sensor integration
* Enumeration
* Apply suggestion
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2023-03-30 10:40:04 -04:00
J. Nick Koston
9f3c0fa927
Bump yalexs-ble to 2.1.14 ( #90474 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.13...v2.1.14
reduces ble traffic (fixes a bug were we were checking when we did not need to be)
2023-03-30 10:40:03 -04:00
Guido Schmitz
b5811ad1c2
Add entity name translations for devolo Home Network ( #90471 )
2023-03-30 10:40:02 -04:00
starkillerOG
baccbd98c7
Bump reolink-aio to 0.5.8 ( #90467 )
2023-03-30 10:40:01 -04:00