This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 29, 2022
-
-
Paulus Schoutsen authored
-
epenet authored
* Use SensorDeviceClass.DISTANCE in components * Adjust mysensors
-
epenet authored
-
epenet authored
-
epenet authored
-
Robert Svensson authored
* Fix late comments from #79137 * Fix comment
-
epenet authored
Use SensorDeviceClass.VOLUME in rfxtrx
-
epenet authored
-
Kevin Addeman authored
-
uvjustin authored
Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-
PeteRager authored
* NEST - Issues with lost internet connectivity #70479 Update Climate and Sensor entities to be unavailable when the device connectivity trait indicates the device is offline. The prior behavior, the last known values would be displayed indefinitely if the device lost internet connectivity. This was creating the illusion that the device was still connected. With this change, the Home Assistant entities will become unavailable when the device loses connectivity. * Update formatting * Add doc strings, fix indentation * Fix doc strings * Update test_climate_sdm.py * Update test_climate_sdm.py * Update test_sensor_sdm.py * Update test_sensor_sdm.py * more formatting fixes * Place availability logic in mixin 1. Consolidate repeated code into mixin and apply mixin to Climate and Sensor entities 2. Return true instead of super.available() 3. No unit test changes required to maintain code coverage * Define self._device is mixin to make linter happier * Remove logger used for debugging * restore whitespace * Fix test due to underlying merge change * Update availability_mixin.py * Move availability logic into device_info * Update sensor_sdm.py
-
uvjustin authored
-
Kevin Stillhammer authored
-
Robert Svensson authored
-
HarvsG authored
Co-authored-by:
Diogo Gomes <diogogomes@gmail.com>
-
Raman Gupta authored
-
GitHub Action authored
-
Paulus Schoutsen authored
-
- Sep 28, 2022
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
J. Nick Koston authored
-
Franck Nijhof authored
-
Paulus Schoutsen authored
-
Jafar Atili authored
-
David F. Mulcahey authored
* Add Inovelli configutation entities to ZHA * add device actions * fix attribute name collision * add device action tests * disable remote protection per Inovelli request * expect_reply to false * update test for expect_reply change * inovelli feedback * translation keys and strings * clean up numbers * prevent double events * remove individual LED defaults per inovelli * redundant check * update test
-
J. Nick Koston authored
Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-
epenet authored
* Deprecate utilities * Deprecate distance and speed * Add tests * Adjust pylint * Simplify temperature deprecation
-
Daniel Shokouhi authored
-
starkillerOG authored
* Add update entity * fixes * fixes * change to CONFIG catogory * return latest version if no update available * fixes * Remove firmware binary_sensors and buttons * import Callable from collections * remove ota_update tests * Update homeassistant/components/shelly/update.py Co-authored-by:
Shay Levy <levyshay1@gmail.com> * simplify * fix mypy * Create test_update.py * fix isort * add progress support * fix styling * fix update_tests * fix styling * do not exclude shelly update test * bring coverage to 100% * snake case * snake case * change str(x) to cast(str, x) * simplify tests * further simplify tests * Split MOCK_SHELLY_COAP and MOCK_SHELLY_RPC * fix issort * fix status test * fix isort * run python3 -m script.hassfest Co-authored-by:
Shay Levy <levyshay1@gmail.com>
-
Bram Kragten authored
-
Allen Porter authored
-
Jafar Atili authored
* Refactored duplicate code * Update homeassistant/components/switchbee/entity.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/switchbee/entity.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/switchbee/entity.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * more Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Erik Montnemery authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Erik Montnemery authored
-
Maciej Bieniek authored
-
avee87 authored
Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Jafar Atili authored
* Added Light platform for switchbee integration * added light to .coveragerc * Applied code review feedback from other PR * Fixes based on previous reviewes * fixed small mistake * added test coverage for light * aligned code with other PR * rebased * fixes * removed unecessary changes * Update homeassistant/components/switchbee/light.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/switchbee/light.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * more fixes * more fixes * adjusting switch with the new change * more fixes * Update homeassistant/components/switchbee/light.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/switchbee/light.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/switchbee/light.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
epenet authored
* Use unit_conversion in components * Two more
-