Erik Montnemery
bca9360d52
Remove last_reset attribute from tasmota energy sensors ( #54836 )
2021-08-18 09:25:33 -07:00
J. Nick Koston
5d19575a84
Exclude global scope IPv6 when setting up zeroconf interfaces ( #54632 )
2021-08-18 09:00:09 -07:00
Thomas Lovén
8d37fd08c7
Fix integration sensors sometimes not getting device_class or unit_of_measurement ( #54802 )
2021-08-18 08:59:31 -07:00
Erik Montnemery
bce7c73925
Remove `last_reset` attribute from and set state class to `total_increasing` for enphase_envoy energy sensors ( #54831 )
2021-08-18 08:58:32 -07:00
rikroe
041ba2ec3a
Fix BMW remote services in rest_of_world & north_america ( #54726 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-08-18 08:58:07 -07:00
Raman Gupta
c1595d5ceb
Only show zwave_js command classes that are on the node ( #54794 )
2021-08-18 17:53:00 +02:00
Erik Montnemery
a6ac55390a
Remove `last_reset` attribute and set state class to `total_increasing` for smartthings energy sensors ( #54824 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-18 17:14:02 +02:00
Erik Montnemery
e98d50f6d1
Remove `last_reset` attribute and set state class to `total_increasing` for mysensors energy sensors ( #54827 )
2021-08-18 16:58:13 +02:00
Erik Montnemery
9c7ea786a7
Remove `last_reset` attribute and set state class to `total_increasing` for saj energy sensors ( #54813 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-18 16:57:38 +02:00
Erik Montnemery
6aca3b326f
Remove `last_reset` attribute and set state class to `total_increasing` for fronius energy sensors ( #54830 )
2021-08-18 16:57:19 +02:00
Erik Montnemery
09fbc38baa
Remove last_reset attribute from keba energy sensors ( #54828 )
2021-08-18 16:45:30 +02:00
Erik Montnemery
6eba04c454
Remove last_reset attribute from wemo energy sensors ( #54821 )
2021-08-18 16:45:16 +02:00
Erik Montnemery
4892f6b094
Remove `last_reset` attribute and set state class to `total_increasing` for sense energy sensors ( #54825 )
2021-08-18 16:31:10 +02:00
Ville Skyttä
9947795068
Treat Huawei LTE error code 100006 as unsupported functionality ( #54253 )
...
Internet says 100006 could mean "parameter error", B2368-F20 is
reported to respond with that to lan/HostInfo requests.
While at it, handle the special case error codes and the "real" not
supported exception in the same block.
Closes https://github.com/home-assistant/core/issues/53280
2021-08-18 17:26:54 +03:00
Erik Montnemery
28e421dc53
Remove `last_reset` attribute and set state class to `total_increasing` for spider energy sensors ( #54822 )
2021-08-18 15:54:22 +02:00
Daniel Hjelseth Høyer
27849426fe
Remove last_reset attribute and set state class to total_increasing for Integration sensors ( #54815 )
2021-08-18 15:54:11 +02:00
SmaginPV
07c0fc9eba
Remove deprecated Xiaomi Miio fan speeds ( #54182 )
2021-08-18 15:53:17 +02:00
jan iversen
20b7125620
Activate mypy for Panasonic_viera ( #54547 )
2021-08-18 15:34:50 +02:00
Erik Montnemery
5536e24dec
Remove `last_reset` attribute and set state class to `total_increasing` for zwave_js energy sensors ( #54818 )
2021-08-18 15:11:10 +02:00
Erik Montnemery
aef8ec968b
Remove last_reset attribute from kostal_plenticore energy sensors ( #54817 )
2021-08-18 14:59:22 +02:00
Erik Montnemery
0329d0f246
Remove last_reset attribute and set state class to total_increasing for tibber energy sensors ( #54799 )
...
* Remove last_reset attribute from tibber energy sensors
* Remove reset_type, fix merge
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-18 14:18:51 +02:00
Erik Montnemery
60f8e24bde
Remove last_reset attribute from sma energy sensors ( #54814 )
2021-08-18 13:58:08 +02:00
Erik Montnemery
0b7b4152f1
Remove last_reset attribute from devolo energy sensors ( #54803 )
2021-08-18 13:55:21 +02:00
Erik Montnemery
d9bfb8fc58
Remove `last_reset` attribute and set state class to `total_increasing` for rainforest energy sensors ( #54810 )
2021-08-18 13:44:08 +02:00
Erik Montnemery
3c5ba1fcc3
Remove `last_reset` attribute and set state class to `total_increasing` for PVOutput energy sensors ( #54809 )
2021-08-18 13:41:57 +02:00
Erik Montnemery
7812b50572
Remove `last_reset` attribute and set state class to `total_increasing` for powerwall energy sensors ( #54808 )
2021-08-18 13:37:43 +02:00
Erik Montnemery
3e235f6e70
Remove `last_reset` attribute and set state class to `total_increasing` for Ovo cost and energy sensors ( #54807 )
2021-08-18 13:36:35 +02:00
Ville Skyttä
939fde0a50
ConfigType and async_setup/setup type hint improvements ( #54739 )
2021-08-18 13:22:05 +02:00
Erik Montnemery
dcb2a211e5
Remove last_reset attribute and set state class to total_increasing for Shelly energy sensors ( #54800 )
2021-08-18 13:13:35 +02:00
Erik Montnemery
1280a38e0f
Remove last_reset attribute from fritz sensors ( #54806 )
2021-08-18 13:12:37 +02:00
jan iversen
bafbbc6563
Adjust modbus constants names ( #54792 )
...
* Follow up.
2021-08-18 12:56:54 +02:00
epenet
16cb50bddf
Ensure device entry in Renault integration ( #54797 )
...
* Ensure device registry is set even when there are no entities
* Fix isort
* Use async_get for accessing registry
2021-08-18 12:44:35 +02:00
Joakim Sørensen
bf494b5697
Remove distro from updater requirements ( #54804 )
2021-08-18 12:31:43 +02:00
Erik Montnemery
d1057a7004
Remove last_reset and update state class for Atome energy ( #54801 )
2021-08-18 12:17:25 +02:00
Erik Montnemery
cbff6a603d
Remove unused last_reset from Toon ( #54798 )
2021-08-18 12:15:01 +02:00
J. Nick Koston
62015f5495
Bump async-upnp-client to 0.20.0, adapt to breaking changes ( #54782 )
2021-08-18 12:13:59 +02:00
Maciej Bieniek
c937a235e1
Add select platform for Xiaomi Miio fans ( #54702 )
...
* Add select platform for Xiaomi Miio purifiers
* Add missing condition for AirFresh
* Suggested change
* Remove fan_set_led_brightness from services.yaml
* Remove zhimi.airpurifier.v3
2021-08-18 11:24:15 +02:00
Daniel Hjelseth Høyer
102af02d8a
Tibber data coordinator ( #53619 )
...
* Tibber data coordinator
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Remove whitespace
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-18 11:21:39 +02:00
Franck Nijhof
73d03bdf1d
Add Gas device class to DSMR Reader ( #54748 )
2021-08-18 10:14:03 +02:00
Erik Montnemery
e1926caeb9
Remove STATE_CLASS_TOTAL and last_reset from sensor ( #54755 )
...
* Remove STATE_CLASS_TOTAL
* Update mill sensor
* Update tests
* Kill last_reset
* Return ATTR_LAST_RESET to utility_meter
* Update energy cost sensor
* Restore last_reset for backwards compatibility
* Re-add and update deprecation warning
* Update tests
* Fix utility_meter
* Update EnergyCostSensor
* Tweak
* Fix rebase mistake
* Fix test
2021-08-18 10:03:27 +02:00
dependabot[bot]
85d9890447
Bump dessant/lock-threads from 2.1.1 to 2.1.2 ( #54791 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 08:59:13 +02:00
Christopher Kochan
c65f769130
Update sense_energy to version 0.9.2 ( #54787 )
2021-08-18 08:29:02 +02:00
J. Nick Koston
87496ae75c
Fix HomeKit cover creation with tilt position, open/close, no set position ( #54727 )
2021-08-17 22:41:22 -05:00
J. Nick Koston
d7c1e7c7dc
Adjust yeelight homekit model ( #54783 )
2021-08-17 22:41:01 -05:00
Maciej Bieniek
10058ea3f0
Use new device classes in GIOS integration ( #54743 )
...
* Use new device classes
* Clean up
2021-08-17 22:35:05 -05:00
Maciej Bieniek
bd550c4559
Use AQI, PM1, PM25, PM10 device classes in Airly ( #54742 )
2021-08-18 02:40:06 +02:00
GitHub Action
0100ffcb8c
[ci skip] Translation update
2021-08-18 00:13:44 +00:00
Franck Nijhof
b981e69f95
Update SolarEdge to use new state classes ( #54731 )
2021-08-18 02:00:10 +02:00
Teemu R
3bc45eacfc
Fix tplink doing I/O in event loop and optimize ( #54570 )
...
* Optimize tplink i/o
* Cache has_emeter reduceing the number of i/o requests on hs300 by 5
* Use the state from the sysinfo dict for non-strips reducing required requests by one
* Remove I/O from __init__, read has_emeter from sysinfo
* Cleanup __init__ to avoid I/O
* Re-use the sysinfo response for has_emeter
* Use async_add_executor_job() to execute the synchronous I/O ops.
* use the device alias instead of host for coordinator, use executor for unavailable_devices
* Remove unnecessary self.hass assignment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-18 01:29:40 +02:00
ehendrix23
67e9035e4e
Improve myq error handling for opening/closing cover ( #54724 )
2021-08-17 17:56:33 -05:00