Joakim Sørensen
3655958d26
Seperate timeout errors in rest requests ( #78710 )
2022-09-18 21:38:27 +02:00
Arto Jantunen
8fd18cda30
Fix Vallox extract and supply fan speed measurement units ( #77692 )
2022-09-18 21:35:19 +02:00
Brett Adams
fa7f04c34b
Code Quality Improvements for Advantage Air ( #77695 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-09-18 21:27:09 +02:00
Raman Gupta
4fbf44cced
Create repair issue if zwave-js-server is too old ( #78670 )
...
* Create repair issue if zwave-js-server is too old
* Switch is_fixable to false
* review comments
2022-09-18 21:25:37 +02:00
Aaron Bach
d74f5c6ee0
Make Guardian Repairs strings more consistent (and instructive) ( #78694 )
...
Make Guardian Repairs strings consistently helpful
2022-09-18 21:24:21 +02:00
Erik Montnemery
6094c00705
Warn user if Tasmota devices are configured with invalid MQTT topics ( #77640 )
2022-09-18 19:50:43 +02:00
Jan Bouwhuis
354411feed
Link manually added MQTT entities the the MQTT config entry ( #78547 )
...
Co-authored-by: Erik <erik@montnemery.com>
2022-09-18 12:55:31 -04:00
J. Nick Koston
49ead219a5
Bump thermobeacon-ble to 0.3.2 ( #78693 )
2022-09-18 12:47:13 -04:00
Aaron Bach
a282e41d68
Revert unintended OpenUV unique ID change ( #78691 )
2022-09-18 09:24:13 -06:00
J. Nick Koston
d4181aa911
Fix bluetooth callback matchers when only matching on connectable ( #78687 )
2022-09-18 10:22:54 -05:00
Raman Gupta
4d6151666e
Handle multiple files properly in zwave_js update entity ( #78658 )
...
* Handle multiple files properly in zwave_js update entity
* Until we have progress, set in progress to true. And fix when we write state
* fix tests
* Assert we set in progress to true before we get progress
* Fix tests
* Comment
2022-09-18 14:56:46 +02:00
Franck Nijhof
2eb265f28b
Remove mDNS iteration from Plugwise unique ID ( #78680 )
...
* Remove mDNS iteration from Plugwise unique ID
* Add iteration to tests
2022-09-18 12:17:28 +02:00
G Johansson
59aef20e99
Add missing typing met config flow ( #78645 )
2022-09-18 11:46:43 +02:00
Joakim Sørensen
87f8ebceb2
Limit Github event subscription if polling is disabled ( #78662 )
2022-09-18 11:40:42 +02:00
Joakim Sørensen
69c5d910d4
Remove deprecated update binary sensor from Supervisor ( #78664 )
2022-09-18 09:58:14 +02:00
Pete
1f7c90baa0
Fix fan speed regression for some xiaomi fans ( #78406 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-17 23:45:31 -04:00
J. Nick Koston
b8ccf53799
Fix switchbot not accepting the first advertisement ( #78610 )
2022-09-17 23:45:04 -04:00
Marc Mueller
f7ef9eb91b
Remove low level call from fritzbox_callmonitor ( #78668 )
2022-09-18 03:08:55 +02:00
Marc Mueller
dbc02707a9
Improve media_player typing ( #78666 )
2022-09-18 03:08:17 +02:00
GitHub Action
e9eb5dc338
[ci skip] Translation update
2022-09-18 00:29:50 +00:00
Aaron Bach
ca5a9c9456
Allow multiple instances of OpenUV via the `homeassistant.update_entity` service ( #76878 )
...
* Allow for multiple instances of the OpenUV integration
* Docstring
* Remove Repairs
* Fix tests
* Slightly faster OpenUV object lookup
* Entity update service
* Remove service descriptions
* hassfest
* Simplify strings
* Don't add UI instructions to Repairs item
* Add a throttle to entity update
* Update homeassistant/components/openuv/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Switch from Throttle to Debouncer(s)
* Keep dispatcher for services
* Reduce change surface area
* Duplicate method
* Add issue registry through helper
* Update deprecation version
* Use config entry selector
* Remove device/service info
* Remove commented out method
* Correct entity IDs and better verbiage
* Fix tests
* Handle missing config entry ID in service calls
* Remove unhelpful comment
* Remove unused constants
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-17 17:56:45 -06:00
Justin Vanderhooft
b87c452106
Bump melnor-bluetooth to v0.0.20 ( #78642 )
2022-09-17 17:19:19 -05:00
Aaron Bach
08e6e27a3b
Remove deprecated Guardian services (scheduled for 2022.10.0) ( #78663 )
...
Remove deprecated Guardian services (schedule for 2022.10.0)
2022-09-17 16:09:40 -06:00
J. Nick Koston
18eef5da1f
Restore history from bluetooth stack at startup ( #78612 )
2022-09-17 16:58:19 -05:00
Aaron Bach
13d3f4c3b2
Replace Guardian `disable_ap` and `enable_ap` services with a switch ( #75034 )
...
* Starter buttons
* Ready to go
* Replace Guardian `disable_ap` and `enable_ap` services with a switch
* Clean up how actions are stored
* Make similar to buttons
* Remove service definitions
* Docstring
* Docstring
* flake8
* Add repairs item
* Add a repairs issue to notify of removed entity
* Add entity replacement strategy
* Fix repairs import
* Update deprecation version
* Remove breaking change
* Include future breaking change version
* Naming
2022-09-17 15:01:57 -06:00
Jan Bouwhuis
1f410e884a
Make hass.data["mqtt"] an instance of a DataClass ( #77972 )
...
* Use dataclass to reference hass.data globals
* Add discovery_registry_hooks to dataclass
* Move discovery registry hooks to dataclass
* Add device triggers to dataclass
* Cleanup DEVICE_TRIGGERS const
* Add last_discovery to data_class
* Simplify typing for class `Subscription`
* Follow up on comment
* Redo suggested typing change to sasisfy mypy
* Restore typing
* Add mypy version to CI check logging
* revert changes to ci.yaml
* Add docstr for protocol
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Mypy update after merging #78399
* Remove mypy ignore
* Correct return type
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-17 21:43:42 +02:00
epenet
391d895426
Enable disallow-any-generics in media-player ( #78498 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-17 21:23:16 +02:00
Kevin Addeman
b51fd7f688
Fix lutron_caseta get_triggers() raising error for non-button devices (caseta and ra3/hwqsx) ( #78397 )
2022-09-17 13:26:04 -05:00
Nathan Spencer
943fe657c5
Add additional status sensor state strings for Litter-Robot 4 ( #78652 )
2022-09-17 20:50:47 +03:00
J. Nick Koston
8cae33a730
Fix rachio not being able to be ignored ( #78636 )
...
Fixes #77272
2022-09-17 20:44:24 +03:00
Raman Gupta
01acc3d1e5
Fix zwave_js update entity startup state ( #78563 )
...
* Fix update entity startup state
* Only write state if there is a change
* Add test to show that when an existing entity gets recreated, skipped version does not reset
* Remove unused blocks
* Update homeassistant/components/zwave_js/update.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-09-17 20:43:35 +03:00
J. Nick Koston
6e4a0b9fdc
Switch recorder to use async_timeout instead of asyncio.wait_for ( #78607 )
2022-09-17 20:40:10 +03:00
G Johansson
51b01fcd80
Bump smhi-pkg to 1.0.16 ( #78639 )
2022-09-17 20:38:35 +03:00
epenet
64988521bb
Make use of generic EntityComponent (part 2) ( #78494 )
2022-09-17 18:18:53 +02:00
Marc Mueller
bbf54e6f44
Improve light typing ( #78641 )
2022-09-17 17:37:39 +02:00
Franck Nijhof
5a6a474bbe
Update demetriek to 0.2.4 ( #78646 )
2022-09-17 17:15:11 +02:00
Franck Nijhof
24df3574bc
Automatically set up Awair during onboarding ( #78632 )
2022-09-17 15:04:09 +02:00
Sergio Conde Gómez
9acea07d31
Bump qingping-ble to 0.7.0 ( #78630 )
2022-09-17 06:59:29 -05:00
J. Nick Koston
cd8a5ea1e2
Fix reconnect race in HomeKit Controller ( #78629 )
2022-09-17 05:13:33 -05:00
Nathan Spencer
c3ca9f3ad1
Add litter level sensor for Litter-Robot 4 ( #78602 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-17 05:03:12 -05:00
Nathan Spencer
cc51052be5
Change litterrobot integration to cloud_push ( #77741 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-17 04:29:56 -05:00
Joakim Sørensen
0b4e4e81d4
Handle connection issues with Traccar ( #78624 )
2022-09-17 10:26:59 +02:00
J. Nick Koston
98dd84f535
Ensure bluetooth callbacks are only fired when advertisement data changes ( #78609 )
2022-09-17 10:26:02 +02:00
J. Nick Koston
82407ca433
Switch yeelight to use async_timeout instead of asyncio.wait_for ( #78606 )
2022-09-17 08:35:53 +02:00
J. Nick Koston
5cde3ca4e1
Switch emulated_hue to use async_timeout instead of asyncio.wait_for ( #78608 )
2022-09-17 08:34:44 +02:00
Kevin Stillhammer
f59c8d985d
Correct unit for here_travel_time distance sensor ( #78303 )
...
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2022-09-16 21:03:18 -07:00
GitHub Action
38b087d220
[ci skip] Translation update
2022-09-17 00:27:28 +00:00
Aaron Bach
b4356a432e
Replace SimpliSafe `clear_notifications` service with a button ( #75283 )
...
* Replace SimpliSafe `clear_notifications` service with a button
* Better log message
* Coverage
* Docstring
* Add repairs item
* Better repairs strings
* Mark issue as fixable
* Add issue registry through helper
* Update deprecation version
2022-09-16 16:41:17 -06:00
Kenneth J. Miller
84cd0da26b
Add Airly gas sensors ( #77908 )
...
* Add support for gases queryable via Airly API:
CO, NO₂, O₃, SO₂
* Add tests for above sensors and update test fixtures
2022-09-16 15:19:30 -06:00
Raman Gupta
06178d3446
Only redact zwave_js values that are worth redacting ( #78420 )
...
* Only redact zwave_js values that are worth redacting
* Tweak test
* Use redacted fixture for test
2022-09-16 15:04:55 -06:00
epenet
be17ba15db
Use attributes in demo media-player ( #78461 )
...
* Use attributes in demo media-player
* Use _attr_is_volume_muted
* Use _attr_shuffle
* Use _attr_sound_mode / _attr_sound_mode_list
2022-09-16 15:04:29 -06:00
On Freund
047c3862d7
Bump pyrisco to v0.5.5 ( #78566 )
...
Upgrade to pyrisco 0.5.5
2022-09-16 14:29:08 -06:00
Nathan Spencer
e507e00317
Bump pylitterbot to 2022.9.3 ( #78590 )
2022-09-16 21:56:50 +03:00
Franck Nijhof
8774f34271
Update Awair config entry on discovery ( #78521 )
2022-09-16 18:42:44 +03:00
Marc Mueller
0b97dcf0bd
Use vol.Coerce for notify SourceType enum ( #77930 )
2022-09-16 16:46:26 +02:00
Hurzelchen
501b8b341f
Use commands enum in LG Netcast ( #78584 )
...
lg_netcast: Use LG_COMMAND constants instead of magic numbers
2022-09-16 16:17:46 +02:00
Jafar Atili
42c28cd074
Address late review of SwitchBee ( #78585 )
2022-09-16 16:10:40 +02:00
epenet
f2a661026f
Fix kira remote implementation ( #77878 )
2022-09-16 15:11:12 +02:00
Jafar Atili
491177e5d3
Address late review of SwitchBee ( #78412 )
2022-09-16 14:19:50 +02:00
Martin Hjelmare
383c83d15f
Improve notify typing ( #78575 )
2022-09-16 12:52:24 +02:00
J. Nick Koston
085abc74ee
Reduce overhead to update passive bluetooth devices ( #78545 )
2022-09-16 12:24:20 +02:00
Rami Mosleh
b093c2840b
Remove name key from config flow in Mikrotik ( #78571 )
2022-09-16 11:30:29 +02:00
Franck Nijhof
a19a7e64d5
Fix WebSocket condition testing ( #78570 )
2022-09-16 11:18:00 +02:00
Franck Nijhof
564150169b
Update LaMetric config entry using DHCP discovery data ( #78527 )
...
* Update LaMetric config entry using DHCP discovery data
* Update translations
2022-09-16 08:35:12 +02:00
Phil Bruckner
e7ca40156f
Bump life360 package to 5.1.1 ( #78550 )
2022-09-16 08:07:02 +02:00
GitHub Action
ec258410c5
[ci skip] Translation update
2022-09-16 00:29:29 +00:00
Ricardo Steijn
635ed562ee
crownstone-sse: bump to 2.0.4 ( #78538 )
2022-09-15 18:05:55 +02:00
Erik Montnemery
dd20a7ea62
Display statistics in the source's unit ( #78031 )
2022-09-15 12:01:24 -04:00
epenet
4dba2a85db
Improve type hints in trace ( #78441 )
2022-09-15 11:57:48 -04:00
epenet
b29605060a
Enforce MediaPlayerState in hdmi_cec media player ( #78522 )
2022-09-15 11:48:05 -04:00
epenet
7d11509011
Cleanup self._attr_state in samsungtv media player ( #78518 )
2022-09-15 11:47:07 -04:00
Simone Chemelli
bb5c1ad659
Remove some low level calls from Fritz ( #77848 )
...
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2022-09-15 16:05:58 +02:00
Michael
6f02f7c6ce
Bump pyfritzhome to 0.6.7 ( #78324 )
2022-09-15 16:01:55 +02:00
epenet
de7e12eeaf
Enable disallow-any-generics in light ( #78499 )
2022-09-15 08:47:05 -04:00
epenet
a443cefa7b
Use self._attr_state in demo media player ( #78520 )
2022-09-15 08:44:20 -04:00
epenet
cd2abf368f
Use self._attr_state in vlc_telnet media player ( #78517 )
2022-09-15 14:26:09 +02:00
epenet
96de76fc6f
Adjust MEDIA_CLASS_MAP in dlna-dms ( #78458 )
...
* Adjust MEDIA_CLASS_MAP in dlna-dms
* Revert
2022-09-15 14:04:07 +02:00
J. Nick Koston
4168892d0a
Bump aiohomekit to 1.5.8 ( #78515 )
2022-09-15 13:25:50 +02:00
J. Nick Koston
2331e2a55c
Bump led-ble to 0.10.1 ( #78511 )
2022-09-15 13:25:40 +02:00
J. Nick Koston
8ede711f68
Bump PySwitchbot to 0.19.9 ( #78504 )
2022-09-15 13:25:25 +02:00
J. Nick Koston
2c03578f6f
Bump yalexs_ble to 1.9.2 ( #78508 )
2022-09-15 13:25:12 +02:00
Erik Montnemery
c0b04e9f91
Sort some code in the search integration ( #78519 )
2022-09-15 12:13:36 +02:00
epenet
ada1cff4b1
Use new media player enums in homekit_controller ( #78105 )
...
* Use new media player enums in homekit_controller
* Replace OK/PROBLEM with ON/OFF
* Fix tests
2022-09-15 12:00:52 +02:00
epenet
b56eabc35b
Enable disallow-any-generics in number ( #78502 )
2022-09-15 11:58:24 +02:00
Franck Nijhof
eae384bbf7
Update sqlalchemy to 1.4.41 ( #78507 )
2022-09-15 11:54:18 +02:00
Franck Nijhof
cf138c7266
Update pyotp to 2.7.0 ( #78500 )
2022-09-15 11:53:16 +02:00
epenet
b4afb1cb6b
Make use of generic EntityComponent ( #78492 )
2022-09-15 11:53:00 +02:00
epenet
19ea95a6e4
Enable disallow-any-generics in update ( #78501 )
2022-09-15 11:29:11 +02:00
Erik Montnemery
c37d294d12
Use reload helper to reload rest component ( #78491 )
2022-09-15 11:02:37 +02:00
epenet
2cc45cd302
Use new media player enums in bluesound ( #78096 )
2022-09-15 11:00:55 +02:00
Federico Marani
08449dc1bc
Bump aioftp to 0.21.3 ( #78257 )
2022-09-15 10:52:33 +02:00
Vincent Knoop Pathuis
035f206e95
Bump ultraheat-api to 0.4.3 ( #78295 )
2022-09-15 10:51:19 +02:00
J. Nick Koston
11789dd079
Bump bleak-retry-connector to 0.17.1 ( #78474 )
2022-09-15 10:40:52 +02:00
Franck Nijhof
4e7a99dc77
Update sentry-sdk to 1.9.8 ( #78496 )
2022-09-15 09:57:35 +02:00
ollo69
aa46ba4ad5
Add device class TV to AndroidTV ( #78487 )
2022-09-15 08:56:30 +02:00
Avi Miller
c0cf9d8729
Add infrared brightness select entity for LIFX Night Vision bulbs ( #77943 )
...
* Add infrared brightness select entity for LIFX Night Vision bulbs
Signed-off-by: Avi Miller <me@dje.li>
* Code refactored from review comments
Signed-off-by: Avi Miller <me@dje.li>
* Update and refactor from code review feedback
Signed-off-by: Avi Miller <me@dje.li>
Signed-off-by: Avi Miller <me@dje.li>
2022-09-15 08:53:58 +02:00
starkillerOG
ade4fcaebd
Use asyncio in XiaomiAqara instead of threading ( #74979 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-15 08:36:56 +02:00
Erik Montnemery
84a812ad05
Allow setting number selector step size to 'any' ( #78265 )
...
* Allow setting number selector step size to 'any'
* Improve test coverage
2022-09-15 08:29:46 +02:00
Erik Montnemery
30702bdcd2
Deduplicate some code in scripts and automations ( #78443 )
2022-09-15 07:41:11 +02:00
Erik Montnemery
0a1fd36e03
Catch up with statistics after DB migration is done ( #78469 )
...
* Catch up with statistics after DB migration is done
* Don't access the database from the event loop
* Fix deadlocking test
* Fix test
2022-09-15 07:40:56 +02:00
GitHub Action
bcf01e8873
[ci skip] Translation update
2022-09-15 00:29:28 +00:00
Shay Levy
1b3088e41a
Bump aioswitcher to 3.0.0 ( #78471 )
2022-09-15 00:29:59 +03:00
Teemu R
43053d05b4
Bump python-songpal to 0.15.1 ( #78481 )
2022-09-14 21:54:01 +02:00
Franck Nijhof
6678f660a8
Remove U.S. Citizenship and Immigration Services (USCIS) integration ( #78432 )
...
* Remove U.S. Citizenship and Immigration Services (USCIS) integration
* Update .coveragerc
Fix due to sorting in https://github.com/home-assistant/core/pull/78447
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-09-14 21:51:24 +03:00
Erik Montnemery
8a55f85703
Improve MQTT debug log of retained messages ( #78453 )
...
Improve MQTT debug log for retained messages
2022-09-14 20:45:46 +02:00
Robert Hillis
a46982befb
Add Google Sheets integration ( #77853 )
...
Co-authored-by: Allen Porter <allen@thebends.org>
2022-09-14 14:31:54 -04:00
epenet
996bcbdac6
Make EntityComponent generic ( #78473 )
2022-09-14 14:16:23 -04:00
epenet
fd05d949cc
Fix device_class in demo ( #78463 )
...
Use _attr_device_class in demo
2022-09-14 20:09:31 +03:00
Stefan Agner
650aae49fe
Support AMD SoC CPU temperature ( #78472 )
...
This adds support for CPU temperature readings on AMD SoC based systems
like the AMD G-Series GX-222G found in FUJITSU FUTRO S920.
2022-09-14 20:06:29 +03:00
Erik Montnemery
2ba0f42acc
Prevent deleting blueprints which are in use ( #78444 )
2022-09-14 16:47:08 +02:00
uvjustin
855b0dfdba
Pass tasks instead of coros to asyncio.wait in forked_daapd ( #78462 )
...
* Remove coroutines from asyncio.wait in forked_daapd
* Update homeassistant/components/forked_daapd/media_player.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-09-14 15:49:00 +02:00
epenet
219cee2ca9
Move Trace classes to separate module ( #78433 )
2022-09-14 09:23:29 -04:00
Marc Mueller
99ebac13ed
Bump openevsewifi to 1.1.2 ( #78460 )
...
Update openevsewifi to 1.1.2
2022-09-14 15:19:43 +02:00
uvjustin
ae865a07b2
Cleanup async_announce in forked_daapd ( #78457 )
2022-09-14 20:40:20 +08:00
Poltorak Serguei
003d160a96
Rework Z-Wave.Me switch multilevel devices to also use light entity ( #77969 )
...
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
2022-09-14 14:19:17 +02:00
epenet
1fcab33653
Improve type hints in light ( #78349 )
2022-09-14 13:36:20 +02:00
epenet
374b72f052
Make LimitedSizeDict a generic ( #78440 )
...
* Make LimitedSizeDict a generic
* Remove comments
* Use super()
* Apply suggestion
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 13:30:17 +02:00
uvjustin
ad25a966a8
Sort constants in forked_daapd ( #78455 )
2022-09-14 19:24:51 +08:00
epenet
efb482fb1d
Add demo to strict-typing ( #77596 )
...
* Add demo to strict-typing
* Adjust component
* Adjust PR
* Update homeassistant/components/demo/mailbox.py
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 13:05:00 +02:00
epenet
5e338d2166
Improve type hints in automation ( #78368 )
...
* Improve type hints in automation
* Apply suggestion
* Apply suggestion
* Apply suggestion
* Add Protocol for IfAction
* Use ConfigType for IfAction
* Rename variable
2022-09-14 13:04:09 +02:00
J. Nick Koston
b7e9fcb9fe
Replace asyncio.wait_for with async_timeout in baf ( #78445 )
2022-09-14 12:29:43 +02:00
epenet
2625189529
Use async_timeout in forked_daapd ( #78451 )
2022-09-14 12:24:54 +02:00
Ernst Klamer
fad0b00fbc
Binary sensor description for BTHome ( #78408 )
2022-09-14 12:09:03 +02:00
epenet
13c7a7bbcc
Refactor forked_daapd to use _async_announce ( #78446 )
2022-09-14 11:58:32 +02:00
epenet
5cccb24830
Improve type hints in group ( #78350 )
2022-09-14 11:36:28 +02:00
epenet
03a24e3a05
Improve type hints in proximity ( #78348 )
2022-09-14 11:22:58 +02:00
epenet
abc87b5dfa
Improve type hints in scene ( #78347 )
2022-09-14 11:18:23 +02:00
epenet
dce2569389
Improve type hints in weather ( #78346 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-14 11:15:47 +02:00
epenet
b87cd926e7
Fix image-processing type hint ( #78426 )
2022-09-14 11:13:48 +02:00
Franck Nijhof
393f1487a5
Remove Ambee integration ( #78427 )
2022-09-14 10:25:01 +02:00
Bram Kragten
9382f4be23
Update frontend to 20220907.2 ( #78431 )
2022-09-14 09:54:51 +02:00
Simone Chemelli
9d535b9ae9
Bump fritzconnection to 1.10.3 ( #77847 )
...
* Bump fritzconnection to 1.10.2
* bump to 1.10.3
2022-09-14 08:13:42 +02:00
Diogo Gomes
831c87205f
Retry on unavailable IPMA api ( #78332 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-13 21:00:59 -04:00
GitHub Action
23faf8024e
[ci skip] Translation update
2022-09-14 00:28:24 +00:00
Aaron Bach
5501b7e710
Fix bug with RainMachine update entity ( #78411 )
...
* Fix bug with RainMachine update entity
* Comment
2022-09-13 18:16:21 -04:00
epenet
416a5cb279
Import constants from component root ( #78395 )
2022-09-14 00:12:54 +02:00
epenet
4f963cfc64
Improve type hints in integration ( #78345 )
2022-09-13 22:45:25 +02:00
epenet
6c0ad54a84
Use media player enums in dlna_dms ( #78393 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-09-13 23:27:04 +03:00
J. Nick Koston
13e8bae432
Bump govee-ble to 0.17.3 ( #78405 )
2022-09-13 16:17:09 -04:00
Bram Kragten
4c164cc48d
Update frontend to 20220907.1 ( #78404 )
2022-09-13 16:15:45 -04:00
J. Nick Koston
8189af0e7e
Bump led-ble to 0.10.0 ( #78367 )
2022-09-13 16:15:30 -04:00
J. Nick Koston
e2c563c79d
Bump yalexs-ble to 1.9.0 ( #78362 )
2022-09-13 16:14:53 -04:00
J. Nick Koston
32c6f8aaef
Bump PySwitchbot to 0.19.8 ( #78361 )
...
* Bump PySwitchbot to 0.19.7
Changes for bleak 0.17
https://github.com/Danielhiversen/pySwitchbot/compare/0.19.6...0.19.7
* bump again to fix some more stale state bugs
2022-09-13 23:11:44 +03:00
epenet
02c9541862
Improve type hints in mailbox ( #78353 )
2022-09-13 21:55:50 +02:00
epenet
49ab5cfc9c
Improve type hints in geo-location ( #78352 )
2022-09-13 21:55:13 +02:00
Pascal Vizeli
0ab19fe6f6
Bump aioecowitt 2022.09.2 ( #78287 )
...
* Bump aioecowitt 2022.09.2
* add percentage type
2022-09-13 22:11:57 +03:00
J. Nick Koston
9c2601036d
Bump xiaomi-ble to 0.10.0 ( #78365 )
2022-09-13 21:06:17 +02:00
epenet
dc3c4a2b54
Expose SOURCE_CLOUD in google-assistant root ( #78394 )
2022-09-13 15:05:55 -04:00
J. Nick Koston
be52b66f6c
Bump aiohomekit to 1.5.7 ( #78369 )
2022-09-13 15:00:45 -04:00
Erik Montnemery
4898a41dcf
Don't allow partial update of timer settings ( #78378 )
2022-09-13 14:58:12 -04:00
Erik Montnemery
925a4b0286
Don't allow partial update of input_text settings ( #78377 )
2022-09-13 14:57:14 -04:00
Erik Montnemery
19e853dbb0
Don't allow partial update of input_select settings ( #78376 )
2022-09-13 14:56:59 -04:00
Erik Montnemery
abf8b59831
Don't allow partial update of input_button settings ( #78374 )
2022-09-13 14:56:46 -04:00
Erik Montnemery
33fa4ec8b2
Don't allow partial update of input_datetime settings ( #78373 )
2022-09-13 14:56:40 -04:00
Erik Montnemery
e2a0dd9955
Don't allow partial update of input_boolean settings ( #78372 )
2022-09-13 14:55:24 -04:00
Erik Montnemery
47da1c456b
Don't allow partial update of counter settings ( #78371 )
2022-09-13 14:55:06 -04:00
Erik Montnemery
15f104911a
Don't allow partial update of input_number settings ( #78356 )
2022-09-13 14:54:52 -04:00
Pascal Vizeli
0e7c81288f
Unregister EcoWitt webhook at unload ( #78388 )
2022-09-13 14:51:04 -04:00
J. Nick Koston
be34fdc344
Bump pylutron-caseta to 0.15.1 ( #78209 )
2022-09-13 17:00:18 +02:00
Yevhenii Vaskivskyi
328530479d
Bump blinkpy to 0.19.2 ( #78097 )
2022-09-13 16:46:31 +02:00
G Johansson
fd7c257a90
Fix Sensibo Pure sensitivity sensor text ( #78313 )
2022-09-13 16:44:22 +02:00
epenet
69b59c9d59
Improve type hints in trace ( #78366 )
2022-09-13 09:09:38 -04:00
epenet
458ddb6f4b
Improve type hints in image-processing ( #78351 )
2022-09-13 08:39:39 -04:00
Erik Montnemery
6256d07255
Drop initial when loading input_number from storage ( #78354 )
2022-09-13 08:39:05 -04:00
J. Nick Koston
392548fe6e
Bump bleak to 0.17.0 ( #78333 )
2022-09-13 14:31:34 +02:00
epenet
1dff0075b0
Import humidifier constants from root ( #78343 )
2022-09-13 14:05:36 +02:00
epenet
7c3258fbec
Import network constants from root ( #78342 )
2022-09-13 14:04:02 +02:00
Daniel Hjelseth Høyer
0d38073817
Bump mill-local to 0.2.0 ( #78302 )
2022-09-13 13:59:46 +02:00
TheJulianJES
b5935e5a4f
Bump PyViCare==2.17.0 ( #78232 )
2022-09-13 13:01:13 +02:00
J. Nick Koston
131512f7fd
Make yalexs_ble matcher more specific ( #78307 )
2022-09-13 12:38:01 +02:00
epenet
52ea9998bb
Use new media player enums in forked_daapd ( #78100 )
2022-09-13 11:55:24 +02:00
epenet
d88334b2b2
Expose humidifier constants at the top level ( #78033 )
2022-09-13 11:28:08 +02:00
Robin Wohlers-Reichel
b0249e6aa9
Update solax to 0.3.0 ( #78219 )
2022-09-13 10:07:38 +02:00
jafar-atili
24266f1426
Add SwitchBee Integration ( #70201 )
...
* Add SwitchBee Integration
* fixes
* improved API and more logs
* fixed test_config_flow code
* removed light and cover
* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency
* CR fixes, added advanced setup form to let the
user choose the following:
- scan interval in seconds: default 5
- whether to expose scenarios and group switches from the CU or not
* used SCAN_INTERVAL_SEC instead of typing just the number
* Fixed PR comments, added unit tests
* fixes
* Improved the pypi and updated the code accordingly
* Add SwitchBee Integration
* fixes
* improved API and more logs
* fixed test_config_flow code
* removed light and cover
* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency
* CR fixes, added advanced setup form to let the
user choose the following:
- scan interval in seconds: default 5
- whether to expose scenarios and group switches from the CU or not
* used SCAN_INTERVAL_SEC instead of typing just the number
* Fixed PR comments, added unit tests
* fixes
* Improved the pypi and updated the code accordingly
* fixes
* restored new line in .coveragerc
* test: increased config_flow test coverage
* removed two way type
* Updated CODEOWNERS
* fix: code review comments
* fixed review comments
* added device_info
* moved device info to attribute
2022-09-13 09:01:29 +02:00
epenet
13f250319d
Import websocket api constants from root ( #78250 )
2022-09-12 22:07:58 -04:00
Erik Montnemery
8a9edea2c1
Fix calculating gas cost for gas measured in ft3 ( #78327 )
2022-09-12 21:24:49 -04:00
epenet
b5402f9b57
Import device tracker constants from root ( #78242 )
2022-09-12 20:50:44 -04:00
GitHub Action
955f3b7083
[ci skip] Translation update
2022-09-13 00:29:19 +00:00
J. Nick Koston
05d4ece4de
Bump bluetooth-auto-recovery to 0.3.3 ( #78245 )
...
Downgrades a few more loggers to debug since the only reason we check them is to give a better error message when the bluetooth adapter is blocked by rfkill.
https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.3.2...v0.3.3
closes #78211
2022-09-12 20:16:46 -04:00
d-walsh
0b2c3cfb99
Fix missing dependency for dbus_next ( #78235 )
2022-09-12 18:03:07 -05:00
Marc Mueller
93a5b99191
Rename zwave_js trigger helper to avoid confusion ( #78331 )
...
* Rename zwave_js trigger helper to avoid confusion
* Fix test
2022-09-12 18:36:05 -04:00
epenet
9b0602a8b6
Import device automation constants from root ( #78272 )
2022-09-13 00:19:57 +02:00
J. Nick Koston
5f1979dbc3
Bump xiaomi-ble to 0.9.3 ( #78301 )
2022-09-12 16:54:20 -05:00
epenet
e32adfc801
Import modbus constants from root ( #78273 )
2022-09-12 23:46:24 +02:00
epenet
c687273180
Import media source constants from root ( #78275 )
2022-09-12 23:45:19 +02:00
epenet
2857a15cbc
Import http constants from root ( #78274 )
2022-09-12 23:43:59 +02:00
epenet
7db1f8186c
Improve zone typing ( #78294 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-12 23:43:21 +02:00
epenet
dbc6dda41e
Adjust components to use relative imports ( #78279 )
2022-09-12 23:33:21 +02:00
epenet
9cb8d910ce
Improve media-player typing ( #78300 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-12 23:32:07 +02:00
epenet
55e59b778c
Add type hints to TTS provider ( #78285 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-12 23:29:55 +02:00
David F. Mulcahey
9d47160e68
Fix sengled bulbs in ZHA ( #78315 )
...
* Fix sengled bulbs in ZHA
* fix tests
* update discovery data
2022-09-12 15:37:11 -04:00
epenet
19bee11a01
Improve sun typing ( #78298 )
2022-09-12 21:34:35 +02:00
J. Nick Koston
3be9bee61e
Bump pySwitchbot to 0.19.6 ( #78304 )
...
No longer swallows exceptions from bleak connection errors which
was hiding the root cause of problems.
This was the original behavior from a long time ago which
does not make sense anymore since we retry a few times anyways
https://github.com/Danielhiversen/pySwitchbot/compare/0.19.5...0.19.6
2022-09-12 21:18:26 +02:00
epenet
5c8e8e4860
Use new media player enums ( #78264 )
2022-09-12 20:06:27 +02:00
epenet
7871a517a8
Import constants from root ( #78271 )
2022-09-12 18:53:05 +02:00
epenet
7aa7458a22
Expose modbus constants in root ( #78269 )
2022-09-12 18:48:10 +02:00
epenet
1fc8a570b0
Expose media-source constants in root ( #78268 )
2022-09-12 18:46:25 +02:00
epenet
1e6e10ec93
Expose constants in device_tracker root ( #78240 )
2022-09-12 18:43:50 +02:00
epenet
454bdcc00d
Expose http constants in root ( #78267 )
2022-09-12 18:41:18 +02:00
epenet
17e217269f
Expose device_automation constants in root ( #78266 )
2022-09-12 18:39:07 +02:00