This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 09, 2025
-
-
David Bonnes authored
bump client, add test for fix #140194
-
J. Nick Koston authored
changelog: https://github.com/esphome/aioesphomeapi/compare/v29.4.1...v29.5.1 Adds a `--verbose` flag to `aioesphomeapi-discover` to help track down https://github.com/esphome/issues/issues/6311
-
J. Diego Rodríguez Royo authored
* Refresh token during config entry setup * Test 500 error --------- Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
J. Diego Rodríguez Royo authored
Add 900 RPM option to washer spin speed options
-
Keith authored
* - Added lock platform - Added creation of IgloohomeLockEntity when bridge devices are included. * - Migrated retrieval of linked_bridge utility to utils module. - Added ability for lock to update it's own linked bridge automatically * - Added mock bridge device to test fixture * - Added snapshot test for lock module * - Added bridge with no linked devices - Added test for util.get_linked_bridge * - Added handling of errors from API call * - Bump igloohome-api to v0.1.0 * - Minor change * - Removed async update for locks. Focus on MVP * - Removed need for update on entity creation * - Updated snapshot test * - Updated snapshot * - Updated to use walrus during lock entity creation - Updated callback class for async_setup_entry based on lint suggestion * - Set _attr_name as None - Updated snapshot test * Update homeassistant/components/igloohome/lock.py * Update homeassistant/components/igloohome/lock.py --------- Co-authored-by:
Josef Zweck <josef@zweck.dev>
-
Martin Hjelmare authored
-
Martin Hjelmare authored
* Test hvac node only hvac * Assert supported features in all climate tests * Fix mysensors climate target temperatures
-
Glenn Waters authored
-
Jan-Philipp Benecke authored
-
Simone Chemelli authored
* Allign CONST_ in Shelly integration * apply review comment
-
msm595 authored
-
Galorhallen authored
-
Maciej Bieniek authored
* Fix typo * Improve category map for air quality and pollen * Update test snapshot
-
Franck Nijhof authored
-
Jan Bouwhuis authored
* Deprecate use of invalid unit of measurement for mqtt sensor * Update learn more URL to point to user docs instead * typo
-
Manu authored
-
Marc Mueller authored
-
Simone Chemelli authored
-
J. Nick Koston authored
-
Maciej Bieniek authored
-
J. Nick Koston authored
Adds support for getting the Bluetooth MAC changelog: https://github.com/home-assistant-libs/aioshelly/compare/13.1.0...13.2.0
-
Artur Pragacz authored
-
Allen Porter authored
* Improve tool descriptions for brightness and volume percentage * Address lint errors * Update intent.py to revert of a light * Create explicit types to make intent slots more future proof * Remove comments about slot type --------- Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
Artur Pragacz authored
-
- Mar 08, 2025
-
-
Jan Bouwhuis authored
Revert "Check if the unit of measurement is valid before creating the entity …" This reverts commit 99e1a7a6.
-
Franck Nijhof authored
-
Matthias Alphart authored
* Use HAs configured timezone for KNX expose time * use `hass.config.async_set_time_zone` in tests
-
Norbert Rittel authored
- "addon" -> "add-on" - "internet" -> "Internet" - "an Thread border router" -> "a …"
-
Norbert Rittel authored
The use of "alarm code" matches the online docs, too.
-
Norbert Rittel authored
-
Norbert Rittel authored
-
Norbert Rittel authored
-
Norbert Rittel authored
-
Franck Nijhof authored
-
Jan Bouwhuis authored
-
Maciej Bieniek authored
* Use the set language for condition sensors * Update strings * Update test snapshots * Add missing string
-
Joost Lekkerkerker authored
-
John Hillery authored
* Add label to emergency heat switch * Use sentence case names Co-authored-by:
Franck Nijhof <frenck@frenck.nl> --------- Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Luke Lashley authored
* Send via cloud api when needed * Extract logic to helper function * change to class method