This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jan 28, 2024
-
-
Arie Catsman authored
* add phase entities to Enphase Envoy * Implement review feedback for translation strings * Enphase Envoy multiphase review changes Move device name logic to separate function. Refactor native value for phases Use dataclasses.replace for phase entities, add on-phase to base class as well, no need for phase entity descriptions anymore * Enphase Envoy reviewe feedback Move model determination to library. Revert states test for future split to sensor test. * Enphase_Envoy use model description from pyenphase library * Enphase_Envoy refactor Phase Sensors * Enphase_Envoy use walrus in phase sensor --------- Co-authored-by:
J. Nick Koston <nick@koston.org>
-
G Johansson authored
-
J. Nick Koston authored
-
Brett Adams authored
* Add tests * Add partial sleep test * Remove useless AsyncMock * Review feedback * Patch imports * Fix mock_test
-
Joost Lekkerkerker authored
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
J. Nick Koston authored
Remove extra confirmation step in tplink discovery flow After discovery, and manually entering credentials, we would ask the user if they still wanted to set up the device. Instead we now set create the config entry as soon as they enter correct credentials as its clear that they want to proceed.
-
Tomer Shemesh authored
-
max2697 authored
-
David F. Mulcahey authored
Co-authored-by:
TheJulianJES <TheJulianJES@users.noreply.github.com>
-
Erik Montnemery authored
-
suaveolent authored
Co-authored-by:
suaveolent <suaveolent@users.noreply.github.com>
-
Brett Adams authored
-
Joost Lekkerkerker authored
-
Christopher Fenner authored
Update strings.json
-
Simone Chemelli authored
* Add clima support to Comelit integration * address first part of review comments * applied more review comments * remove old multiplier * removed preset modes (not always configured) * small tweak * apply StrEnum class
-
suaveolent authored
* added device info and unique id * removed wrong attribute * added base entity * rename domain * added entity.py to coveragerc * added base entity for sensors and alarm panel * add generic type translation * rename functions * rename device name to device model * set _attr_name = None * pass in only the entry_id instead of the full config_entry * set unique id to device_id or entry id * use deviceinfo class * moved _attr_name = None to entities * Update homeassistant/components/lupusec/alarm_control_panel.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/lupusec/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/lupusec/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * remove DOMAIN from unique id * removed redundant function * Update homeassistant/components/lupusec/alarm_control_panel.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/lupusec/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by:
suaveolent <suaveolent@users.noreply.github.com> Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
RJPoelstra authored
Add enum sensor entity
-
karwosts authored
* Fix error when passing an integer to location selector * fix tests * more fix tests * don't mutate original dict * remove string testcase
-
G Johansson authored
-
myztillx authored
Separate start and end time msg and update service string
-
Matrix authored
* bump yolink-api to 0.3.5 * bump yolink-api to 0.3.6
-
- Jan 27, 2024
-
-
Joost Lekkerkerker authored
* Add options flow to Analytics Insights * Fix options flow function
-
J. Nick Koston authored
* Bump cryptography to 42.0.1 changes: https://github.com/pyca/cryptography/compare/41.0.7...42.0.1 Note that more of the non-rust backend code has been removed I had to handle that in https://github.com/bdraco/chacha20poly1305-reuseable/releases/tag/v0.12.1 So there may be other downstream consumers that have a problem * need pyOpenSSL as well * too early before coffee
-
Arie Catsman authored
-
mkmer authored
-
David F. Mulcahey authored
-
jan iversen authored
-
Brett Adams authored
* Redo Binary Sensors * Redo Button * Redo Climate * Stage unfixed platforms * Redo Cover * Redo device tracker * Redo lock * Redo Media Player * Redo Number * Redo Select * Redo Sensor * Redo Switch * Redo Update * Fix setup_platform * Add mixing snapshot * Fix config flow * Centralise entity testing * Update snapshot * Rename test_entities * Fix assert_entities
-
David F. Mulcahey authored
* Correct ZHA device availability at startup * don't set available property from gateway * cleanup
-
Jan Bouwhuis authored
-
matt7aylor authored
* Matter sensors for air quality measurements Add sensors for CO2, PM1, PM2.5, PM10 and TVOC * Add initial tests for matter air quality sensor * Remove VOC data as requires unit extraction from cluster
-
Stefan Agner authored
Thread: Add additional vendor to brand mappings Add additional vendor to brand mappings for known Thread border router vendors.
-
Yuxin Wang authored
Fix deadlock in config flow of APCUPSD
-
J. Nick Koston authored
Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-
Michael Hansen authored
* Differentiate builtin/custom sentences and triggers in debug * Refactor so async_process runs triggers * Report relative path of custom sentences file * Add sentence trigger test
-
J. Nick Koston authored
* Convert referenced registry functions to use cached_property These already implemented caching, but now that we can use cached_property because the lock problem is solved, we can make the code simplier and faster * missed one * make them the same
-
J. Nick Koston authored
-
J. Nick Koston authored
-
- Jan 26, 2024
-
-
Robert Resch authored
* Add Ecovacs image entities * Fix
-