core/homeassistant
puddly 23839a7f10
Wrap most ZHA exceptions in `HomeAssistantError` (#98421)
* Wrap attribute writes in a helper throwing `HomeAssistantError`

* Do not check for `Exception` instances, they are now propagated

* Write `cie_addr` synchronously

* Fix unnecessary `if` in `async_set_native_value`

* Fix unit tests

* Use `HomeAssistantError` in cover commands

* Revert writing `cie_addr` synchronously

* Disallow proxying of some cluster methods to fix unit test warnings

* Unit test cover failures to increase coverage

* Unit test missing climate device

* Unit test remaining cover commands
2023-08-28 17:24:12 -04:00
..
auth
backports Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
brands Add Trafikverket Camera integration (#79873) 2023-08-24 10:39:22 +02:00
components Wrap most ZHA exceptions in `HomeAssistantError` (#98421) 2023-08-28 17:24:12 -04:00
generated Vodafone Station device tracker (#94032) 2023-08-28 15:10:23 +02:00
helpers Switch async_track_same_state to use async_call_later (#99219) 2023-08-28 22:30:20 +02:00
scripts Make the check_config script open issue_registry read only (#98545) 2023-08-18 20:15:00 +02:00
util Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
__init__.py
__main__.py Remove dead code from __main__.py (#98694) 2023-08-20 10:17:28 +02:00
block_async_io.py
bootstrap.py Don't allow hass.config.config_dir to be None (#98442) 2023-08-16 13:00:14 +02:00
config.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
config_entries.py Improve performance of abort_entries_match (#98932) 2023-08-24 15:34:45 +02:00
const.py Add lawnmower entity (#93623) 2023-08-21 12:19:55 +02:00
core.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
data_entry_flow.py Use a single WS command for group preview (#98903) 2023-08-24 11:59:24 +02:00
exceptions.py
loader.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
package_constraints.txt Bump zeroconf to 0.86.0 (#99177) 2023-08-28 09:33:08 +02:00
requirements.py
runner.py Decrease event loop latency by binding time.monotonic to loop.time directly (#98288) 2023-08-13 20:37:45 -04:00
setup.py
strings.json