This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Nov 11, 2021
-
-
Jonathan Keljo authored
* Bring greeneye_monitor to 99% coverage. * Pass monitor into listeners on Monitors * Updates for changes in `dev`, create mock monitor * Remove logging left in after debugging * Remove xfails now that #58764 has merged
-
Erik Montnemery authored
* Don't allow turning on audio only chromecasts * Improve tests * Adjust tests
-
Erik Montnemery authored
* Make some device action tests more explicit * Adjust tests
-
Erik Montnemery authored
-
Keilin Bickar authored
-
Guess authored
Changing PARALLEL_UPDATES from 0 (unlimited) to 50 as with many sensors (above 500) successful pings weren't being recorded. Resolves https://github.com/home-assistant/core/issues/54860
-
Erik Montnemery authored
-
Erik Montnemery authored
-
Erik Montnemery authored
Co-authored-by:
Bram Kragten <mail@bramkragten.nl>
-
Diogo Gomes authored
-
J. Nick Koston authored
-
Matthias Alphart authored
-
Franck Nijhof authored
Co-authored-by:
Tom Brien <TomBrien@users.noreply.github.com>
-
Franck Nijhof authored
-
Franck Nijhof authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
Sergiy Maysak authored
-
GitHub Action authored
-
- Nov 10, 2021
-
-
Matthias Alphart authored
* add button platform * default values for payload and payload_length * allow `type` configuration for encoded payloads * add test for type configuration * move common constants to const.py - CONF_PAYLOAD - CONF_PAYLOAD_LENGTH * validate payload for payload_length or type * c&p errors * fix unique_id and pylint * fix validator
-
Bram Kragten authored
-
Nicolas Mowen authored
-
epenet authored
Co-authored-by:
epenet <epenet@users.noreply.github.com>
-
ollo69 authored
* Remove resources selection from Nut config flow * Code clean-up * Requested changes * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Aidan Timson authored
Co-authored-by:
Joakim Sørensen <hi@ludeeus.dev> Co-authored-by:
Ludeeus <ludeeus@ludeeus.dev>
-
Franck Nijhof authored
-
Tim Rightnour authored
* Add support for PRESSURE_CBAR (centibars). This is the standard UOM for tensiometers. While the data could be converted into something like MBAR, and displayed like that, the correct UOM for this type of sensor is CBAR. Displaying it as MBAR would be the same as displaying air pressure as feet of Hg, while technically correct, it's hard to understand when reading. Adding support for this UOM will fix errors in the UI(statistics) about the unit not matching a unit of the device_class. * Add tests for PRESSURE_CBAR
-
Oliver Gruß authored
* Change existing toggle to add new function * Fixed using old property method to using actual protected variable. * Adding service tests to new cover toggle function * Working on comments from Pull Request 59233 * Adjust existing tests to fit new fake cover setup * MockCover is calling state method of MockEntity but should call it from CoverEntity * using different entity to get back test coverage
-
Allen Porter authored
-
enegaard authored
-
Erik Montnemery authored
* Minor refactor of template binary sensor * pylint * Tweak
-
ollo69 authored
-
Ville Skyttä authored
* Add human readable name for eNodeB ID * Mark various config and diagnostic sensors' entity category as such * Add uptime sensor
-
kreene1987 authored
* Original service data as a dict Fixes per recommendation in #57336. * Update homeassistant/components/zwave_js/const.py agree, thanks Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Ryan Fleming authored
* Mark octoprint temperature sensors as unavaible when value is not supplied * Check for none explictly * Do not mark the entity as unavailable * Swap to using er.get_async
-
GitHub Action authored
-
- Nov 09, 2021
-
-
Bram Kragten authored
-
Franck Nijhof authored
-
Robert Hillis authored
-
Robert Hillis authored
-