Aaron Bach
7ba234a7ad
Add missing SimpliSafe alarm states ( #82813 )
2022-11-28 10:51:30 +01:00
epenet
ac896121d3
Use _attr in pandora media player ( #82835 )
2022-11-28 10:47:11 +01:00
epenet
19abba7f6b
Use _attr in onkyo media player ( #82832 )
2022-11-28 10:42:38 +01:00
epenet
9ecbcd2d8f
Use _attr_state in panasonic bluray media player ( #82834 )
2022-11-28 10:40:32 +01:00
epenet
9802c2a646
Use _attr in nad media player ( #82831 )
2022-11-28 10:35:57 +01:00
epenet
841c408344
Use _attr in pjlink media player ( #82836 )
2022-11-28 10:33:08 +01:00
epenet
cee716b892
Use _attr_state in ziggo mediabox xl media player ( #82844 )
2022-11-28 10:31:16 +01:00
epenet
622466b3d3
Use _attr_state in russound met media player ( #82839 )
2022-11-28 10:30:15 +01:00
epenet
7a1907e540
Enforce MediaPlayerState in denonavr media player ( #82847 )
2022-11-28 10:25:20 +01:00
epenet
afe01c2434
Use attributes in demo media player ( #78040 )
2022-11-28 10:19:47 +01:00
Matthias Alphart
e738df502b
Fix KNX secure config switching from manual to keyfile ( #82724 )
2022-11-28 10:18:45 +01:00
epenet
8a20a90324
Use SchemaOptionsFlowHandler in asuswrt ( #82806 )
2022-11-28 09:56:08 +01:00
Erik Montnemery
67e4f2c202
Raise repairs issue if country is not configured ( #82685 )
2022-11-28 09:54:13 +01:00
epenet
b2b3e14810
Use OptionsFlowWithConfigEntry in androidtv ( #82805 )
2022-11-28 09:47:40 +01:00
epenet
6e37aa425b
Use _attr_state in gstreamer media player ( #82846 )
2022-11-28 09:46:45 +01:00
epenet
b7f1ebe13c
Use _attr_state in mediaroom media player ( #82830 )
2022-11-28 09:29:46 +01:00
epenet
ff67374901
Use _attr_state in lg-netcast media player ( #82828 )
2022-11-28 09:29:28 +01:00
epenet
3e35d869d2
Use _attr_state in horizon media player ( #82827 )
2022-11-28 09:29:04 +01:00
epenet
9ea8e0a7ca
Use _attr_state in harman kardon avr media player ( #82826 )
2022-11-28 09:28:08 +01:00
epenet
5be36912b2
Use _attr_state in openhome media player ( #82833 )
2022-11-28 09:19:41 +01:00
epenet
a236836796
Fix typo in helper docstring ( #82824 )
2022-11-28 09:15:16 +01:00
Shay Levy
f97ac9fdcd
Add Switcher button platform ( #81245 )
2022-11-28 10:06:14 +02:00
epenet
ec823582eb
Use OptionsFlowWithConfigEntry in axis ( #82804 )
2022-11-28 07:39:47 +01:00
Matthias Alphart
cb06f8b668
KNX Config/OptionsFlow: minimize wait time for interface discovery ( #81982 )
...
* Minimize wait time for interface discovery
* fix OptionsFlow when connection failed
there is no `self.hass.data["KNX"]` when we are in retry mode after failed integration setup
* review changes
* fix new tests
2022-11-28 07:03:51 +01:00
J. Nick Koston
d451a74c2d
Add a destruction check to the ESPHome bluetooth client ( #82760 )
2022-11-27 21:17:35 -05:00
Duco Sebel
367b5e586b
Add support for HomeWizard identify feature ( #82375 )
...
* Add support for Identify feature
* Add tests for button
* Use only identifiers for device_info
* Update homeassistant/components/homewizard/button.py
2022-11-27 20:48:35 -05:00
GitHub Action
b65d8cc1b3
[ci skip] Translation update
2022-11-28 00:23:09 +00:00
Matthias Alphart
4517af509c
Add support for KNX IP-Secure routing ( #82765 )
...
* always use instance variable for new entry data
- change `self._tunneling_config` to non-optional `self.new_entry_data`
- always use self.new_entry_data in `finish_flow()`
* support secure routing
* amend current tests
* use sync latency tolerance
* test secure routing config flow
* diagnostics redact backbone_key
* test xknx library setup
* check length of backbone_key
* better readable key validation
2022-11-27 23:33:12 +01:00
J. Nick Koston
d6e287f47a
Add manufacturer and model to bluetooth adapter device ( #82769 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-11-27 15:44:44 -05:00
Álvaro Fernández Rojas
873b903cf0
Add QNAP QSW binary sensors for each port ( #76522 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-27 15:34:14 -05:00
Robert Hillis
8a1805fa89
Add Do Not Disturb sensor to Slack ( #72380 )
2022-11-27 15:31:38 -05:00
Mask3007
e1572872a1
Update holidays dependency to latest 0.17.2 ( #82794 )
...
fixes undefined
2022-11-27 15:14:21 -05:00
Robert Svensson
3853182ccf
Add deconz_relative_rotary event for Hue Tap Dial ( #82727 )
2022-11-27 15:01:58 -05:00
Aaron Bach
4928c3d683
Add missing SimpliSafe keypad battery sensor ( #82797 )
2022-11-27 14:59:54 -05:00
J. Nick Koston
f0ae1cc6ce
Add bluetooth diagnostics to esphome ( #82761 )
2022-11-27 14:59:37 -05:00
J. Nick Koston
3e3138ef1b
Bump yalexs-ble to 1.9.6 ( #82779 )
2022-11-27 14:58:32 -05:00
Allen Porter
682486c864
Bump pyrainbird to 0.6.3 and drop dependency conflict count ( #82800 )
2022-11-27 14:49:47 -05:00
uvjustin
31ad208500
Use async with to fetch HTTP streams in tests ( #82788 )
2022-11-27 14:35:03 -05:00
Michael
444ad52757
Fix info message in config_entries handle_reload ( #82798 )
2022-11-27 14:34:01 -05:00
J. Nick Koston
6662dbf3c8
Bump bluetooth-auto-recovery to 0.5.2 ( #82768 )
2022-11-27 14:27:59 -05:00
Duco Sebel
27bd1520e8
Add support for HomeWizard enable/disable cloud feature ( #82573 )
2022-11-27 14:26:15 -05:00
Daniel Hjelseth Høyer
093bd00807
Update pyTibber to 0.26.1 ( #82787 )
...
* Update tibber library, 0.26.0
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* 0.26.1
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-11-27 16:46:42 +01:00
mkmer
cf249d85ee
Bump AIOAladdinConnect to 0.1.48 ( #82791 )
2022-11-27 05:31:41 -10:00
J. Nick Koston
8345176ccc
Adjust pip check for four conflicts ( #82777 )
2022-11-27 10:31:32 +01:00
GitHub Action
4becb9454b
[ci skip] Translation update
2022-11-27 00:26:07 +00:00
G Johansson
528a4819f0
Bump pytrafikverket to 0.2.2 ( #82739 )
...
Bump pytrafikverket 0.2.2
2022-11-27 00:06:49 +02:00
G Johansson
c2d52f8fcb
Fix duplicate "devices" in DNSIP ( #82741 )
...
* duplicate device
* clean
2022-11-27 00:05:54 +02:00
G Johansson
6cfb40f080
Bump pysensibo to 1.0.22 ( #82738 )
...
fixes undefined
2022-11-26 11:14:11 -10:00
uvjustin
9390359fe3
Bump httpx to 0.23.1 ( #82725 )
2022-11-26 10:04:22 -10:00
J. Nick Koston
05f89efd2c
Fix homekit controller triggers not attaching when integration is setup after startup ( #82717 )
...
fixes https://github.com/home-assistant/core/issues/78852
2022-11-26 09:19:06 -10:00