rappenze
be7818fafb
Update pyfibaro dependency ( #97004 )
2023-07-21 15:32:17 +02:00
Michael Davie
fe140bdca3
Bump env_canada to v0.5.36 ( #96987 )
2023-07-21 15:32:13 +02:00
J. Nick Koston
4644355eff
Fix task leak on config entry unload/retry ( #96981 )
...
Since the task was added to self._tasks without a `task.add_done_callback(self._tasks.remove)`
each unload/retry would leak a new set of tasks
2023-07-21 15:32:10 +02:00
Joost Lekkerkerker
fd3bdeaef1
Remove stateclass from Systemmonitor process sensor ( #96973 )
...
Remove stateclass
2023-07-21 15:32:05 +02:00
Franck Nijhof
26584e3660
Update aiohttp to 3.8.5 ( #96945 )
2023-07-21 15:31:59 +02:00
Marc Mueller
b3da2ea9a6
Update pytest-socket to 0.6.0 ( #97011 )
2023-07-21 15:29:15 +02:00
rappenze
9434a64b87
Update pyfibaro dependency ( #97004 )
2023-07-21 09:22:45 -04:00
Joost Lekkerkerker
9954208d3a
Move OpenSky constants to separate const file ( #97013 )
2023-07-21 15:20:24 +02:00
Marc Mueller
7d173bf4e5
Update pytest-cov to 4.1.0 ( #97010 )
2023-07-21 15:07:12 +02:00
Maciej Bieniek
2e156e56bf
Create an issue if Shelly TRV is not calibrated ( #96952 )
...
* Create issue if Shelly Valve is not calibrated
* Add test
* Improve test
* Improve issue description
* Restart -> reboot
2023-07-21 14:20:03 +02:00
Marc Mueller
878a4f1bb9
Update pytest-freezer to 0.4.8 ( #97000 )
2023-07-21 14:15:15 +02:00
G Johansson
58ce357870
Add uv_index to Weather Entity ( #96951 )
...
* Add uv_index to Weather Entity
* translation
* Update homeassistant/components/weather/__init__.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-07-21 14:07:10 +02:00
karwosts
9b0d4c8c03
Fix a translation bug for water price issue ( #96958 )
2023-07-21 13:00:18 +02:00
Jan Bouwhuis
447fbf58c9
Change naming of MQTT entities to correspond with HA guidelines ( #95159 )
...
* Set has_entity_name if device_name is set
* revert unneeded formatting change
* Add image platform
* Follow up comment
* Don't set `has_entity_name` without device name
* Only set has_entity_name if a valid name is set
* Follow device_class name and add tests
* Follow up comments add extra tests
* Move to helper - Log a warning
* fix test
* Allow to assign None as name explictly
* Refactor
* Log info messages when device name is not set
* Revert scene schema change - no device link
* Always set has_entity_name with device mapping
* Always set `_attr_has_entity_name`
* Cleanup
2023-07-21 12:52:10 +02:00
Franck Nijhof
747f4d4a73
Add event entity ( #96797 )
2023-07-21 12:16:35 +02:00
Renier Moorcroft
4916351d9a
Add EZVIZ AlarmControlPanelEntity ( #96602 )
...
* Add ezviz alarm panel
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Joakim Plate <elupus@ecce.se>
2023-07-21 12:01:02 +02:00
Joost Lekkerkerker
33c2fc008a
Add diagnostics to YouTube ( #96975 )
2023-07-21 11:58:49 +02:00
Franck Nijhof
e4d65cbae1
Update syrupy to 4.0.8 ( #96990 )
2023-07-21 11:57:40 +02:00
Joost Lekkerkerker
52313bfce5
Clean up Ombi const file ( #95541 )
2023-07-21 11:55:31 +02:00
Joost Lekkerkerker
4fa9f25e38
Clean up logi circle const ( #95540 )
2023-07-21 10:03:49 +02:00
Joost Lekkerkerker
d935c18f38
Add entity translations to Daikin ( #95181 )
2023-07-21 10:02:05 +02:00
Joost Lekkerkerker
b39f7d6a71
Add snapshot testing to YouTube ( #96974 )
2023-07-21 09:54:06 +02:00
Joost Lekkerkerker
e9eb8a4754
Remove stateclass from Systemmonitor process sensor ( #96973 )
...
Remove stateclass
2023-07-21 09:00:04 +02:00
J. Nick Koston
e2394b34bd
Cache version compare in update entity ( #96978 )
2023-07-21 08:56:34 +02:00
Marc Mueller
32d63ae890
Fix sentry test assert ( #96983 )
2023-07-21 08:55:44 +02:00
Michael Davie
92eaef9b18
Bump env_canada to v0.5.36 ( #96987 )
2023-07-21 08:54:57 +02:00
Ernst Klamer
4e964c3819
Bump xiaomi-ble to 0.19.1 ( #96967 )
...
* Bump xiaomi-ble to 0.19.0
* Bump xiaomi-ble to 0.19.1
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-21 00:13:56 -05:00
J. Nick Koston
28ff173f16
Only lookup hostname/ip_address/mac_address once in device_tracker ( #96984 )
2023-07-21 00:07:06 -05:00
Jan Bouwhuis
b504665b56
Do not override extra_state_attributes property for MqttEntity ( #96890 )
2023-07-21 06:35:58 +02:00
J. Nick Koston
c067c52cf4
Fix translation key in profiler integration ( #96979 )
2023-07-20 21:40:38 -05:00
J. Nick Koston
9fba6870fe
Fix task leak on config entry unload/retry ( #96981 )
...
Since the task was added to self._tasks without a `task.add_done_callback(self._tasks.remove)`
each unload/retry would leak a new set of tasks
2023-07-20 21:00:07 -04:00
J. Nick Koston
99def97ed9
Add cancel messages to core task cancelation ( #96972 )
2023-07-20 18:03:36 -05:00
J. Nick Koston
6818cae072
Bump aioesphomeapi to 15.1.13 ( #96964 )
2023-07-20 16:05:17 -05:00
Franck Nijhof
e9a63b7501
Use default icon for demo button entity ( #96961 )
2023-07-20 23:02:59 +02:00
J. Nick Koston
b7bcc1eae4
Bump yalexs-ble to 2.2.3 ( #96927 )
2023-07-20 22:20:15 +02:00
Franck Nijhof
7389fea223
Fix OTBR tests on RC ( #96966 )
2023-07-20 21:09:59 +02:00
Brandon Rothweiler
55e5947330
Upgrade pymazda to 0.3.10 ( #96954 )
2023-07-20 21:07:06 +02:00
Jonathan Jogenfors
35ab024298
Add custom bypass night arming to SIA alarm codes ( #95736 )
...
* Add SIA codes for night arming with custom bypass
* Set night custom bypass to ARMED_CUSTOM_BYPASS
2023-07-20 21:07:02 +02:00
J. Nick Koston
71ca976d58
Fix esphome entity ids in test ( #96965 )
2023-07-20 21:05:08 +02:00
J. Nick Koston
e9620c62b8
Fix assertions in zeroconf tests ( #96957 )
2023-07-20 20:36:46 +02:00
J. Nick Koston
2a13515759
Bump aiohomekit to 2.6.9 ( #96956 )
2023-07-20 13:18:33 -05:00
Brandon Rothweiler
da5cba8083
Upgrade pymazda to 0.3.10 ( #96954 )
2023-07-20 13:16:08 -05:00
Franck Nijhof
d36d233885
Update pipdeptree to 2.10.2 ( #96940 )
2023-07-20 16:12:14 +02:00
Franck Nijhof
c99adf54b4
Update aiohttp to 3.8.5 ( #96945 )
2023-07-20 16:11:14 +02:00
Joost Lekkerkerker
fff254e0dc
Avoid using name in Subaru migrations ( #96221 )
...
* Avoid using name in Subaru migrations
* Add feedback
* Update tests/components/subaru/test_sensor.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Update tests/components/subaru/test_sensor.py
Co-authored-by: G-Two <7310260+G-Two@users.noreply.github.com>
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
Co-authored-by: G-Two <7310260+G-Two@users.noreply.github.com>
2023-07-20 14:45:07 +02:00
Jonathan Jogenfors
a381ceed86
Add custom bypass night arming to SIA alarm codes ( #95736 )
...
* Add SIA codes for night arming with custom bypass
* Set night custom bypass to ARMED_CUSTOM_BYPASS
2023-07-20 14:43:38 +02:00
Erik Montnemery
f809ce9033
Update bind_hass docstring to discourage its use ( #96933 )
2023-07-20 13:34:24 +02:00
Franck Nijhof
86d9d9cea5
Disable wheels building for pycocotools ( #96937 )
2023-07-20 13:24:19 +02:00
Franck Nijhof
14b553ddbc
Disable wheels building for pycocotools ( #96937 )
2023-07-20 13:16:02 +02:00
Erik Montnemery
df46179d26
Fix broken service test ( #96943 )
2023-07-20 13:11:55 +02:00