This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 28, 2023
-
-
J. Nick Koston authored
-
Jens Østergaard Nielsen authored
* typings to make linter happy * Moving device_class and native_value to init * remove is_on and use attr_is_on * Use try_parse_enum for sensor type * Remove not needed sensor_type Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/ihc/sensor.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
dougiteixeira authored
* Improves some type hints in Proxmox VE * update * update] * fix isort * Fix vm_id type * Fix vm_id type * Update homeassistant/components/proxmoxve/__init__.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/proxmoxve/__init__.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Change initialization of _proxmox * Move definition of _proxmox to class level --------- Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Raman Gupta authored
* redact secret zwave values from diagnostics * shhrink * rename
-
Jan Bouwhuis authored
* Remove async_setup from mqtt integration * Final update common tests * Related tests init * Related tests diagnostics * Related tests config_flow * Cleanup and correct test * Keep websockets_api commands in async_setup
-
Erik Montnemery authored
-
G Johansson authored
* Group product * config flow
-
Aaron Godfrey authored
* Look up collaborators only when adding new task. Also fixed a few api call arguments that were incorrect. The `labels` key should have been a list of strings and the `assignee` key should have been `assignee_id`. * Add missing type in test. * Remove print
-
Aaron Bach authored
* Subclass a `DataUpdateCoordinator` for Ridwell * Add a calendar entity to Ridwell * Simpler unique ID * Fix tests * Docstring
-
Joakim Plate authored
* Add re-auth support to philips_js * Adjustments from review * Don't allow duplicate entries for now
-
stickpin authored
Show only supported device programs
-
Erik Montnemery authored
Improve threshold sensor
-
gjong authored
-
Mark Adkins authored
* SharkIQ Dep & Codeowner Update * Update code owners * Add EU Region Support * Update Config Flow Tests * Standardize Region Comparison Strings * Add Translation Support to Region Selector * Fix Validation Tests
-
Penny Wood authored
* Allow reloading of iZone config entries --------- Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Cosmin Luță authored
* Add support for wifiwave2 * Add test for wifiwave2
-
mkmer authored
* Handle uncaught errors during update * Remove unnecssary patch * Update tests/components/aladdin_connect/test_cover.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update tests/components/aladdin_connect/test_cover.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Remove unasserted statement * Blocking is True - one more --------- Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Michael authored
make binary sensors coordinator entities
-
Maciej Bieniek authored
-
J. Nick Koston authored
-
Matthias Alphart authored
-
Renat Sibgatulin authored
* Reduce data sharing between ConfigFlow and DataUpdateCoordinator Instead of fetching device information from the device once in `ConfigFlow` and then piping it through in `ConfigEntry.data`, only use as much as needed in `ConfigFlow.async_step_user`, then fetch again in `AirQCoordinator._async_update_data` if a key is missing. Additionally, factor `AirQCoordinator` out into a sumbodule. Add a simple test for `AirQCoordinator.device_info` update. Positive side effect: `AirQCoordinator.device_info` is updated explicitly, instead of dumping the entire content of (a fully compatible) `TypedDict`, retrieved from `aioairq`. * Remove tests ill-suited to this PR `test_config_flow.test_duplicate_error` slipped through by mistake, while `test_coordinator.test_fetch_device_info_on_first_update` may need a more thoroughly suite of accompanying tests * Ignore airq/coordinator.py ...newly separated from airq/__init__.py, that's already in this list * Reorder files alphabetically
-
- Mar 27, 2023
-
-
dougiteixeira authored
-
J. Nick Koston authored
-
Michael authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
G Johansson authored
* clean binary sensor * fix const * clean sensor * Fix tests * Clean up --------- Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Martin Hjelmare authored
-
Franck Nijhof authored
* Add state translations for helpers * Managed via the UI
-
Jonas Bergler authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Denis Shulyaka authored
-
G Johansson authored
* Cleanup command_line * Fix ipv6 resolver * Fix fix * Fix tests * Align states
-
Franck Nijhof authored
-
Erik Montnemery authored
-
epenet authored
-
Martin Hjelmare authored
-
Erik Montnemery authored
-
Franck Nijhof authored
-
Trevor Bernard authored
* add stream to manifest * Update __init__.py remove av check from init * Update homeassistant/components/default_config/__init__.py * Update requirements --------- Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-