This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jun 30, 2022
-
-
Alex Henry authored
* Add config flow to AnthemAV integration * Add importing of existing configuration * Change setting to optional and add default value * Use entity attribute * Reduce changes by removing additional media player properties * Remove title from translation * Refactor config flow and fix PR comments * Fix a failing test because of wrong renaming * Add typing and use existing class and enum * Bump dependency to v1.3.1 * Remove unecessary async_reload_entry * Fix requirements_test_all after rebase * Add const for timeout and remove async_block in test * Reapply CodeOwner and configflow after rebase * Remove name from configflow * Fix manifest prettier failure * Simplify code and avoid catching broad exception * Removed unused strings and translations * Avoid asserting hass.data
-
epenet authored
-
Franck Nijhof authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Erik Montnemery authored
-
Franck Nijhof authored
Revert "Patch out life360 entry setup in tests (#74212)" This reverts commit ab6e92f9.
-
Marc Mueller authored
-
Allen Porter authored
-
Marc Mueller authored
-
Kevin Stillhammer authored
-
Franck Nijhof authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Franck Nijhof authored
-
Franck Nijhof authored
-
Franck Nijhof authored
-
GitHub Action authored
-
J. Nick Koston authored
-
- Jun 29, 2022
-
-
Christopher Bailey authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Shay Levy authored
-
Christopher Bailey authored
-
Franck Nijhof authored
-
Jeef authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Zack Barett authored
-
TheJulianJES authored
* Initial implementation of fixing color transition when turning on a ZHA light * Add off_with_transition attribute, very slightly cleanup * Fix unnecessarily using last off_brightness when just turning on light Now it uses the Zigbee on_off call again if possible (instead of always move_to_level_with_on_off) * Use DEFAULT_TRANSITION constant for color transition, add DEFAULT_MIN_BRIGHTNESS constant * Add _DEFAULT_COLOR_FROM_OFF_TRANSITION = 0 but override transition for Sengled lights to 0.1s
-
Jeef authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Phil Bruckner authored
* Convert life360 integration to entity based * Improve config_flow.py type checking * Add tests for config flow Fix form defaults for reauth flow. * Cover reauth when config entry loaded * Update per review (except for dataclasses) * Restore check for missing location information This is in current code but was accidentally removed in this PR. * Fix updates from review * Update tests per review changes * Change IntegData to a dataclass * Use dataclasses to represent fetched Life360 data * Always add extra attributes * Update per review take 2 * Tweak handling of bad last_seen or location_accuracy * Fix type of Life360Member.gps_accuracy * Update per review take 3 * Update .coveragerc * Parametrize successful reauth flow test * Fix test coverage failure * Update per review take 4 * Fix config schema
-
Jeef authored
* Enable Flame/Pilot switch * Enable Flame/Pilot switch * Update homeassistant/components/intellifire/switch.py Co-authored-by:
J. Nick Koston <nick@koston.org> * Update homeassistant/components/intellifire/switch.py Thats a great fix! Co-authored-by:
J. Nick Koston <nick@koston.org> * write not update * fixed forced upates * removed data field * Refactor to support update to backing library * pre-push-ninja-style * moving over * fixed coverage * removed tuple junk * re-added description * Update homeassistant/components/intellifire/translations/en.json Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * adressing PR comments * actually store generated values * Update homeassistant/components/intellifire/__init__.py Way better option! Co-authored-by:
J. Nick Koston <nick@koston.org> Co-authored-by:
J. Nick Koston <nick@koston.org> Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
Arne Mauer authored
* Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component * Fixed black and flake8 test * New sensors and manufacturer cluster to support IKEA STARKVIND (with quirk) * Isort and codespell fixes * Instead using the fan cluster, i've created a Ikea air purifier cluster/channel that supports all sensors and fan modes * update sensors to support the new ikea_airpurifier channel * Fix black, flake8, isort * Mylint/mypy fixes + Use a TypedDict for REPORT_CONFIG in zha #73629 * Last fix for test_fan.py * fix fan test Co-authored-by:
David F. Mulcahey <david.mulcahey@me.com>
-
Daniel Baulig authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
G Johansson authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
Aaron Bach authored
-
Anders Liljekvist authored
-
Guido Schmitz authored
-
Rami Mosleh authored
-
jjlawren authored
Optimize Sonos media_player.join service
-
Aidan Timson authored
* Add boot time to System Bridge * Update homeassistant/components/system_bridge/sensor.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * Add missing import * Update homeassistant/components/system_bridge/sensor.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Mike Degatano authored
-
beren12 authored
-
Eric Svärd authored
* Make energy value validation a bit less aggressive Attempt to solve issue 69600 introduced by previous fix for issue 59285. - Introduce a tolerance factor for energy value validation. - Only skip update the specific invalid energy entity. An energy entity with invalid values will now show "State unknown". * Remove the tolerance factor. Let's just ignore the specific invalid energy entity.
-
epenet authored
-