Commit graph

59849 commits

Author SHA1 Message Date
Jan Bouwhuis
ae04c5d773
Clean up unused and deprecated TLS version setting on MQTT client ()
* Cleanup CONF_TLS_VERSION remains

* Fix diagnostics tests
2023-03-01 18:42:34 +01:00
epenet
bdbec491eb
Enable RUFF ICN001 for registries ()
* Add issue_registry to RUFF extend aliases

* Add area_registry to RUFF extend aliases

* Add device_registry to RUFF extend aliases

* Add entity_registry to RUFF extend aliases

* Adjust scaffold
2023-03-01 12:40:26 -05:00
Paulus Schoutsen
3f32c5d2ad
Yaml use dict ()
* Use built-in dict instead of OrderedDict

* Use dict instead of OrderedDict in YAML
2023-03-01 12:29:57 -05:00
Bram Kragten
89c276bb6b
Update frontend to 20230301.0 () 2023-03-01 11:12:37 -05:00
Stefan Agner
b607a09e4b
Add Home Assistant with space as brand () 2023-03-01 17:10:19 +01:00
epenet
ee78864b05
Adjust entity registry access in homekit tests () 2023-03-01 16:54:00 +01:00
Erik Montnemery
3818e318db
Improve threshold binary sensor tests () 2023-03-01 16:53:42 +01:00
Erik Montnemery
12933353b2
Drop codeowner from threshold integration () 2023-03-01 16:46:19 +01:00
Emory Penney
137d2f0d73
Obihai config flow fixes ()
* Commit split issue

* Clearer name

* Add yaml_failure test case

* Not sure why this is failing now

* Update homeassistant/components/obihai/strings.json

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* PR Feedback

* Update homeassistant/components/obihai/config_flow.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-03-01 16:33:32 +01:00
Maciej Bieniek
79bcdf43f7
Add current sensor for Shelly RPC devices () 2023-03-01 16:26:20 +01:00
epenet
b84eead3f8
Adjust entity registry access in helper tests () 2023-03-01 16:24:31 +01:00
epenet
d65dff3f9e
Adjust entity registry access in tests (2) () 2023-03-01 16:23:36 +01:00
Erik Montnemery
09f1c2318d
Disable gc in-between energy sensor tests () 2023-03-01 16:21:11 +01:00
mkmer
54de16875d
Bump Aiosomecomfort to 0.0.11 () 2023-03-01 16:19:46 +01:00
Mitch
341d046ba7
Bump requests to 2.28.2 ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-03-01 16:17:55 +01:00
starkillerOG
eae12bd48d
Motion Blinds DHCP restrict ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-03-01 16:16:04 +01:00
epenet
b94dffb7d3
Add missing mock in esphome tests () 2023-03-01 16:11:21 +01:00
epenet
9762b684c2
Adjust entity registry access in tests (3) () 2023-03-01 16:04:40 +01:00
epenet
23cdafd12f
Use UnitOfVolumeFlowRate in huisbaasje and plugwise () 2023-03-01 15:26:39 +01:00
Thibaut
0c66346fb0
Add dynamic unit of measurement support for Overkiz sensor ()
* Add dynamic unit support

* Import all units

* Fix typing

* Add fallback to CORE_ELECTRIC_POWER_CONSUMPTION_STATE_MEASURED_VALUE_TYPE

* Fix rebase

* Give priority to the more accurate attribute

* Don’t use hardcoded seconds unit

* Don’t change SensorDescription

* Rework comment
2023-03-01 13:46:26 +01:00
Frédéric Guardia
85f2693353
Fix Google Assistant temperature attribute () 2023-03-01 12:54:07 +01:00
RogerSelwyn
b75879194d
Fix geniushub heating hvac action () 2023-03-01 12:34:41 +01:00
Aaron Godfrey
ab9bd5c29e
Fix todoist filtering custom projects by labels ()
* Fix filtering custom projects by labels.

* Don't lowercase the label.

* Labels are case-sensitive, don't lowercase them.
2023-03-01 12:01:54 +01:00
Mitch
42a69566ac
Bump nuheat to 1.0.1 () 2023-03-01 11:39:14 +01:00
Erik Montnemery
fca5cc6ea3
Add number + sensor device class volume storage ()
* Add number + sensor device class volume storage

* Fix typo

* Format code

