This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 03, 2025
-
-
G Johansson authored
-
Paul Bottein authored
-
Allen Porter authored
-
StaleLoafOfBread authored
* Add charging binary sensor * Add charging binary sensor test
-
Simone Chemelli authored
-
Joost Lekkerkerker authored
* Abort SmartThings flow if default_config is not enabled * Abort SmartThings flow if default_config is not enabled * Abort SmartThings flow if default_config is not enabled
-
Allen Porter authored
-
Andrew Jackson authored
* Bump mastodon to 2.0.1 * Fix mypy
-
Norbert Rittel authored
Grammar fixes in user-facing string of the LinkPlay integration Fix spelling of "set up", "media player", "ID" and improve the descriptions of the `play_preset` action.
-
Elias Wernicke authored
* add complete item intent * fix error and add tests * fix merge conflict * improve error tests * improve error tests * add response_key * add check for non completed --------- Co-authored-by:
Michael Hansen <mike@rhasspy.org>
-
J. Nick Koston authored
ensure proxies have https://github.com/esphome/esphome/pull/8328 so they do not reboot themselves if disconnecting takes too long
-
Norbert Rittel authored
Fix missing sentence-casing in Fully Kiosk Browser strings
-
Simone Chemelli authored
* Add quality scale and strict typing to Comelit * mypy * fix strings * remove quality scale * revert quality scale changes * improve typing * letfover * update typing based on new lib * align to platform * cleanup * apply review comments (part 1) * apply review comment ( part 2) * apply review comments * align * align test data * TypedDict * better casting
-
Joakim Sørensen authored
-
Erik Montnemery authored
-
cs12ag authored
* Create unique identifiers where multiple gateways are in use Resolving issue https://github.com/home-assistant/core/issues/134497 * Added migration function to __init__.py Added migration function to execute upon initialisation, to: a) remove the erroneously-added config)_entry added to the device (gateway B gets added as a config_entry to a device associated to gateway A), and b) swap out the non-unique identifiers for genuinely unique identifiers. * Added tests to simulate migration from bad data scenario (i.e. explicitly executing migrate_entity_unique_ids() from __init__.py) * Ammendments suggested in first review * Changes after second review * Rewrite of test_migrate_config_entry_and_identifiers after feedback * Converted migrate function into major version, updated tests * Finalised variable naming convention per feedback, added test to validate config entry migrated to v2 * Hopefully final changes for cosmetic / comment stucture * Further code-coverage in test_migrate_config_entry_and_identifiers() * Minor test corrections * Added test for non-tradfri identifiers
-
Paulus Schoutsen authored
-
Brett Adams authored
add Garage door
-
Norbert Rittel authored
-
Erik Montnemery authored
* Adjust type hints in update entity * Update allowed return type of update_percentage --------- Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
- Mar 02, 2025
-
-
andresb5555 authored
Do not force log file to roll over when using TimedRotatingFileHandler
-
Elias Wernicke authored
* move intent tests to file * add tests for errors
-
hydazz authored
* add night mode toggle * populate AC's action * set hvac action on zones * update tests * show zones as off if AC is off --------- Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
Michel van de Wetering authored
Add suggested values to form
-
martin12as authored
* Update const.py Fixed to match string.json * Update const.py
-
Trevor Warwick authored
* Dampen reachability changes Retry a few times before declaring player is unavailable * Fix ruff-format complaint Co-authored-by:
Simon Lamon <32477463+silamon@users.noreply.github.com> * Fix ruff-format complaint Co-authored-by:
Simon Lamon <32477463+silamon@users.noreply.github.com> * Fix ruff-format complaint Co-authored-by:
Simon Lamon <32477463+silamon@users.noreply.github.com> * Fix duplicated change Co-authored-by:
Simon Lamon <32477463+silamon@users.noreply.github.com> --------- Co-authored-by:
Simon Lamon <32477463+silamon@users.noreply.github.com>
-
Joost Lekkerkerker authored
Fetch integration list from next branch
-
karwosts authored
* Add model_id filter to device selector * Rerun CI
-
Niklas Neesen authored
* fix for exception for specific ventilation device type + tests * fix for exception for specific ventilation device type + tests * New Testset just for fan * update test_sensor.ambr
-
Norbert Rittel authored
Fix typo in `outlet_2_load_off` Fix small copy & paste error in https://github.com/home-assistant/core/pull/139044
-
Nathan Spencer authored
* Add fault sensor to balboa * Use an event instead of sensor for faults * Don't set fault initially in conftest * Use event type per fault message code * Set fault to None in conftest
-
Norbert Rittel authored
"All-Link" is a fixed term in the Insteon integration that should be kept in translations. To clarify that this commit makes all occurrences in the Insteon integration consistent (plus fixing one typo). On the other end the word "database" is sentence-cased as this can be translated, just as "record" etc. Finally the description of the "Load All-Link database" action is made consistent using descriptive third-person singular as all other actions do.
-
martin12as authored
* Update const.py * Update strings.json * Update homeassistant/components/nut/strings.json Co-authored-by:
tdfountain <174762217+tdfountain@users.noreply.github.com> * Update homeassistant/components/nut/strings.json Co-authored-by:
tdfountain <174762217+tdfountain@users.noreply.github.com> --------- Co-authored-by:
tdfountain <174762217+tdfountain@users.noreply.github.com>
-
Joost Lekkerkerker authored
-
mvn23 authored
-
Simon Lamon authored
* Add typing/async to NMBS * Fix tests * Boolean fields * Update homeassistant/components/nmbs/sensor.py Co-authored-by:
Jorim Tielemans <tielemans.jorim@gmail.com> --------- Co-authored-by:
Shay Levy <levyshay1@gmail.com> Co-authored-by:
Jorim Tielemans <tielemans.jorim@gmail.com>
-
mvn23 authored
-
mvn23 authored
-
J. Nick Koston authored
ESPHome always uses .0 in the URL for the changelog, and we never had a patch version in the stable BLE version field so we need to switch it to .0 for the URL.
-