J. Nick Koston
c6e56c26b3
Fix logbook not setting up with an recorder filter that has empty fields ( #72869 )
2022-06-01 22:12:00 -07:00
GitHub Action
7746715590
[ci skip] Translation update
2022-06-02 00:27:51 +00:00
Bram Kragten
d1a8f1ae40
Update frontend to 20220601.0 ( #72855 )
2022-06-02 00:04:14 +02:00
Arne Mauer
321394d3e2
Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component ( #72826 )
...
* Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component
* Fixed black and flake8 test
2022-06-01 18:00:58 -04:00
Aidan Timson
2ba45a9f99
System Bridge 3.x.x ( #71218 )
...
* Change to new package and tcp
* Rework integration pt1
* Show by default
* Handle auth error
* Use const
* New version avaliable (to be replaced in future by update entity)
* Remove visible
* Version latest
* Filesystem space use
* Dev package
* Fix sensor
* Add services
* Update package
* Add temperature and voltage
* GPU
* Bump package version
* Update config flow
* Add displays
* Fix displays connected
* Round to whole number
* GPU fan speed in RPM
* Handle disconnections
* Update package
* Fix
* Update tests
* Handle more errors
* Check submodule and return missing uuid in test
* Handle auth error on config flow
* Fix test
* Bump package version
* Handle key errors
* Update package to release version
* Client session in config flow
* Log
* Increase timeout and use similar logic in config flow to init
* 30 secs
* Add test for timeout error
* Cleanup logs
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/system_bridge/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* uuid raise specific error
* Type
* Lambda to functions for complex logic
* Unknown error test
* Bump package to 3.0.5
* Bump package to 3.0.6
* Use typings from package and pydantic
* Use dict()
* Use data listener function and map to models
* Use passed module handler
* Use lists from models
* Update to 3.1.0
* Update coordinator to use passed module
* Improve coordinator
* Add debug
* Bump package and avaliable -> available
* Add version check
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-01 23:54:22 +02:00
kingy444
d6e5c26b24
Add configuration_url to hunterdouglas_powerview ( #72837 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-01 07:41:20 -10:00
Rami Mosleh
74e2d5c5c3
Remove deprecated YAML for `transmission` ( #72832 )
2022-06-01 17:25:49 +02:00
epenet
df5285f681
Improve pylint disable rule in zha ( #72835 )
2022-06-01 16:49:43 +02:00
J. Nick Koston
5d2326386d
Fix logbook spinner never disappearing when all entities are filtered ( #72816 )
2022-06-01 12:33:46 +02:00
starkillerOG
023990577c
Add Motionblinds WoodShutter support ( #72814 )
2022-06-01 12:33:13 +02:00
Paulus Schoutsen
d57a650290
Don't trigger entity sync when Google Assistant gets disabled ( #72805 )
2022-06-01 12:12:54 +02:00
J. Nick Koston
d8b0376942
Fix purge of legacy database events that are not state changed ( #72815 )
2022-06-01 11:56:06 +02:00
J. Nick Koston
e874a04319
Bump sqlalchemy to 1.4.37 ( #72809 )
...
Fixes a bug where reconnects might fail with MySQL 8.0.24+
Changelog: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.37
2022-06-01 10:56:05 +02:00
epenet
1aeba8a9bd
Use Mapping for async_step_reauth in discord ( #72812 )
...
* Fix tests
* Cleanup code accordingly
2022-06-01 09:44:22 +02:00
Christopher Bailey
133cb7ccef
Add package constraint for pydantic ( #72799 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-05-31 20:04:35 -10:00
epenet
a6db25219d
Use Mapping for async_step_reauth in motioneye ( #72769 )
2022-06-01 06:58:29 +02:00
Raman Gupta
394442e8a9
Use device_id for zwave_js/replace_failed_node command ( #72785 )
2022-06-01 06:42:07 +02:00
jjlawren
1ef59d1e73
Cleanup handling of new enqueue & announce features in Sonos ( #72801 )
2022-05-31 21:39:07 -07:00
Diogo Gomes
f6517884b1
Fix #72749 ( #72794 )
2022-05-31 20:40:42 -07:00
jjlawren
275ea5b150
Support add/next/play/replace enqueue options in Sonos ( #72800 )
2022-05-31 20:36:45 -07:00
Erik Montnemery
44f332ed5f
Improve cast HLS detection ( #72787 )
2022-05-31 20:35:56 -07:00
GitHub Action
0df9cc907a
[ci skip] Translation update
2022-06-01 00:27:00 +00:00
Paulus Schoutsen
6d74149f22
Sync entities when enabling/disabling Google Assistant ( #72791 )
2022-05-31 14:58:45 -07:00
Erik Montnemery
02068a2013
Stringify mikrotik device_tracker name ( #72788 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-05-31 11:57:16 -10:00
Michael
3258d572b0
Add re-auth flow to Tankerkoenig ( #72682 )
...
* add reauth flow
* add test
* use Mapping for async_step_reauth arguments
* only update changed data
* improve tests
* use different api key to test reauth
2022-05-31 23:46:12 +02:00
J. Nick Koston
856e1144c9
Ensure the statistics_meta table is using the dynamic row format ( #72784 )
2022-05-31 14:35:28 -07:00
J. Nick Koston
c365454afb
Revert "Initial orjson support ( #72754 )" ( #72789 )
...
This was causing the wheels to fail to build. We need
to workout why when we don't have release pressure
This reverts commit d9d22a9556
.
2022-05-31 13:51:55 -07:00
epenet
9cea936c22
Use Mapping for async_step_reauth (t-z) ( #72767 )
...
* Adjust tailscale
* Adjust tautulli
* Adjust tile
* Adjust tractive
* Adjust trafikverket_ferry
* Adjust trafikverket_train
* Adjust unifiprotect
* Adjust uptimerobot
* Adjust verisure
* Adjust vlc_telnet
* Adjust wallbox
* Adjust watttime
* Adjust yale_smart_alarm
2022-05-31 22:44:06 +02:00
Joakim Plate
84779482b8
Don't set headers kwargs multiple times ( #72779 )
2022-05-31 13:08:50 -07:00
J. Nick Koston
35ee4ad55b
Prevent live logbook from sending state changed events when we only want device ids ( #72780 )
2022-05-31 13:08:04 -07:00
David F. Mulcahey
7854aaa746
Bump ZHA quirks lib to 0.0.75 ( #72765 )
2022-05-31 12:24:35 -07:00
J. Nick Koston
935ef79156
Fix queries for logbook context_ids running in the wrong executor ( #72778 )
2022-05-31 12:24:18 -07:00
J. Nick Koston
d9d22a9556
Initial orjson support ( #72754 )
2022-05-31 12:18:11 -07:00
Aaron Bach
a3e1b285cf
Alter RainMachine to not create entities if the underlying data is missing ( #72733 )
2022-05-31 13:09:07 -06:00
Malte Franken
638992f9c4
Make zone condition more robust by ignoring unavailable and unknown entities ( #72751 )
...
* ignore entities with state unavailable or unknown
* test for unavailable entity
2022-05-31 11:34:52 -07:00
Bram Kragten
eda2be8489
Update frontend to 20220531.0 ( #72775 )
2022-05-31 11:30:33 -07:00
J. Nick Koston
52643d9abc
Add support for async_remove_config_entry_device to isy994 ( #72737 )
2022-05-31 08:11:44 -10:00
Khole
a53aaf696c
Fix hive authentication process ( #72719 )
...
* Fix hive authentication process
* Update hive test scripts to add new data
2022-05-31 08:55:00 -07:00
Allen Porter
d31e43b980
Bump google-nest-sdm to `2.0.0` and cleanup nest auth implementation in config flow ( #72770 )
...
Cleanup nest auth implementaton in config flow
2022-05-31 17:53:36 +02:00
Alexey Zimarev
aab3fcad7b
SmartThings issue with unique_id ( #72715 )
...
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2022-05-31 16:35:29 +02:00
Erik Montnemery
78cb0e24bc
Improve integration sensor's time unit handling ( #72759 )
2022-05-31 15:51:38 +02:00
Martin Hjelmare
8140ed724c
Remove mysensors yaml ( #72761 )
2022-05-31 15:22:31 +02:00
epenet
cf27b82d2f
Separate words with underscore in onewire ( #72758 )
2022-05-31 12:26:15 +02:00
Thijs W
3ea304aaf1
Improve frontier_silicon style ( #72752 )
2022-05-31 11:56:44 +02:00
J. Nick Koston
5dc4c89acc
Small performance improvement for matching logbook rows ( #72750 )
2022-05-31 10:41:33 +02:00
epenet
ca5f13b576
Allow removing a onewire device ( #72710 )
2022-05-31 10:40:08 +02:00
epenet
627d6f7803
Ensure description_placeholders is always typed ( #72716 )
2022-05-31 10:33:34 +02:00
Thijs W
db9c586404
Address late comments for frontier silicon ( #72745 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-05-31 09:56:25 +02:00
Erik Montnemery
635d7085cf
Move MQTT config schemas and client to separate modules ( #71995 )
...
* Move MQTT config schemas and client to separate modules
* Update integrations depending on MQTT
2022-05-31 09:32:44 +02:00
J. Nick Koston
4ae3929a00
Revert wiz reload on setup_retry discovery ( #72743 )
2022-05-30 22:52:05 -07:00