* Update device automations
2023-03-01 11:22:57 +01:00
Erik Montnemery
29b049fc57
Don't create new venv if script/setup is run from within a venv () 2023-03-01 11:11:29 +01:00
epenet
6febe00516
Fix lingering task in entity_platform test ()
* Fix lingering task in entity_platform test

* Speed up the test
2023-03-01 10:49:13 +01:00
epenet
ed3cdd8fb9
Fix lingering task in timeout test () 2023-03-01 09:42:55 +01:00
epenet
1fa3f32474
Add missing mock in notion tests () 2023-03-01 09:41:55 +01:00
epenet
853bd52a22
Adjust entity registry access in tests (1) () 2023-03-01 09:11:14 +01:00
J. Nick Koston
202bed5d51
Fix lingering reload task in notion reauth ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-03-01 09:07:46 +01:00
Erik Montnemery
9ab95b6348
Revert "Add state_class = MEASUREMENT to Derivative sensor ()" () 2023-03-01 08:53:05 +01:00
epenet
42b74e7f56
Adjust entity registry access in integrations (3) () 2023-03-01 08:24:56 +01:00
epenet
f69d76702a
Adjust entity registry access in integrations (2) () 2023-03-01 08:02:51 +01:00
epenet
b3d6f098d2
Adjust entity registry access in integrations (1) () 2023-03-01 08:02:34 +01:00
epenet
f2b736fad0
Adjust entity registry access in core platforms ()
* Adjust entity registry access in platforms

* Adjust more core components
2023-03-01 08:02:16 +01:00
epenet
50f908ce2d
Use load_json_object in fitbit ()
* Use load_json_object in fitbit

* Remove unnecessary cast
2023-03-01 07:44:29 +01:00
epenet
95dd62186e
Use json_loads_object in arwn () 2023-03-01 07:43:33 +01:00
Marius Stedjan
9fc6700c5a
Add ZWaveDiscoverySchema for Merten 507801 ()
* Add ZWaveDiscoverySchema for Merten 507801

* Add discovery tests to Merten 507801 z-wave device

* Add Z-Wave discovery schemas for Merten 507801 to disable endpoint 2 by default

* Add more discovery tests for Merten 507801 z-wave device
2023-03-01 00:47:47 -05:00
Chuck Deal
09d0128601
Add diagnostics to VeSync ()
* Add diagnostics to VeSync

* Create unit tests for diagnostics and init

* Improved diagnostic test coverage

* Peer review fixes

* Fixed Peer Review comments

* Updated based on Peer Review

* Additional diagnostic redactions

* Removed account_id from diagnostic output
2023-02-28 22:12:48 -05:00
PatrickGlesner
5b49648846
Update Tado services.yaml defaults ()
Update services.yaml

Deletes default values in 'time_period' and 'requested_overlay' fields in 'set_climate_timer'.
2023-02-28 22:02:52 -05:00
epenet
3e8716b37e
Adjust AddEntitiesCallback import (part 2) () 2023-02-28 22:01:36 -05:00
epenet
c724e7c29f
Adjust registry access in openai_conversation () 2023-02-28 21:59:44 -05:00
epenet
246f9784c8
Adjust registry access in Google Assistant () 2023-02-28 21:59:26 -05:00
epenet
ee781e4f49
Adjust registry access in scripts () 2023-02-28 21:58:47 -05:00
epenet
54f709f704
Adjust registry access in intent () 2023-02-28 21:58:19 -05:00
epenet
1bed5c7775
Adjust registry access in tests root () 2023-02-28 21:56:46 -05:00
epenet
0e4c32efe2
Adjust registry access in conversation () 2023-02-28 21:56:18 -05:00
epenet
6ab0b2751d
Adjust issue_registry imports ()
* Add issue_registry to RUFF extend aliases

* Adjust code accordingly

* Revert "Add issue_registry to RUFF extend aliases"

This reverts commit 4e73dd567b.

* Revert changes to common.py
2023-02-28 21:55:44 -05:00
Volker Stolz
86acc4262e
Introduce a UUID configuration option for API token ()
* Introduce a UUID configuration option for API token. ()

If the uuid is configured, it will be used in the HTTP headers. Otherwise,
we'll hash the salted instance URL which should be good enough(tm).

* Generate random 6-digit uuid on startup.
2023-02-28 21:52:45 -05:00