This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Feb 24, 2025
-
-
Josef Zweck authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
- Feb 23, 2025
-
-
Martin Hjelmare authored
-
- Feb 20, 2025
-
-
Steven Stallion authored
-
- Feb 18, 2025
-
-
J. Diego Rodríguez Royo authored
* Add Home Connect to .strict-typing * Fix mypy errors
-
- Feb 06, 2025
-
-
Manu authored
* Enable strict-typing for Bring! integration * Explicitly pass in the config_entry in coordinator init
-
- Jan 29, 2025
-
-
Andrew Sayre authored
-
tronikos authored
* Add Google Drive integration for backup * Add test_config_flow * Stop using aiogoogle * address a few comments * Check folder exists in setup * fix test * address comments * fix * fix * Use ChunkAsyncStreamIterator in helpers * repair-issues: todo * Remove check if folder exists in the reatuh flow. This is done in setup. * single_config_entry": true * Add test_init.py * Store into backups.json to avoid 124 bytes per property limit * Address comments * autouse=True on setup_credentials * Store metadata in description and remove backups.json * improvements * timeout downloads * library * fixes * strings * review * ruff * fix test * Set unique_id * Use slugify in homeassistant.util * Fix * Remove RefreshError * review * push more fields to the test constant --------- Co-authored-by:
Joostlek <joostlek@outlook.com>
-
- Jan 28, 2025
-
-
Josef Zweck authored
Co-authored-by:
Abílio Costa <abmantis@users.noreply.github.com>
-
- Jan 27, 2025
-
-
Allen Porter authored
* Add the Model Context Protocol integration * Improvements to mcp integration * Move the API prompt constant * Update config flow error handling * Update test descriptions * Update tests/components/mcp/test_config_flow.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/mcp/test_config_flow.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Address PR feedback * Update homeassistant/components/mcp/coordinator.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * Move tool parsing to the coordinator * Update session handling not to use a context manager --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
- Jan 24, 2025
-
-
Markus Adrario authored
-
- Jan 23, 2025
-
-
Jan Bouwhuis authored
* Enable strict typing for incomfort integration * Comply to strict typing * Wrap in bool
-
epenet authored
-
- Jan 18, 2025
-
-
Manu authored
* Set strict-typing in Habitica quality scale record * cast
-
- Jan 13, 2025
-
-
JJ authored
-
qbus-iot authored
Co-authored-by:
Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by:
Thomas D <11554546+thomasddn@users.noreply.github.com>
-
- Jan 08, 2025
-
-
Joris Pelgröm authored
-
- Jan 06, 2025
-
-
G Johansson authored
-
- Jan 03, 2025
-
-
Marc Mueller authored
-
- Jan 02, 2025
-
-
Allen Porter authored
* Add the Model Context Protocol Server integration * Remove unusued code in init * Fix comment wording * Use util.uild for unique ids * Set config entry title to the LLM API name * Extract an SSE parser and update comments * Update comments and defend against already closed sessions * Shorten description * Update homeassistant/components/mcp_server/__init__.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * Change integration type to service --------- Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
- Dec 28, 2024
-
-
Joost Lekkerkerker authored
* Add Overseerr integration * Add Overseerr integration * Fix * Fix * Fix * Fix * Fix * Fix * Fix
-
- Dec 20, 2024
-
-
Joost Lekkerkerker authored
-
- Dec 18, 2024
-
-
Franck Nijhof authored
* Add Peblar Rocksolid EV Chargers integration * Process review comments
-
- Dec 15, 2024
-
-
Manu authored
-
- Dec 13, 2024
-
-
Sid authored
Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
- Dec 12, 2024
-
-
Cyrill Raccaud authored
-
Noah Husby authored
-
- Dec 09, 2024
-
-
Franck Nijhof authored
-
- Dec 03, 2024
-
-
Klaas Schoute authored
-
- Nov 28, 2024
-
-
epenet authored
* Add strict_typing rule to quality_scale hassfest validation * Add acaia to .strict-typing
-
David Knowles authored
-
- Nov 26, 2024
-
-
Franck Nijhof authored
-
- Nov 22, 2024
-
-
starkillerOG authored
-
- Nov 08, 2024
-
-
G Johansson authored
-
nasWebio authored
* Add NASweb integration * Fix DeviceInfo import * Remove commented out code * Change class name for uniquness * Drop CoordinatorEntity inheritance * Rename class Output to more descriptive: RelaySwitch * Update required webio-api version * Implement on-the-fly addition/removal of entities * Set coordinator name matching device name * Set entities with too old status as unavailable * Drop Optional in favor of modern typing * Fix spelling of a variable * Rename commons to more fitting name: helper * Remove redundant code * Let unload fail when there is no coordinator * Fix bad docstring * Rename cord to coordinator for clarity * Remove default value for pop and let it raise exception * Drop workaround and use get_url from helper.network * Use webhook to send data from device * Deinitialize coordinator when no longer needed * Use Python formattable string * Use dataclass to store integration data in hass.data * Raise ConfigEntryNotReady when appropriate * Refactor NASwebData class * Move RelaySwitch to switch.py * Fix ConfigFlow tests * Create issues when entry fails to load * Respond when correctly received status update * Depend on webhook instead of http * Create issue when status is not received during entry set up * Make issue_id unique across integration entries * Remove unnecessary initializations * Inherit CoordinatorEntity to avoid code duplication * Optimize property access via assignment in __init__ * Use preexisting mechanism to fill schema with user input * Fix translation strings * Handle unavailable or unreachable internal url * Implement custom coordinator for push driven data updates * Move module-specific constants to respective modules * Fix requirements_all.txt * Fix CODEOWNERS file * Raise ConfigEntryError instead of issue creation * Fix entity registry import * Use HassKey as key in hass.data * Use typed ConfigEntry * Store runtime data in config entry * Rewrite to be more Pythonic * Move add/remove of switch entities to switch.py * Skip unnecessary check * Remove unnecessary type hints * Remove unnecessary nonlocal * Use a more descriptive docstring * Add docstrings to NASwebCoordinator * Fix formatting * Use correct return type * Fix tests to align with changed code * Remove commented code * Use serial number as config entry id * Catch AbortFlow exception * Update tests to check ConfigEntry Unique ID * Remove unnecessary form abort
-
- Oct 31, 2024
-
-
Marcel van der Veldt authored
This reverts commit 568bdef6.
-
- Oct 30, 2024
-
-
Jozef Kruszynski authored
Co-authored-by:
Marcel van der Veldt <m.vanderveldt@outlook.com>
-
- Oct 29, 2024
-
-
Robert Resch authored
-
- Oct 25, 2024
-
-
Noah Husby authored
-
- Oct 20, 2024
-
-
Joost Lekkerkerker authored
-
- Oct 16, 2024
-
-
Jan-Philipp Benecke authored
-