Álvaro Fernández Rojas
5bc0e9a50f
Fix aemet temperatures with a value of 0 ( #47680 )
...
* aemet: catch TypeError exceptions
format_float() and format_int() should also catch possible TypeError
exceptions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* aemet: correctly parse temperatures with a value of 0
Right now, when a temperature with a value of 0 is provided by the API, the if
condition isn't satisfied, return None instead of 0.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* aemet: group format int/float exceptions
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-03-10 10:25:04 +01:00
dependabot[bot]
5c70dd8ab4
Bump codecov/codecov-action from v1.2.1 to v1.2.2 ( #47707 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.1 to v1.2.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:40:03 +01:00
Paulus Schoutsen
a50e9812cb
Fix automations with traces. ( #47705 )
2021-03-09 22:40:17 -08:00
Erik Montnemery
704000c049
Add support for breakpoints in scripts ( #47632 )
2021-03-09 21:23:11 -08:00
Sam Steele
bf64421be9
Use the local timezone when parsing Todoist due dates ( #45994 )
2021-03-09 20:52:32 -08:00
Franck Nijhof
62e49e545b
Add confirm only for Elgato ( #47684 )
2021-03-10 01:53:00 +01:00
Matt Zimmerman
7840db0598
Restore switch.turn_on and switch.turn_off functionality for SmartTub pumps ( #47586 )
...
Revert "Remove turn_on and turn_off from SmartTub pump switches (#47184 )"
This reverts commit bab66a5cb9
.
2021-03-10 01:26:54 +01:00
J. Nick Koston
a060acc2b1
Fix recorder with MSSQL ( #46678 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-03-09 11:16:19 -10:00
Paulus Schoutsen
46e593485e
Handle zeroconf updated events ( #47683 )
2021-03-09 10:14:00 -10:00
Paulus Schoutsen
ed679b263b
Improve logging elgato ( #47681 )
2021-03-09 19:52:53 +01:00
Erik Montnemery
fd1add8f15
Rename AutomationTrace.runid to AutomationTrace.run_id ( #47669 )
2021-03-09 15:49:41 +01:00
Marc Mueller
0c61cb555c
Add TYPE_CHECKING to coverage excludes ( #47668 )
2021-03-09 14:57:44 +01:00
Erik Montnemery
84226da404
Update tests i-o to use async_get() instead of async_get_registry() ( #47653 )
2021-03-09 14:32:08 +01:00
Erik Montnemery
87e7cebd36
Update tests c-h to use registry async_get ( #47652 )
2021-03-09 14:31:17 +01:00
Erik Montnemery
ba2978c693
Update tests p-s to use async_get() instead of async_get_registry() ( #47654 )
2021-03-09 14:28:32 +01:00
Erik Montnemery
b3fecb1c95
Update tests t-z to use async_get() instead of async_get_registry() ( #47655 )
2021-03-09 14:25:03 +01:00
Erik Montnemery
78b21b1ad1
Update tests a-b to use async_get() instead of async_get_registry() ( #47651 )
2021-03-09 14:24:34 +01:00
Erik Montnemery
3a054c3be7
Replace Entity.device_state_attributes with Entity.extra_state_attributes ( #47304 )
2021-03-09 13:58:43 +01:00
Shay Levy
19f67335ec
Revert Shelly temperature sensor name change ( #47664 )
2021-03-09 13:45:58 +01:00
Paulus Schoutsen
34b9e6f6fc
Shelly: set confirm only ( #47608 )
2021-03-09 13:13:43 +01:00
Michael
8e58c3aa7b
Add error message to options flow if connection fails for nut integration ( #46972 )
2021-03-08 14:12:52 -10:00
J. Nick Koston
5d7b53603f
Harmony: set confirm only ( #47617 )
2021-03-08 15:44:55 -08:00
J. Nick Koston
1dd35ff059
Catch dhcp setup permission errors sooner ( #47639 )
...
This solves an unexpected thread exception on macs when running as
a user intead of root
2021-03-08 15:15:22 -08:00
unaiur
10eca5b986
Fix maxcube thermostat transition from off to heat mode ( #47643 )
...
Transition from HVAC_MODE_OFF to HVAC_MODE_HEAT are not executed because
target temperature is kept at OFF_TEMPERATURE, turning it into a no-op.
This change ensures that we increase the target temperature to at least
the minimum temperature when transitioning to HVAC_MODE_HEAT mode.
2021-03-08 15:14:24 -08:00
Raman Gupta
797ee81fc9
Update zwave_js supported features list to be static ( #47623 )
2021-03-08 15:11:54 -08:00
J. Nick Koston
d9ffb65898
Fix insteon fan speeds ( #47603 )
2021-03-08 14:20:21 -08:00
J. Nick Koston
6af754a7d3
Fix turning off scene in homekit ( #47604 )
2021-03-08 14:19:05 -08:00
Franck Nijhof
efe415f225
Upgrade aiohttp to 3.7.4.post0 ( #47627 )
2021-03-08 23:18:55 +01:00
Franck Nijhof
fbf8b68488
Upgrade sentry-sdk to 1.0.0 ( #47626 )
2021-03-08 23:13:18 +01:00
Diogo Gomes
ee25723468
Add option to reverse switch behaviour in KMTronic ( #47532 )
2021-03-08 22:56:24 +01:00
Oliver
520c4a8ee3
Update attrs to 20.3.0 ( #47642 )
2021-03-08 11:49:54 -10:00
Erik Montnemery
ea4f3e31d5
Include changed variables in automation trace ( #47549 )
...
* Include changed variables in automation trace
* Deduplicate some code
* Tweak
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Fix format
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-03-08 22:48:36 +01:00
Philip Allgaier
665e2c3473
Ensure bond light follows proper typing ( #47641 )
2021-03-08 21:53:44 +01:00
Shay Levy
215ab5fd40
Add type hints to LightEntity ( #47024 )
2021-03-08 21:21:45 +01:00
Erik Montnemery
a243adc551
Add WS command to get a summary of automation traces ( #47557 )
...
* Add WS command to get a summary of automation traces
* Update tests
* Correct rebase mistake, update tests
2021-03-08 20:30:52 +01:00
uvjustin
d9bf63103f
Fix I-frame interval in stream test video ( #47638 )
2021-03-08 11:23:57 -08:00
Paulus Schoutsen
67effbc8c4
Config flow to allow marking itself as confirm only ( #47607 )
2021-03-08 10:54:51 -08:00
J. Nick Koston
573c40cb11
Ensure bond devices recover when wifi disconnects and reconnects ( #47591 )
2021-03-08 10:44:28 -08:00
J. Nick Koston
b315fcab11
Fix turn on without speed in homekit controller ( #47597 )
2021-03-08 10:43:22 -08:00
ollo69
32476a3fed
Fix AsusWRT wrong api call ( #47522 )
2021-03-08 10:34:12 -08:00
Tony Roman
f9e33a4a0d
Allow running and restarting with both ozw and zwave active ( #47566 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-03-08 10:26:08 -08:00
J. Nick Koston
65776ef980
Remove self as code owner for mylink ( #46242 )
...
Sadly these devices turn out to be so unreliable that I
gave up on them and replaced them with bond (bondhome.io)
devices which have been rock solid
2021-03-08 07:40:39 -10:00
J. Nick Koston
9d14ff8105
Add suggested_area support to Apple TV ( #47015 )
2021-03-08 07:39:57 -10:00
Czapla
8018097c54
Add title key to allow mobile app title translation to other languages ( #46593 )
2021-03-08 18:37:37 +01:00
J. Nick Koston
53952b9662
Ensure template fan value_template always determines on state ( #47598 )
2021-03-08 18:34:34 +01:00
Erik Montnemery
8fe51b8ea7
Store automation traces indexed by run_id ( #47509 )
...
* Store traces indexed by run_id
* Format
* Add test
* Add test
* Clarify comment
2021-03-08 18:04:41 +01:00
B-Hartley
ee2658f9e6
Add (some) of ZCL concentration clusters to ZHA component ( #47590 )
...
* Update registries.py
Add concentration clusters recently added to zigpy
* Update measurement.py
Add concentration clusters recently added to ZigPy
* Update sensor.py
Add concentration clusters recently added to ZigPy
* Update sensor.py
remove unnecessary tabs
* Update measurement.py
remove unnecessary tabs
* Update sensor.py
Just adding CO and CO2 for now.
* Update registries.py
Just adding CO2 and CO for now.
* Update measurement.py
Just adding CO2 and CO for now
* Update sensor.py
import const CONCENTRATION_PARTS_PER_MILLION
* Update registries.py
removed trailing whitespace
* Update sensor.py
added extra blank lines and removed trailing whitespace
* Update measurement.py
added extra blank lines and removed trailing whitespace
* Update sensor.py
add device classes for CO and CO2
2021-03-08 11:22:13 -05:00
Shay Levy
24db0ff956
Fix Shelly logbook exception when missing COAP ( #47620 )
2021-03-08 15:59:54 +01:00
Franck Nijhof
197687399d
Upgrade pillow to 8.1.2 ( #47619 )
2021-03-08 14:26:52 +01:00
Matt Zimmerman
9774ada4aa
Code cleanup for SmartTub integration ( #47584 )
2021-03-08 14:05:39 +01:00