1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-26 14:47:38 +00:00

61795 Commits

Author SHA1 Message Date
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
Paulus Schoutsen
6c73b9024b Bumped version to 2023.3.0b7 2023.3.0b7 2023-02-28 22:18:39 -05:00
Michael Hansen
59a9ace171 Update intent sentences package ()
* Actually use translated state names in response

* Change test result now that locks are excluded from HassTurnOn

* Bump home-assistant-intents and hassil versions
2023-02-28 22:18:32 -05:00
PatrickGlesner
e751948bc8 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:18:31 -05:00
djtimca
702646427d Bump auroranoaa to 0.0.3 ()
* Bump aurora_api version to fix issues with NOAA conversion values. Fix 

* update requirements for aurora.

* Add state_class to aurora sensor.

* Fixed environment to run requirements_all script.

* Revert "Add state_class to aurora sensor."

This reverts commit 213e21e8424aafd50242e77bcedc39f0a4b50074.
2023-02-28 22:18:30 -05:00
Tom Harris
8a605b1377 Bump pyinsteon to 1.3.3 ()
Bump pyinsteon
2023-02-28 22:18:29 -05:00
Erik Montnemery
8eb8415d3f Bump py-dormakaba-dkey to 1.0.3 ()
* Bump py-dormakaba-dkey to 1.0.3

* Log unexpected errors in config flow
2023-02-28 22:18:28 -05:00
Volker Stolz
9f3f71d0c3 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 22:18:28 -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 4e73dd567be42c74d0db4a51bac8d7aa9d7c93e7.

* 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
Erik Montnemery
39f5f0946e
Store source entity in switch_as_x entity options () 2023-02-28 21:15:44 -05:00
J. Nick Koston
8f6cfc25c0
Use ulid-transform for constructing ulids ()
* Use ulid-transform for constructing ulids

A future PR will use the new library to reduce the storage
overhead of ulids in the database

* tweak

* tweak

* bump
2023-02-28 21:09:47 -05:00
Michael Hansen
e0bdb3ecc3
Update intent sentences package ()
* Actually use translated state names in response

* Change test result now that locks are excluded from HassTurnOn

* Bump home-assistant-intents and hassil versions
2023-02-28 21:07:18 -05:00
djtimca
c5e39f7039
Add state class to Aurora ()
* Bump aurora_api version to fix issues with NOAA conversion values. Fix 

* update requirements for aurora.

* Add state_class to aurora sensor.

* Fixed environment to run requirements_all script.

* Revert "Add state_class to aurora sensor."

This reverts commit 213e21e8424aafd50242e77bcedc39f0a4b50074.

* Add state class to aurora sensor.

* Revert "Fixed environment to run requirements_all script."

This reverts commit f3f624226ee2d1853c4a6220dfa6456b4d86da5c.

* Revert "update requirements for aurora."

This reverts commit a3546ad88d33e127e84030764d0e3e40401a8865.

* Revert "Bump aurora_api version to fix issues with NOAA conversion values. Fix "

This reverts commit faf3ba7b5b25aeedb5041f196de84e4fa55d4c89.

* Move state class to _attr_state_class.
2023-02-28 23:47:29 +01:00
djtimca
dccd3e277e
Bump auroranoaa to 0.0.3 ()
* Bump aurora_api version to fix issues with NOAA conversion values. Fix 

* update requirements for aurora.

* Add state_class to aurora sensor.

* Fixed environment to run requirements_all script.

* Revert "Add state_class to aurora sensor."

This reverts commit 213e21e8424aafd50242e77bcedc39f0a4b50074.
2023-02-28 23:33:05 +01:00
Tom Harris
47a3c27c9a
Bump pyinsteon to 1.3.3 ()
Bump pyinsteon
2023-02-28 15:34:07 -05:00
Erik Montnemery
ad55a5db11
Bump py-dormakaba-dkey to 1.0.3 ()
* Bump py-dormakaba-dkey to 1.0.3

* Log unexpected errors in config flow
2023-02-28 15:33:50 -05:00
Erik Montnemery
69ce6980d6
Add number + sensor device class energy storage ()
* Add number + sensor device class energy storage

* Format code

* Update device automations
2023-02-28 19:35:43 +01:00
Paulus Schoutsen
b82da9418d Bumped version to 2023.3.0b6 2023.3.0b6 2023-02-28 12:13:24 -05:00
Erik Montnemery
38cf725075 Fix Dormakaba dKey binary sensor () 2023-02-28 12:12:52 -05:00
Franck Nijhof
04cedab8d4 Small improvements to middleware filter ()
Small improvements middleware filter
2023-02-28 12:12:51 -05:00
Erik Montnemery
2238a3f201 Reset state of template cover on error () 2023-02-28 12:12:50 -05:00
Marcel van der Veldt
f58ca17926 Bump aiohue library to version 4.6.2 ()
* Bump aiohue library to 4.6.2

* Fix long press (fixed in aiohue lib)

* fix test
2023-02-28 12:12:48 -05:00
Marcel van der Veldt
d5e517b874 Do not create Area for Hue zones ()
Do not create HA area for Hue zones
2023-02-28 12:12:47 -05:00
Bram Kragten
f9eeb4f4d8 Fix string for OTBR config flow abort () 2023-02-28 12:12:46 -05:00
Marcel van der Veldt
86d5e4aaa8 Fix removal of non device-bound resources in Hue ()
Fix removal of non device-bound resources (like entertainment areas)
2023-02-28 12:12:45 -05:00
b-uwe
a56935ed7c Add virtual integration for HELTUN () 2023-02-28 12:12:44 -05:00
Erik Montnemery
fc56c958c3 Only allow channel 15 during configuration of OTBR ()
* Only allow channel 15 during automatic configuration of OTBR

* Also force channel 15 when creating a new network
2023-02-28 12:12:43 -05:00
Erik Montnemery
a8e1dc8962 Create repairs issue if Thread network is insecure ()
* Bump python-otbr-api to 1.0.5

* Create repairs issue if Thread network is insecure

* Address review comments
2023-02-28 12:12:11 -05:00
Erik Montnemery
32b138b6c6 Add WS API for creating a Thread network ()
* Add WS API for creating a Thread network

* Add tests
2023-02-28 12:11:14 -05:00
b-uwe
c444e1c860
Add virtual integration for HELTUN () 2023-02-28 18:09:52 +01:00
Erik Montnemery
2112c66804 Add confirm step to thread zeroconf flow ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-02-28 12:08:18 -05:00
Franck Nijhof
95ed6fbc08
Small improvements to middleware filter ()
Small improvements middleware filter
2023-02-28 12:07:17 -05:00
Erik Montnemery
8321443193
Fix Dormakaba dKey binary sensor () 2023-02-28 12:07:01 -05:00