This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 19, 2024
-
-
Marcel Vriend authored
-
Shai Ungar authored
-
Marc Mueller authored
-
Malte Franken authored
-
Marc Mueller authored
-
Marc Mueller authored
-
Marc Mueller authored
-
Bram Kragten authored
* Bump frontend to 20240719.0 * restore #120488
-
Josef Zweck authored
* init * Update homeassistant/helpers/update_coordinator.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * fix typo, ruff * consistency with rest, test * pylint suppression * ruff * ruff * switch to one test * add last exc * add tests for auth & Entry Errors * move exceptions to correct test * Update update_coordinator.py Co-authored-by:
G Johansson <goran.johansson@shiftit.se> * test setup call * simplify --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by:
G Johansson <goran.johansson@shiftit.se>
-
dougiteixeira authored
Add string for value template descrition in switch Template
-
Harry Martland authored
* fixes issue where hive does not update when boosting * formats files
-
Marc Mueller authored
-
Marc Mueller authored
-
Marc Mueller authored
-
Bram Kragten authored
-
Mr. Bubbles authored
-
Matrix authored
-
Jan Bouwhuis authored
-
Paolo Burgio authored
* Initial import 0.0.2 * Fixes to URL, and removed commits * Initial import 0.0.2 * Fixes to URL, and removed commits * Added first test for iotty * First release * Reviewers request #1 - Removed clutter - Added support for new naming convention for IottySmartSwitch entity * Removed commmented code * Some modifications * Modified REST EP for iotty CloudApi * Initial import 0.0.2 * Fixes to URL, and removed commits * Added first test for iotty * First release * Rebased and resolved conflicts * Reviewers request #1 - Removed clutter - Added support for new naming convention for IottySmartSwitch entity * Removed commmented code * Some modifications * Modified REST EP for iotty CloudApi * Removed empty entries in manifest.json * Added test_config_flow * Fix as requested by @edenhaus * Added test_init * Removed comments, added one assert * Added TEST_CONFIG_FLOW * Added test for STORE_ENTITY * Increased code coverage * Full coverage for api.py * Added tests for switch component * Converted INFO logs onto DEBUG logs * Removed .gitignore from commits * Modifications to SWITCH.PY * Initial import 0.0.2 * Fixes to URL, and removed commits * Added first test for iotty * First release * Rebased and resolved conflicts * Fixed conflicts * Reviewers request #1 - Removed clutter - Added support for new naming convention for IottySmartSwitch entity * Removed commmented code * Some modifications * Modified REST EP for iotty CloudApi * Removed empty entries in manifest.json * Added test_config_flow * Some modifications * Fix as requested by @edenhaus * Added test_init * Removed comments, added one assert * Added TEST_CONFIG_FLOW * Added test for STORE_ENTITY * Increased code coverage * Full coverage for api.py * Added tests for switch component * Converted INFO logs onto DEBUG logs * Removed .gitignore from commits * Modifications to SWITCH.PY * Fixed tests for SWITCH * First working implementation of Coordinator * Increased code coverage * Full code coverage * Missing a line in testing * Update homeassistant/components/iotty/__init__.py Co-authored-by:
Robert Resch <robert@resch.dev> * Update homeassistant/components/iotty/__init__.py Co-authored-by:
Robert Resch <robert@resch.dev> * Modified coordinator as per request by edenhaus * use coordinator entities for switches * move platforms to constants * fix whitespace with ruff-format * correct iotty entry in application_credentials list * minor style improvements * refactor function name * handle new and deleted devices * improve code for adding devices after first initialization * use typed config entry instead of adding known devices to hass.data * improve iotty entity removal * test listeners update cycle * handle iotty as devices and not only as entities * fix test typing for mock config entry * test with fewer mocks for an integration test style opposed to the previous unit test style * remove useless tests and add more integration style tests * check if device_to_remove is None * integration style tests for turning switches on and off * remove redundant coordinator tests * check device status after issuing command in tests * remove unused fixtures * add strict typing for iotty * additional asserts and named snapshots in tests * fix mypy issues after enabling strict typing * upgrade iottycloud version to 0.1.3 * move coordinator to runtime_data * remove entity name * fix typing issues * coding style fixes * improve tests coding style and assertion targets * test edge cases when apis are not working * improve tests comments and assertions --------- Co-authored-by:
Robert Resch <robert@resch.dev> Co-authored-by:
Shapour Nemati <shapour.nemati@iotty.com> Co-authored-by:
Erik Montnemery <erik@montnemery.com> Co-authored-by:
shapournemati-iotty <130070037+shapournemati-iotty@users.noreply.github.com>
-
Sid authored
-
Arie Catsman authored
* Improve number platform COV for enphase_envoy * remove use of rand in pytest_number of enphase_envoy
-
Franck Nijhof authored
-
G Johansson authored
-
Åke Strandberg authored
-
G Johansson authored
-
Steve Repsher authored
-
Jeef authored
* continue * Rebase dev * signle function to generate attr_entity info * rewrite icon determination as an if block * handling PR * Removing wind sensors for now - separate future PR * ruff * Update coordinator.py Thought i already did this * Update sensor.py * Update icons.json * Update sensor.py * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * working on a unified entity * working on a unified entity * sensor refactor * addressing entity comment * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * doc * pr comments again * fixing PR * fixing PR * applying entity class in sensor * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Cleaning up weather.py * station id cleanup for weather class * rewrite adding sensors the correct way * Adding snapshot testing * snapshot update * added total class * updated snapshots * minor tweak * snapshot away * adding more coverage * switch back to total * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
Kristof Mariën authored
Renson: Load correct fan speed when breeze level is set
-
Brent Petit authored
-
rrooggiieerr authored
-
Jan Bouwhuis authored
Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
G Johansson authored
-
Matrix authored
-
Sid authored
-
Austin Mroczek authored
Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
Mr. Bubbles authored
-
ashalita authored
-
Dave T authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-