This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 28, 2023
-
-
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
-
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>
-