Brandon Rothweiler
58ac3eee3b
Always round down for Mazda odometer entity ( #76500 )
2022-08-10 23:56:20 +02:00
J. Nick Koston
bb0038319d
Add Yale Access Bluetooth integration ( #76182 )
2022-08-10 10:08:02 -10:00
J. Nick Koston
b1497b0857
Simplify switchbot config flow ( #76272 )
2022-08-10 09:02:08 -10:00
Jc2k
0639681991
Add new Bluetooth coordinator helper for polling mostly passive devices ( #76549 )
2022-08-10 18:56:34 +01:00
epenet
982d197ff3
Add number checks to pylint plugin ( #76457 )
...
* Add number checks to pylint plugin
* Adjust ancestor checks
* Add tests
* Add comments in tests
2022-08-10 16:30:58 +02:00
Artem Draft
19295d33ba
Migrate BraviaTV to new async backend ( #75727 )
2022-08-10 13:11:49 +02:00
J. Nick Koston
ad361b8fc2
Fix pairing with HK accessories that do not provide format for vendor chars ( #76502 )
2022-08-09 09:48:48 -10:00
Maciej Bieniek
6eb1dbdb74
Add NextDNS binary sensor platform ( #75266 )
...
* Add binary_sensor platform
* Add tests
* Add quality scale
* Sort coordinators
* Remove quality scale
* Fix docstring
2022-08-09 17:51:04 +02:00
Maciej Bieniek
753a3c0921
Add new sensors to NextDNS integration ( #76262 )
...
* Add DNS-over-HTTP/3 sensors
* Update tests
2022-08-09 17:45:48 +02:00
Álvaro Fernández Rojas
46a8f19197
Update aioqsw to v0.2.0 ( #76509 )
2022-08-09 15:24:53 +02:00
Rami Mosleh
f90d007e73
Add config flow to `android_ip_webcam` ( #76222 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-09 14:08:46 +02:00
Jc2k
7d427ddbd4
Allow parsing to happen in PassiveBluetoothProcessorCoordinator ( #76384 )
2022-08-09 06:36:39 +01:00
Aaron Bach
759503f863
Ensure ConfirmRepairFlow can make use of translation placeholders ( #76336 )
...
* Ensure ConfirmRepairFlow can make use of translation placeholders
* Automatically determine the issue
* Fix tests
* Update homeassistant/components/repairs/issue_handler.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-08-08 16:46:48 -06:00
Sarabveer Singh
01de1c6304
Update HomeKit PM2.5 mappings to US AQI ( #76358 )
2022-08-08 11:49:07 -10:00
Koen van Zuijlen
cefc535edb
Add JustNimbus integration ( #75718 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-08-08 23:35:05 +02:00
Christopher Bailey
d139d1e175
Add UniFi Protect media source ( #73244 )
2022-08-08 10:00:50 -10:00
uvjustin
6540bed59d
Defer preload stream start on startup ( #75801 )
2022-08-08 11:15:31 -04:00
Maciej Bieniek
9f240d5bab
Bump NextDNS backend library ( #76300 )
...
* Bump NextDNS backend library
* Update tests
* Update diagnostics tests
* Use fixtures
2022-08-08 07:52:36 -07:00
Pieter Mulder
7cd4be1310
Add tests for the HDMI-CEC integration ( #75094 )
...
* Add basic tests to the HDMI-CEC component
* Add tests for the HDMI-CEC switch component
* Add test for watchdog code
* Start adding tests for the HDMI-CEC media player platform
Also some cleanup and code move.
* Add more tests for media_player
And cleanup some switch tests.
* Improve xfail message for features
* Align test pyCEC dependency with main dependency
* Make fixtures snake_case
* Cleanup call asserts
* Cleanup service tests
* fix issues with media player tests
* Cleanup MockHDMIDevice class
* Cleanup watchdog tests
* Add myself as code owner for the HDMI-CEC integration
* Fix async fire time changed time jump
* Fix event api sync context
* Delint tests
* Parametrize watchdog test
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-08 13:47:05 +02:00
Laz
a1d5a4bc79
Add Escea fireplace integration ( #56039 )
...
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-08 11:48:42 +02:00
Martin Hjelmare
d1ab93fbaf
Add openexchangerates config flow ( #76390 )
2022-08-07 23:45:32 +02:00
Aaron Bach
ceecab9559
Add update entity to RainMachine ( #76100 )
...
* Add update entity to RainMachine
* Fix tests
* Cleanup
* Test missing controller diagnostics
* Code review
2022-08-07 15:21:49 -06:00
J. Nick Koston
33b194e48d
Switch a few recent merges to use FlowResultType ( #76416 )
2022-08-07 10:01:32 -10:00
Aaron Bach
e89459453b
Add more controller-related RainMachine diagnostics ( #76409 )
2022-08-07 13:44:27 -06:00
Avi Miller
d14b76e7fc
Enable the LIFX diagnostic buttons by default ( #76389 )
2022-08-07 08:45:26 -10:00
Martin Hjelmare
a6963e6a38
Add zwave_js usb port selection ( #76385 )
2022-08-07 11:06:03 -04:00
J. Nick Koston
1fe44d0997
Ensure bluetooth recovers if Dbus gets restarted ( #76249 )
2022-08-07 11:03:56 -04:00
Leonardo Figueiro
34984a8af8
Add switch to wilight ( #62873 )
...
* Created switch.py and support
* updated support.py
* test for wilight switch
* Update for Test
* Updated test_switch.py
* Trigger service with index
* Updated support.py and switch.py
* Updated support.py
* Updated switch.py as PR#63614
* Updated switch.py
* add type hints
* Updated support.py
* Updated switch.py
* Updated switch.py and services.yaml
* Updated pywilight
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update ci.yaml
* Update ci.yaml
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Update switch.py
* Update homeassistant/components/wilight/support.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update support.py
* Update switch.py
* Update support.py
* Update support.py
* Update switch.py
* Update switch.py
* Update services.yaml
* Update switch.py
* Update services.yaml
* Update switch.py
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update switch.py
* Update switch.py
* Update switch.py
* Update test_switch.py
* Update test_switch.py
* Update test_switch.py
* Decrease exception scope
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-07 11:07:01 +02:00
Avi Miller
74cfdc6c1f
Add identify and restart button entities to the LIFX integration ( #75568 )
2022-08-06 17:28:30 -10:00
Martin Hjelmare
e864b82c03
Improve mysensors config flow ( #75122 )
...
* Improve mysensors config flow
* Improve form input order
* Update flow tests
2022-08-07 01:22:50 +02:00
Jc2k
1aa0e64354
Update gree to use the network component to set discovery interfaces ( #75812 )
2022-08-06 21:45:44 +01:00
Robert Svensson
c2f026d0a7
Minor deCONZ clean up ( #76323 )
...
* Rename secondary_temperature with internal_temperature
* Prefix binary and sensor descriptions matching on all sensor devices with COMMON_
* Always create entities in the same order
Its been reported previously that if the integration is removed and setup again that entity IDs can change if not sorted in the numerical order
* Rename alarmsystems to alarm_systems
* Use websocket enums
* Don't use legacy pydeconz constants
* Bump pydeconz to v103
* unsub -> unsubscribe
2022-08-06 01:34:27 +02:00
Joakim Plate
cdde4f9925
Add bluetooth API to allow rediscovery of address ( #76005 )
...
* Add API to allow rediscovery of domains
* Switch to clearing per device
* Drop unneded change
2022-08-05 14:49:34 +02:00
Jan Bouwhuis
741efb89d5
Remove deprecated `send_if_off` option for MQTT climate ( #76293 )
...
* Remove `send_if_off` option for mqtt climate
* Use cv.remove()
2022-08-05 13:17:46 +02:00
Erik Montnemery
9aa8838479
Allow storing arbitrary data in repairs issues ( #76288 )
2022-08-05 13:16:29 +02:00
Erik Montnemery
b366090175
Allow creating fixable repairs issues without flows ( #76224 )
...
* Allow creating fixable repairs issues without flows
* Add test
* Adjust test
2022-08-05 12:07:51 +02:00
Erik Montnemery
3b29cbcd61
Support creating persistent repairs issues ( #76211 )
2022-08-05 10:11:20 +02:00
Franck Nijhof
0df4642b62
Remove YAML configuration from Simplepush ( #76175 )
2022-08-04 21:03:26 +02:00
J. Nick Koston
02ad4843b8
Fix flux_led ignored entries not being respected ( #76173 )
2022-08-04 19:44:22 +02:00
Aaron Bach
b2dc810ea4
More explicitly call out special cases with SimpliSafe authorization code ( #76232 )
2022-08-04 19:43:02 +02:00
J. Nick Koston
5d7cef6416
Fix race in bluetooth async_process_advertisements ( #76176 )
2022-08-04 17:58:15 +02:00
J. Nick Koston
63b454c9ed
BLE pairing reliablity fixes for HomeKit Controller ( #76199 )
...
- Remove the cached map from memory when unpairing so
we do not reuse it again if they unpair/repair
- Fixes for accessories that use a config number of
0
- General reliablity improvements to the pairing process
under the hood of aiohomekit
2022-08-04 16:38:55 +01:00
Maciej Bieniek
88a5ab1e1e
Bump NextDNS library ( #76207 )
2022-08-04 14:01:26 +02:00
Jc2k
aa3097a3be
Add a Thread network status sensor to homekit_controller ( #76209 )
2022-08-04 11:55:29 +01:00
Jc2k
d5695a2d86
Fix some homekit_controller pylint warnings and (local only) test failures ( #76122 )
2022-08-04 11:30:37 +01:00
Jan Bouwhuis
e6e5b98bc7
Allow climate operation mode fan_only as custom mode in Alexa ( #76148 )
...
* Add support for FAN_ONLY mode
* Tests for fan_only as custom mode
2022-08-04 09:13:20 +02:00
Jc2k
72a0ca4871
Add homekit_controller thread node capabilties diagnostic sensor ( #76120 )
2022-08-03 22:03:10 +01:00
Martin Hjelmare
842cc060f8
Fix zwave_js addon info ( #76044 )
...
* Add add-on store info command
* Use add-on store info command in zwave_js
* Fix init tests
* Update tests
* Fix method for addon store info
* Fix response parsing
* Fix store addon installed response parsing
* Remove addon info log that can contain network keys
* Add supervisor store addon info test
* Default to version None if add-on not installed
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-08-03 22:33:05 +02:00
J. Nick Koston
bf931f1225
Handle additional bluetooth start exceptions ( #76096 )
2022-08-02 13:46:43 -10:00
Jc2k
a0adfb9e62
Fix serialization of Xiaomi BLE reauth flow ( #76095 )
...
* Use data instead of context to fix serialisation bug
* Test change to async_start_reauth
2022-08-02 21:38:38 +01:00