This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 28, 2023
-
-
Robert Hillis authored
* Add tests to Lidarr * fix js files * take out the trash * fix 3.9 * uno mas * fix fixture * ruff * Update const.py --------- Co-authored-by:
Erik Montnemery <erik@montnemery.com>
-
Guido Schmitz authored
-
Alexander Momchilov authored
* Make "CoverEntityFeature.STOP" conditional * Check APIVersion before checking false by default flag * sort --------- Co-authored-by:
Jesse Hills <3060199+jesserockz@users.noreply.github.com>
-
b-uwe authored
-
epenet authored
-
epenet authored
* Add rest encoding test * docstring
-
Erik Montnemery authored
-
Petro31 authored
* add minutely update * fix mypy
-
Nathan Spencer authored
* Add panel brightness control for Litter-Robot 4 * Use translation_key * Fix test
-
Renat Sibgatulin authored
* Add a missing test for aborting with "already_configured" Test that config_flow aborts with "already_configured" when the integration has already been configured * Don't copy test data Since #90232 is merged, it is no longer needed * Split the initialisation into two steps, as it should be
-
Erik J. Olson authored
Co-authored-by:
Erik Montnemery <erik@montnemery.com>
-
Robert Hillis authored
-
avee87 authored
* Refactor Tado to use entity descriptions and new naming style * minor fixes * typing
-
Maikel Punie authored
* Add support for select entities in velbus * Implement comments * EntityCategory is now in homeassistant.const * more comments
-
Ryan Fleming authored
-
Martin Hjelmare authored
-
MarkGodwin authored
-
Geoff authored
Co-authored-by:
Erik Montnemery <erik@montnemery.com> Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
PatrickGlesner authored
-
J. Nick Koston authored
-
Martin Hjelmare authored
-
Jan Iven authored
Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
J. Nick Koston authored
-
Willem-Jan van Rootselaar authored
-
Michael authored
* add device_info * use entry_id as identifier + device name * use shorthand attributes * remove model from device info Co-authored-by:
Franck Nijhof <frenck@frenck.nl> --------- Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Olivier Ouellet authored
* Create new config parameter for default character encoding if no character encoding is declared * Changes suggested by gjohansson-ST * Added config flow for scape * Removed "character" * Change to create_async_httpx_client * Remove CONF_ENCODING from Scrape SENSOR_SCHEMA * Debug scrape test
-
Erik Montnemery authored
-
Allen Porter authored
-
J. Nick Koston authored
-
BNolet authored
* Check if changing TO a color mode Changing brightness alone does not change work mode, but changing brightness with a color value will keep the light in white mode. By verifying the new state has color or not, rather than the existing state being in color work mode, the light will change to color correctly. Tuya interprets HSV as including the brightness in the (v) value (which is generally what that's used for when setting HSV values). The brightness value given by Home Assistant is still used in this case. * Fix brightness-only turning colour mode to white This will take into account the case where brightness is the only parameter for both the case of colour mode and white mode. Tests passed after this change: * Brightness only (colour mode)
* Brightness only (white mode) * Colour only (colour mode) * Colour only (white mode) * Colour temp only (colour mode) * Colour temp only (white mode) * Colour + brightness (colour mode) * Colour + brightness (white mode) * Colour temp + brightness (colour mode) * Colour temp + brightness (white mode) * Fix code formatting -
epenet authored
-
Chris Xiao authored
* display unit of elevation in met config flow Co-authored-by:
lijake8 <lijake8@users.noreply.github.com> Signed-off-by:
Chris Xiao <30990835+chrisx8@users.noreply.github.com> * use NumberSelector for met config flow * met remove unused is_metric param --------- Signed-off-by:
Chris Xiao <30990835+chrisx8@users.noreply.github.com> Co-authored-by:
lijake8 <lijake8@users.noreply.github.com>
-
Pascal Reeb authored
* feat(nuki): add callback support * fix(nuki): add webhook_enabled to tests * remove callback choice, add repair if it's https * black * fix(nuki): implemented feedback from pvizeli and frenck * remove unneded test change * remove issue_registry and http check * remove unneded response * add await to executor_job
-
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
-