Michael Hansen and Paulus Schoutsen
edf02b70ea
Prioritize entity names over area names in Assist matching ( #86982 )
...
* Refactor async_match_states
* Check entity name after state, before aliases
* Give entity name matches priority over area names
* Don't force result to have area
* Add area alias in tests
* Move name/area list creation back
* Clean up PR
* More clean up
2023-01-30 23:47:46 -05:00
shbatm and Paulus Schoutsen
32a7ae6129
Bump pyisy to 3.1.11 ( #86981 )
...
* Bump pyisy to 3.1.10
* Bump pyisy to 3.1.11
2023-01-30 23:47:45 -05:00
Paulus Schoutsen
29056f1bd7
Check dashboard when showing reauth form ( #86980 )
2023-01-30 23:47:44 -05:00
puddly and Paulus Schoutsen
01dea7773a
Bump ZHA dependencies ( #86979 )
...
Bump ZHA dependency bellows from 0.34.6 to 0.34.7
2023-01-30 23:47:43 -05:00
Bram Kragten and Paulus Schoutsen
688bba15ac
Update frontend to 20230130.0 ( #86978 )
2023-01-30 23:47:42 -05:00
Franck Nijhof and Paulus Schoutsen
f6230e2d71
Allow any state class when using the precipitation device class ( #86977 )
2023-01-30 23:47:41 -05:00
Steven Looman and Paulus Schoutsen
6a9f06d36e
Ensure a proper scope_id is given for IPv6 addresses when initializing the SSDP component ( #86975 )
...
fixes undefined
2023-01-30 23:47:40 -05:00
Steven Looman and Paulus Schoutsen
dc50a6899a
Fix error on empty location in ssdp messages ( #86970 )
2023-01-30 23:47:39 -05:00
Paul Bottein and Paulus Schoutsen
d39d4d6b7f
Uses PolledSmartEnergySummation for ZLinky ( #86960 )
2023-01-30 23:47:38 -05:00
ollo69 and Paulus Schoutsen
6a1710063a
Catch AndroidTV exception on setup ( #86819 )
...
fixes undefined
2023-01-30 23:47:37 -05:00
puddly and Paulus Schoutsen
565a9735fc
ZHA config flow cleanup ( #86742 )
...
fixes undefined
2023-01-30 23:47:36 -05:00
mkmer and Paulus Schoutsen
ba966bd0f7
Honeywell auto mode invalid attribute ( #86728 )
...
fixes undefined
2023-01-30 23:47:35 -05:00
Michael Hansen and Paulus Schoutsen
c7b944ca75
Use device area id in intent matching ( #86678 )
...
* Use device area id when matching
* Normalize whitespace in response
* Add extra test entity
2023-01-30 23:47:34 -05:00
Paulus Schoutsen
0702314dcb
Bumped version to 2023.2.0b6
2023.2.0b6
2023-01-30 14:39:37 -05:00
Michael Hansen and Paulus Schoutsen
81de0bba22
Performance improvements for Assist ( #86966 )
...
* Move hassil recognize into executor
* Bump hassil to 0.2.6
* Disable template parsing in name/area lists
* Don't iterate over hass.config.components directly
2023-01-30 14:38:27 -05:00
Paulus Schoutsen and Franck Nijhof
0b015d46c3
Fix some mobile app sensor registration/update issues ( #86965 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2023-01-30 14:38:26 -05:00
J. Nick Koston and Paulus Schoutsen
0713e034b9
Silence spurious warnings about removing ix_states_entity_id with newer installs ( #86961 )
...
* Silence spurious warnings about removing ix_states_entity_id with newer installs
https://ptb.discord.com/channels/330944238910963714/427516175237382144/1069648035459641465
* Silence spurious warnings about removing ix_states_entity_id with newer installs
https://ptb.discord.com/channels/330944238910963714/427516175237382144/1069648035459641465
2023-01-30 14:38:25 -05:00
Mick Vleeshouwer and Paulus Schoutsen
171acc22ca
Fix ThreeWayHandle sensor in Overkiz integration ( #86953 )
...
Fix typo in sensor.py
Fixes https://github.com/home-assistant/core/issues/85913
2023-01-30 14:38:24 -05:00
J. Nick Koston and Paulus Schoutsen
2e26a40bba
Speed up live history setup if there is no pending data to commit ( #86942 )
2023-01-30 14:38:23 -05:00
Jan Bouwhuis and Paulus Schoutsen
3f717ae854
Fix MQTT discovery failing after bad config update ( #86935 )
...
* Fix MQTT discovery failing after bad config update
* Update last discovery payload after update success
* Improve test, correct update assignment
* send_discovery_done to finally-catch vol.Error
* Just use try..finally
* Remove extra line
* use elif to avoid log confusion
2023-01-30 14:38:21 -05:00
Paulus Schoutsen
a491bfe84c
Bumped version to 2023.2.0b5
2023.2.0b5
2023-01-30 09:13:30 -05:00
Erik Montnemery and Paulus Schoutsen
423acfa93b
Drop minus sign on negative zero ( #86939 )
...
* Drop minus sign on negative zero
* Add tests
2023-01-30 09:13:26 -05:00
J. Nick Koston and Paulus Schoutsen
f14771ccf2
Fix old indices not being removed in schema migration leading to slow MySQL queries ( #86917 )
...
fixes #83787
2023-01-30 09:13:25 -05:00
Thomas Schamm and Paulus Schoutsen
07e9b0e98b
Add Bosch SHC description and host form strings ( #86897 )
...
* Add description to setup SHC II. Add missing host info in reauth_confirm
* Remove template value in en.json
2023-01-30 09:13:24 -05:00
J. Nick Koston and Paulus Schoutsen
0d27ee4fd8
Cache the names and area lists in the default agent ( #86874 )
...
* Cache the names and area lists in the default agent
fixes #86803
* add coverage to make sure the entity cache busts
* add areas test
* cover the last line
2023-01-30 09:13:22 -05:00
Robert Hillis and Paulus Schoutsen
71b13d8f3e
Address Google mail late review ( #86847 )
2023-01-30 09:13:21 -05:00
63c218060b
Ignore empty payloads from DSMR Reader ( #86841 )
...
* Ignore empty payloads from DSMR Reader
* Simplify empty payload handling
If the native value hasn't changed, requesting to store it won't have a performance impact.
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2023-01-30 09:13:20 -05:00
Paulus Schoutsen
8a9de2671b
Bumped version to 2023.2.0b4
2023.2.0b4
2023-01-28 22:07:57 -05:00
J. Nick Koston and Paulus Schoutsen
85d5ea2eca
Fix v32 schema migration when MySQL global.time_zone is configured with non-UTC timezone ( #86867 )
...
* Fix v32 schema migration when MySQL timezone is not UTC
* tweak
2023-01-28 22:07:54 -05:00
Martin Hjelmare and Paulus Schoutsen
55b5b36c47
Fix tradfri air quality device class ( #86861 )
2023-01-28 22:07:52 -05:00
J. Nick Koston and Paulus Schoutsen
c9cf3c29f8
Improve websocket throughput of state changes ( #86855 )
...
After the start event we tend to get an event storm of state
changes which can get the websocket behind. #86854 will
help with that a bit, but we can reduce the overhead
to build a state diff when the attributes have not
changed
2023-01-28 22:07:52 -05:00
Robert Hillis and Paulus Schoutsen
6db9653a87
Fix D-Link attributes ( #86842 )
...
* Fix D-Link attributes
* fix blocking call
2023-01-28 22:07:51 -05:00
Paul Bottein and Paulus Schoutsen
9adaf27064
Update frontend to 20230128.0 ( #86838 )
2023-01-28 22:07:50 -05:00
Paulus Schoutsen
69ed30f743
Bumped version to 2023.2.0b3
2023.2.0b3
2023-01-27 22:54:05 -05:00
shbatm and Paulus Schoutsen
d33373f6ee
Check for missing ISY994 Z-Wave Properties ( #86829 )
...
* Check for missing Z-Wave Properties
* Fix black from mobile
2023-01-27 22:54:01 -05:00
Robert Hillis and Paulus Schoutsen
bedf5fe6cd
Fix D-Link config flow auth ( #86824 )
2023-01-27 22:54:00 -05:00
Bouwe Westerdijk and Paulus Schoutsen
29eb7e8f9e
Bump plugwise to v0.27.4 ( #86812 )
...
fixes undefined
2023-01-27 22:53:59 -05:00
J. Nick Koston and Paulus Schoutsen
60b96f19b7
Fix Bluetooth discoveries missing between restarts ( #86808 )
...
* Fix Bluetooth discoveries missing between restarts
* do not load other integrations
* coverage
2023-01-27 22:53:58 -05:00
J. Nick Koston and Paulus Schoutsen
0a6ce35e30
Chunk MariaDB and Postgresql data migration to avoid running out of buffer space ( #86680 )
...
* Chunk MariaDB data migration to avoid running out of buffer space
This will make the migration slower but since the innodb_buffer_pool_size
is using the defaul to 128M and not tuned to the db size there is a
risk of running out of buffer space for large databases
* Update homeassistant/components/recorder/migration.py
* hard code since bandit thinks its an injection
* Update homeassistant/components/recorder/migration.py
* guard against manually modified data/corrupt db
* adjust to 10k per chunk
* adjust to 50k per chunk
* memory still just fine at 250k
* but slower
* commit after each chunk to reduce lock pressure
* adjust
* set to 0 if null so we do not loop forever (this should only happen if the data is missing)
* set to 0 if null so we do not loop forever (this should only happen if the data is missing)
* tweak
* tweak
* limit cleanup
* lower limit to give some more buffer
* lower limit to give some more buffer
* where required for sqlite
* sqlite can wipe as many as needed with no limit
* limit on mysql only
* chunk postgres
* fix limit
* tweak
* fix reference
* fix
* tweak for ram
* postgres memory reduction
* defer cleanup
* fix
* same order
2023-01-27 22:53:57 -05:00
Paulus Schoutsen
6397cc5d04
Bumped version to 2023.2.0b2
2023.2.0b2
2023-01-26 21:47:21 -05:00
Jesse Hills and Paulus Schoutsen
b7311dc655
Remove esphome password from config flow data if not needed ( #86763 )
...
* Remove esphome password if not needed
* Add test
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-01-26 21:47:00 -05:00
Paulus Schoutsen
e20c7491c1
ESPHome update: Store reference to runtime data, not one of its values ( #86762 )
...
Store reference to runtime data, not one of its values
2023-01-26 21:46:59 -05:00
Aaron Bach and Paulus Schoutsen
8cbefd5f97
Fix state class issues in Ambient PWS ( #86758 )
...
fixes undefined
2023-01-26 21:46:58 -05:00
Paulus Schoutsen
c7665b479a
OpenAI: Fix device without model ( #86754 )
2023-01-26 21:46:57 -05:00
Shay Levy and Paulus Schoutsen
4f2966674a
Bump aioshelly to 5.3.1 ( #86751 )
2023-01-26 21:46:56 -05:00
Franck Nijhof and Paulus Schoutsen
b464179eac
Fix state classes for duration device class ( #86727 )
2023-01-26 21:46:55 -05:00
Franck Nijhof and Paulus Schoutsen
cd59705c4b
Remove gas device class from current sensor in dsmr_reader ( #86725 )
2023-01-26 21:46:54 -05:00
Martin Hjelmare and Paulus Schoutsen
77bd23899f
Bump python-matter-server to 2.0.2 ( #86712 )
2023-01-26 21:46:53 -05:00
David F. Mulcahey and Paulus Schoutsen
d211603ba7
Update Inovelli Blue Series switch support in ZHA ( #86711 )
2023-01-26 21:46:52 -05:00
Erik Montnemery and Paulus Schoutsen
1dc3bb6eb1
Terminate strings at NUL when recording states and events ( #86687 )
2023-01-26 21:46:51 -05:00