Aaron Bach
ed9b271fd0
Enforce strict typing for IQVIA ( #53408 )
...
* Enforce strict typing for IQVIA
* Cleanup
* Code review
* Ignore untyped numpy function
2021-09-11 12:27:13 -06:00
Joakim Sørensen
1b46190a0c
Add view to get installation type during onboarding ( #56095 )
2021-09-11 15:38:38 +02:00
Vilppu Vuorinen
ec21c5f4a9
Update pymelcloud to 2.5.4 ( #56096 )
2021-09-11 12:51:04 +02:00
Brent Petit
97f28878bb
Add state_class to Ecobee sensors ( #55996 )
2021-09-10 22:00:24 -07:00
Michael
b11db0b1d7
Remove unnecessary extra attribute from NUT sensors ( #56078 )
2021-09-10 19:17:46 -07:00
ehendrix23
bd18bc9f3a
Bump pymyq to 3.1.4 ( #56089 )
2021-09-10 19:09:54 -07:00
Raman Gupta
c785983cce
Handle entity creation on new added zwave_js value ( #55987 )
...
* Handle new entity creation when a new value is added
* spacing
* Update homeassistant/components/zwave_js/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* change variable name and use asyncio.gather
* Centralized where discovered value IDs gets managed
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-10 23:49:31 +02:00
Shay Levy
8c3c2ad8e3
Updated changes for aioshelly 1.0.0 ( #56083 )
2021-09-11 00:48:55 +03:00
Paulus Schoutsen
dec7877671
Handle logout prefs update for Google/Alexa ( #56045 )
2021-09-10 09:08:43 -07:00
Erik Montnemery
443147e132
Wait for entities when updating energy preferences ( #56057 )
2021-09-10 09:07:52 -07:00
Joakim Sørensen
c59540cfc7
Revert "Bump pillow to 8.3.2 ( #55970 )" ( #56048 )
...
This reverts commit ee7202d10a
.
2021-09-10 17:01:51 +02:00
Daniel Hjelseth Høyer
aa39e582c3
Surepetcare, fix late review ( #56065 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-09-10 16:49:42 +02:00
Sean Vig
03df48af9c
Bump amcrest version to 1.8.1 ( #56058 )
...
The current version of the `amcrest` package has a bug in exposing if
the video stream is enabled, which leads to the substream status being
used to set if the camera is on or off. The updated version of
`amcrest` fixes this bug.
Fixes #55661
2021-09-10 15:38:01 +02:00
micha91
948a942a0d
Fix UDP message handling by upgrading aiomusiccast to 0.9.2 ( #56041 )
2021-09-10 15:03:34 +02:00
Erik Montnemery
d5a8f1af1d
Revert "Suppress last_reset deprecation warning for energy cost sensor ( #56037 )" ( #56042 )
...
This reverts commit e990ef249d
.
2021-09-10 11:27:47 +02:00
J. Nick Koston
ff1b39cda6
Fix circular import of scapy in dhcp ( #56040 )
...
* Fix circular import of scapy in dhcp
* Tweak import, add comment
* Tweak import, add comment
* pylint
2021-09-10 10:04:54 +02:00
Oxan van Leeuwen
970a7f9662
Fix compounds in sensor device class comments ( #55900 )
2021-09-10 09:46:21 +02:00
Erik Montnemery
78909b5227
Add support for state class total to energy cost sensor ( #55955 )
...
* Add support for all state classes to energy cost sensor
* Fix bug, adjust tests
* Fix rebase mistake
2021-09-10 09:05:32 +02:00
Erik Montnemery
e990ef249d
Suppress last_reset deprecation warning for energy cost sensor ( #56037 )
2021-09-10 08:59:23 +02:00
Daniel Hjelseth Høyer
c27ad3078a
Surepetcare, use DataUpdateCoordinator ( #55982 )
...
* Surepetcare, use dataupdater
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Review comment
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* style
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-10 08:37:00 +02:00
Erik Montnemery
89281a273c
Correct confusing log message in sensor statistics ( #56016 )
2021-09-09 23:26:29 -07:00
wranglatang
e3a7a253ea
Add nut Watts datapoint ( #55491 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-10 06:02:06 +02:00
Erik Montnemery
2a8121bdcd
Really change character set of statistics_meta table to utf8 ( #56029 )
2021-09-09 22:55:51 +02:00
Raman Gupta
1fd3faf766
Fix state class for zwave_js energy entities ( #56026 )
2021-09-09 16:19:28 -04:00
popoviciri
f79de2a5bc
Bump pysma to 0.6.6 & Fix Unit Checks ( #56018 )
2021-09-09 20:19:49 +02:00
Raman Gupta
113288cb1f
Fix zwave_js/node_state WS API command ( #55979 )
...
* Fix zwave_js/node_state WS API command
* Add negative assertion check to avoid regression
* Update tests/components/zwave_js/test_api.py
Co-authored-by: jan iversen <jancasacondor@gmail.com>
* use constant
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2021-09-09 14:04:27 -04:00
Erik Montnemery
88dbc6373f
Make sure character set of events, states tables is utf8 ( #56012 )
...
* Make sure character set of events, states tables is utf8
* Pylint
* Apply suggestions from code review
2021-09-09 19:26:28 +02:00
Oscar Calvo
1b0e014783
Support incoming SMS messages via polling ( #54237 )
...
* Add support to incomming SMS via polling
* Update dependencies
* Only send notification for unread messages
* Only inform if callback is not getting used
* Update gateway.py
* Apply PR feedback
* Update homeassistant/components/sms/gateway.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR comments
* Make black happy
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-09 18:29:11 +02:00
Erik Montnemery
a47532c69b
Change character set of statistics_meta table to utf8 ( #56011 )
2021-09-09 17:24:20 +02:00
Jean-Yves Avenard
556dcf6abb
Add iotawatt high-accuracy energy readout sensors ( #55512 )
2021-09-09 15:32:43 +02:00
joshs85
011817b122
Add state belief services to bond integration ( #54735 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-09 15:32:32 +02:00
Adam Feldman
cbbbc3c4f0
Add state class to Smart Meter Texas sensor ( #55665 )
2021-09-09 15:32:03 +02:00
jan iversen
9d2861afe3
Add mypy to elkm1. ( #55964 )
2021-09-09 13:14:28 +02:00
cnico
065e858a03
Address post merge review of flipr binary sensor ( #55983 )
2021-09-09 09:45:58 +02:00
Erik Montnemery
80fd330479
Add sum_decrease and sum_increase statistics ( #55850 )
2021-09-08 23:35:53 -07:00
Joakim Plate
a8cbb949fa
Rfxtrx drop yaml configuration ( #54173 )
2021-09-08 22:17:02 -07:00
Alan Tse
98ecf2888c
Remove tesla integration ( #55988 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-08 22:12:03 -07:00
GitHub Action
675426dc25
[ci skip] Translation update
2021-09-09 00:11:32 +00:00
Erik Montnemery
a1aca20818
Address review comment from #55833 ( #55985 )
2021-09-08 13:48:31 -07:00
Philip Allgaier
4d2432cffb
Consistent lower-case spelling of "optional" ( #55976 )
2021-09-08 22:16:12 +02:00
Erik Montnemery
232943c93d
Add significant change support to AQI type sensors ( #55833 )
2021-09-08 12:47:48 -07:00
Erik Montnemery
bb6c2093a2
Add support for state class measurement to energy cost sensor ( #55962 )
2021-09-08 12:46:28 -07:00
Paulus Schoutsen
ee7202d10a
Bump pillow to 8.3.2 ( #55970 )
2021-09-08 12:06:30 -07:00
Erik Montnemery
27764e9985
Fix handling of imperial units in long term statistics ( #55959 )
2021-09-08 08:08:48 -07:00
Erik Montnemery
9f1e503784
Do not allow `inf` or `nan` sensor states in statistics ( #55943 )
2021-09-08 08:05:16 -07:00
Erik Montnemery
22e6ddf8df
Do not let one bad statistic spoil the bunch ( #55942 )
2021-09-08 07:55:40 -07:00
Shay Levy
c514f72c70
Bump aioswitcher to 2.0.5 ( #55934 )
2021-09-08 07:54:44 -07:00
Diogo Gomes
84140a547b
deprecated unit_of_measurement ( #55876 )
2021-09-08 16:33:53 +02:00
Marc Mueller
0b23ce658e
Use EntityDescription - konnected ( #55923 )
2021-09-08 15:14:03 +02:00
Marc Mueller
32b8be5a6e
Use EntityDescription - repetier ( #55926 )
2021-09-08 14:28:04 +02:00
Marc Mueller
69d6d5ffce
Use EntityDescription - incomfort ( #55930 )
2021-09-08 08:51:17 +02:00
Marc Mueller
5429a67877
Use EntityDescription - zoneminder ( #55922 )
2021-09-08 08:48:55 +02:00
Ruslan Sayfutdinov
7195b8222b
Bump PyJWT to 2.1.0 ( #55911 )
2021-09-07 20:59:02 -07:00
Pascal Winters
a764c79b6f
Edit unit of measurement for gas/electricity supplier prices ( #55771 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-07 20:54:40 -07:00
Paulus Schoutsen
ec337101dd
Fix gas validation ( #55886 )
2021-09-07 20:53:43 -07:00
Fuzzy
efafe82799
Remove Trackr integration (API removed) ( #55917 )
...
* Delete Trackr component directory
* Update .coverage.rc to remove Trackr
* Update requirements_all.txt
2021-09-08 05:01:58 +02:00
GitHub Action
f9e6e616f4
[ci skip] Translation update
2021-09-08 00:10:52 +00:00
Raman Gupta
37d75e8a03
Allow multiple template.select platform entries ( #55908 )
2021-09-07 14:50:07 -07:00
Marc Mueller
42f586c585
Fix upnp add_entities ( #55904 )
...
* Fix upnp add_entities
* Remove nesting level
2021-09-07 22:27:03 +02:00
Diogo Gomes
d705b35ea1
Address comment in integration Riemann sum PR #55875 ( #55895 )
...
* https://github.com/home-assistant/core/pull/55875\#discussion_r703334504
* missing test update
2021-09-07 19:40:20 +02:00
Ville Skyttä
0684f8bddf
Add date device class ( #55887 )
...
* Add date device class
https://github.com/home-assistant/architecture/discussions/610
* Add date device class to sensors device classes list
2021-09-07 16:46:12 +02:00
RDFurman
3aed58f825
Try to avoid rate limiting in honeywell ( #55304 )
...
* Limit parallel update and sleep loop
* Use asyncio sleep instead
* Extract sleep to const for testing
* Make loop sleep 0 in test
2021-09-07 16:32:26 +02:00
Maciej Bieniek
86247c93fc
Fix available property for Xiaomi Miio fan platform ( #55889 )
...
* Fix available
* Suggested change
2021-09-07 11:34:41 +02:00
cnico
53ea24ec15
Add Flipr binary sensor ( #53525 )
2021-09-07 09:52:42 +02:00
Michael
2f3a11f930
Rewrite re-auth mechanism in Synology DSM integration ( #54298 )
2021-09-07 09:10:50 +02:00
Erik Montnemery
0d1412ea17
Set state class to total for net utility_meter sensors ( #55877 )
...
* Set state class to total for net utility_meter sensors
* Update tests
2021-09-07 08:13:14 +02:00
Diogo Gomes
1ca9deb520
Integration Sensor Initial State ( #55875 )
...
* initial state is UNAVAILABLE
* update tests
2021-09-07 08:12:54 +02:00
Sean Vig
789f21c427
Fix assignment of amcrest camera model ( #55266 )
2021-09-07 04:52:45 +02:00
GitHub Action
9da3fa5d75
[ci skip] Translation update
2021-09-07 00:11:29 +00:00
Paulus Schoutsen
93083513b4
Bump hass-nabucasa 49 ( #55823 )
2021-09-06 16:05:33 -07:00
Alexei Chetroi
c6888e4faf
Refactor ZHA tests ( #55844 )
...
* Replace ZHA tests FakeDevice
* Refactor ZHA tests to use zigpy devices and endpoints
* Use common consts for zigpy device mocks
Use the same dict key names for device signature mocks as zha quirks.
* Use const for test device list
* Update tests/components/zha/common.py
2021-09-06 19:00:06 -04:00
Erik Montnemery
b1dbdec2ea
Set state class to total for Integration sensors ( #55872 )
2021-09-07 00:27:31 +02:00
puddly
6895081595
Use `async_update_entry` in config unit test instead of modifying `data` ( #55855 )
2021-09-06 16:57:59 -04:00
Diogo Gomes
34d54511e8
Integration Sensor unit of measurement overwrite ( #55869 )
2021-09-06 13:41:01 -07:00
jan iversen
8d4aac618d
Allow same IP if ports are different on modbus ( #55766 )
2021-09-06 13:40:15 -07:00
Tatham Oddie
4fa9871080
Fix logbook entity_matches_only query mode ( #55761 )
...
The string matching template needs to match the same compact JSON format
as the data is now written in.
2021-09-06 13:39:39 -07:00
Martin Hjelmare
b088ce601c
Bump zwave-js-server-python to 0.30.0 ( #55831 )
2021-09-06 13:37:12 -07:00
Daniel Hjelseth Høyer
bcfedeb797
Surepetcare, bug fix ( #55842 )
2021-09-06 13:36:45 -07:00
Maciej Bieniek
9093819671
Fix target humidity step for Xiaomi MJJSQ humidifiers ( #55858 )
2021-09-06 13:36:18 -07:00
jan iversen
cac3e1acfa
Allow same address different register types in modbus ( #55767 )
2021-09-06 13:35:40 -07:00
J. Nick Koston
eba9b61011
Fix exception during rediscovery of ignored zha config entries ( #55859 )
...
Fixes #55709
2021-09-06 13:35:24 -07:00
Joshi
0533a9c714
Fix switch name attribute for thinkingcleaner ( #55730 )
2021-09-06 14:03:46 -05:00
Brandon Rothweiler
12b1f87b35
Upgrade pymazda to 0.2.1 ( #55820 )
2021-09-06 13:53:03 -05:00
Simone Chemelli
8b6d0ca13f
Replace util.get_local_ip in favor of components.network.async_get_source_ip() - part 2 ( #53368 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-06 08:44:38 -10:00
Erik Montnemery
dd7dea9a3f
Make scapy imports in DHCP local ( #55647 )
2021-09-06 10:10:27 -07:00
Erik Montnemery
b99a22cd4d
Re-add state_class total to sensor ( #55103 )
...
* Re-add state_class total to sensor
* Make energy cost sensor enforce state_class total_increasing
* Bump deprecation of last_reset for state_class measurement
* Correct rebase mistakes
2021-09-06 18:28:58 +02:00
starkillerOG
2634949999
Add motion_blinds VerticalBlind and cleanup ( #55774 )
2021-09-06 16:19:02 +02:00
puddly
e671ad41ec
Replace zigpy-cc with zigpy-znp ( #55828 )
...
* Replace zigpy-cc with zigpy-znp in a ZHA config migration
* Fix failing unit tests
2021-09-06 09:50:54 -04:00
Maciej Bieniek
9ee0d8fefe
Fix xiaomi miio Air Quality Monitor initialization ( #55773 )
2021-09-06 15:30:03 +02:00
mrwhite31
e6a29b6a2a
Fix typo in in rfxtrx Barometer sensor ( #55839 )
...
Fix typo in sensor.py to fix barometer unavailability
2021-09-06 15:11:12 +02:00
Maciej Bieniek
753285eae7
Fix a lazy preset mode update for Xiaomi Miio fans ( #55837 )
2021-09-06 12:33:34 +02:00
David Bonnes
67b7144703
Fix incomfort min/max temperatures ( #55806 )
2021-09-06 12:26:20 +02:00
Andre Richter
d50b700dc7
Refactor exception handling in Vallox ( #55461 )
2021-09-06 12:03:45 +02:00
Marc Mueller
4475cf24c8
Use EntityDescription - aqualogic ( #55791 )
2021-09-06 11:59:03 +02:00
Marc Mueller
3001df99cb
Use EntityDescription - poolsense ( #55743 )
2021-09-06 11:58:47 +02:00
Philip Allgaier
364edbfd8a
Add service descriptions for supervisor backup restore services ( #52766 )
...
* Add service descriptions for supervisor backup restore
* Add fields to restore services
* Update homeassistant/components/hassio/services.yaml
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-06 10:27:11 +02:00
Jan Bouwhuis
755835ee2e
Alexa - Remove legacy speed support for fan platform ( #55174 )
...
* Remove legacy fan speed support
* remove fan range controller tests
* retrigger tests
2021-09-06 10:19:57 +02:00
Marc Mueller
a4e4ffef0a
Use EntityDescription - apcupsd ( #55790 )
2021-09-06 10:19:31 +02:00
Marc Mueller
655399eb7b
Use EntityDescription - aemet ( #55744 )
2021-09-06 10:12:09 +02:00
Marc Mueller
77b60c712e
Use EntityDescription - sabnzbd ( #55788 )
2021-09-06 09:54:07 +02:00
Marc Mueller
a4dae0c1e1
Use EntityDescription - meteoclimatic ( #55792 )
2021-09-06 09:48:12 +02:00
Marc Mueller
96db04213b
Use EntityDescription - vultr ( #55789 )
2021-09-06 09:44:33 +02:00
Marc Mueller
cc6a0d2f8d
Use EntityDescription - awair ( #55747 )
2021-09-06 09:40:41 +02:00
Marc Mueller
99ef2ae54d
Use EntityDescription - vilfo ( #55746 )
2021-09-06 09:33:58 +02:00
jan iversen
0dd128af77
Change fix property to _attr for tradfri ( #55691 )
2021-09-06 08:49:00 +02:00
Greg
1b3530a3f8
Bump envoy_reader API to 0.20.0 ( #55822 )
2021-09-05 20:32:50 -10:00
Witold Sowa
8565821394
ZHA: Added support for ZigBee Simple Sensor device and Binary Input c… ( #55819 )
...
* ZHA: Added support for ZigBee Simple Sensor device and Binary Input cluster
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2021-09-06 01:41:57 -04:00
Paulus Schoutsen
523998f8a1
Drop logger service fields because keys are dynamic ( #55750 )
2021-09-05 20:53:12 -07:00
GitHub Action
c2b89725be
[ci skip] Translation update
2021-09-06 00:12:56 +00:00
Oliver
22961b30d2
Update to denonavr version 0.10.9 ( #55805 )
2021-09-05 13:28:48 -10:00
Alexei Chetroi
aa6cb84b27
Optimize ZHA ZCL attribute reporting configuration ( #55796 )
...
* Refactor ZCL attribute reporting configuration
Configure up to 3 attributes in a single request.
* Use constant for attribute reporting configuration
* Update tests
* Cleanup
* Remove irrelevant for this PR section
2021-09-05 17:45:08 -04:00
Ville Skyttä
4e1e7a4a71
Protect Huawei LTE against None ltedl/ulfreq ( #54411 )
...
Refs https://github.com/home-assistant/core/issues/54400
2021-09-05 21:42:22 +03:00
GitHub Action
f8ebc31576
[ci skip] Translation update
2021-09-05 00:11:36 +00:00
Paulus Schoutsen
cce0ca5688
Tag Hue errors as format strings ( #55751 )
2021-09-04 15:38:14 -07:00
Simone Chemelli
d39b861110
Fix SamsungTV sendkey when not connected ( #55723 )
2021-09-04 13:58:34 -07:00
Simone Chemelli
715ce3185b
Handle Fritz InternalError ( #55711 )
2021-09-04 13:56:59 -07:00
Brian Egge
c81a319346
Handle unknown preset mode in generic thermostat ( #55588 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-09-04 13:17:57 -07:00
Marc Mueller
f5a543b220
Remove deprecated device_state_attributes ( #55734 )
2021-09-04 13:16:01 -07:00
starkillerOG
58da58c008
Bump motion_blinds to 0.5.5 ( #55710 )
2021-09-04 22:06:50 +02:00
Marc Mueller
0700108278
Use NamedTuple for device_automation details ( #55697 )
2021-09-04 13:42:36 +02:00
Anders Melchiorsen
d8b85b2067
Fix LIFX firmware version information ( #55713 )
2021-09-04 13:18:23 +02:00
Erik Montnemery
38d42de2c0
Handle negative numbers in sensor long term statistics ( #55708 )
...
* Handle negative numbers in sensor long term statistics
* Use negative states in tests
2021-09-04 10:47:42 +02:00
Paulus Schoutsen
10317fba17
better detect legacy eagly devices ( #55706 )
2021-09-04 09:23:35 +02:00
J. Nick Koston
195ee2a188
Avoid creating sockets in homekit port available tests ( #55668 )
...
* Avoid creating sockets in homekit port available tests
* prevent new bridge from being setup -- its too fast now that the executor job is gone and it revealed an unpatched setup
2021-09-03 17:15:28 -10:00
Michael
0dc8fb497b
Delay state update after switch is toggled for TP-Link HS210 device ( #55671 )
...
* delay state update for HS210
* Update workaround comment
2021-09-04 03:01:48 +02:00
Ville Skyttä
b10fc89a6b
Automation trigger info type hint improvements ( #55402 )
...
* Make automation trigger info a TypedDict
* zwave_js trigger type hint fixes
* Remove redundant automation trigger info field presence checks
* Use async_initialize_triggers in mqtt and tasmota device_trigger tests
2021-09-04 02:25:51 +02:00
epenet
0749e045bb
Add reauth to Renault config flow ( #55547 )
...
* Add reauth flow to async_setup_entry
* Add reauth flow to config_flow
* Add reauth tests
* Split reauth/reauth_confirm
* unindent code
* Add entry_id and unique_id to reauth flow testing
* Use description_placeholders for username
* fix typo
2021-09-04 02:17:24 +02:00
GitHub Action
19dcb19d07
[ci skip] Translation update
2021-09-04 00:13:17 +00:00
Marc Mueller
a54b9502ef
Use NamedTuple for light color mode mapping ( #55696 )
2021-09-04 00:48:14 +02:00
Marc Mueller
617e8544c0
Use NamedTuple for touchline preset mode settings ( #55695 )
2021-09-04 00:44:16 +02:00
Marc Mueller
edddeaf5ab
Use NamedTuple for api endpoint settings ( #55694 )
2021-09-04 00:44:01 +02:00
Aidan Timson
cd51d994b1
System Bridge - Set device class for binary sensor ( #55688 )
2021-09-03 23:48:11 +02:00
Marc Mueller
4eba2ccebc
Use EntityDescription - synology_dsm ( #55407 )
2021-09-03 23:35:28 +02:00
Marc Mueller
f5cd321185
Use EntityDescription - airnow ( #55684 )
2021-09-03 22:36:24 +02:00
Marc Mueller
bbd9c6eb5b
Use EntityDescription - discogs ( #55683 )
2021-09-03 22:36:17 +02:00
Marc Mueller
ce6921d73c
Use EntityDescription - picnic ( #55682 )
...
* Use EntityDescription - picnic
* Change _attr_extra_state_attributes to be static
* Fix tests
2021-09-03 22:35:59 +02:00
Brian Rogers
9db13a3e74
Fix Rachio service missing with 1st generation controllers ( #55679 )
2021-09-03 22:35:33 +02:00
Marc Mueller
1e4233fe20
Use EntityDescription - iperf3 ( #55681 )
2021-09-03 22:35:12 +02:00
Marc Mueller
76ce0f6ea7
Use EntityDescription - econet ( #55680 )
...
* Use EntityDescription - econet
* Resolve name constants
2021-09-03 22:34:51 +02:00
Marc Mueller
798f487ea4
Use EntityDescription - faa_delays ( #55678 )
...
* Use EntityDescription - faa_delays
* Update binary_sensor.py
2021-09-03 22:34:29 +02:00
Marc Mueller
3c0a34dd01
Use EntityDescription - luftdaten ( #55676 )
...
* Use EntityDescription - luftdaten
* Fix name attribute
* Remove default values
* Move SensorTypes back to __init__
2021-09-03 22:34:01 +02:00
Marc Mueller
fbf812a845
Use EntityDescription - freebox ( #55675 )
...
* Use EntityDescription - freebox
* Remove default values
2021-09-03 22:33:26 +02:00
Paulus Schoutsen
7111fc47c4
Better handle invalid trigger config ( #55637 )
2021-09-03 10:15:57 -07:00
Joakim Sørensen
7caa985a59
Fix hdmi_cec switches ( #55666 )
2021-09-03 09:17:41 -07:00
J. Nick Koston
25b39b36e7
Ignore missing devices when in ssdp unsee ( #55553 )
2021-09-03 09:06:07 -07:00
Paulus Schoutsen
418d6a6a41
Guard for unexpected exceptions in device automation ( #55639 )
...
* Guard for unexpected exceptions in device automation
* merge
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-03 09:04:50 -07:00
Marc Mueller
a234f2ab31
Remove dead fritzbox code ( #55617 )
...
* EntityInfo has been replaced by EntityDescription (#55104 )
* Extra switch attributes have been replaced by dedicated sensors (#52562 )
2021-09-03 17:48:48 +02:00
Marc Mueller
7461af68b9
Use NamedTuple for color temperature range ( #55626 )
2021-09-03 17:41:32 +02:00
Joakim Sørensen
2171922265
Always show state for the updater binary_sensor ( #55584 )
2021-09-03 17:40:07 +02:00
ehendrix23
4310a7d814
Add upnp sensor for IP, Status, and Uptime ( #54780 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-03 17:15:28 +02:00
Michael
ae9e3c237a
Fix CONFIG_SCHEMA validation in Speedtest.net ( #55612 )
2021-09-03 14:11:19 +02:00
Nikolay Vasilchuk
b4d4fe4ef8
Fix Starline sensor state AttributeError ( #55654 )
...
* Fix starline sensors state
* Black
2021-09-03 14:04:56 +02:00
Yuval Aboulafia
173b87e675
Clean holiday attributes code in Jewish calendar ( #55080 )
...
* Clean repetitive code in jewish calendar
* do not return none
* fix holiday
2021-09-03 12:07:53 +03:00
Yuval Aboulafia
91cd6951f3
Minor cleanup in Waze travel times ( #55422 )
...
* reduce imports and clean the attriburts
* add icons
* use entity class attributes
* fix icon
* add misc types
* fix update
* do not change icon yet
* address review
2021-09-03 11:54:32 +03:00
Paulus Schoutsen
0c2772e0be
Fix template sensor availability ( #55635 )
2021-09-03 09:02:45 +02:00
Pascal Vizeli
8319f232b8
Disable observer for USB on containers ( #55570 )
...
* Disable observer for USB on containers
* remove operating system test
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-03 08:05:37 +02:00
J. Nick Koston
d8a81a54d8
Narrow zwave_js USB discovery ( #55613 )
...
- Avoid triggering discovery when we can know in advance the
device is not a Z-Wave stick
2021-09-03 05:11:03 +02:00
GitHub Action
8af0cb9e65
[ci skip] Translation update
2021-09-03 00:16:18 +00:00
bsmappee
02db4dbe5e
Bump pysmappee to 0.2.27 ( #55257 )
...
* bump
* bump
2021-09-02 21:01:16 +02:00
Joakim Sørensen
4f33679255
Fix url lookup in telegram_bot webhook ( #55587 )
2021-09-02 19:17:33 +02:00
jan iversen
69aba2a6a1
Correct duplicate address. ( #55578 )
2021-09-02 13:53:38 +02:00
Joakim Sørensen
b3b9fb0a7c
Bump pyuptimerobot to 21.9.0 ( #55546 )
2021-09-02 11:40:32 +02:00
Alexei Chetroi
cb1e0666c8
Pick right coordinator ( #55555 )
2021-09-01 22:54:35 -04:00
GitHub Action
6b4f2e6f8f
[ci skip] Translation update
2021-09-02 00:20:52 +00:00
Teemu R
aef4a69cd0
xiaomi_miio: bump python-miio dependency ( #55549 )
2021-09-02 00:18:12 +02:00
Raman Gupta
02eba22068
Add additional test coverage for zwave_js meter sensors ( #55465 )
2021-09-01 17:22:17 -04:00
Paulus Schoutsen
27e29b714c
Bump cloud to 0.47.1 ( #55312 )
...
* Bump cloud to 0.47.0
* Bump reqs
* Bump to 0.47.1
* Do not load hass_nabucasa during http startup
* fix some tests
* Fix test
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-09-01 09:54:54 -07:00
Daniel Hjelseth Høyer
c68e87c40e
OpenGarage, change to attributes ( #55528 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-09-01 18:33:56 +02:00
Daniel Hjelseth Høyer
80af2f4279
Open garage, add closing and opening to state ( #55372 )
2021-09-01 08:16:10 -05:00
epenet
f8ec85686a
Add select platform to Renault integration ( #55494 )
...
* Add select platform to Renault integration
* Fix pylint
2021-09-01 14:44:10 +02:00
Joakim Sørensen
33fb080c1e
Add remote server to cloud system health ( #55506 )
...
* Add sintun server to cloud system health
* Update name
* Adjust test
2021-09-01 13:23:50 +02:00
Paulus Schoutsen
9284f7b147
Tweaks for the iotawatt integration ( #55510 )
2021-09-01 13:18:50 +02:00
epenet
bcf97cb308
Add device tracker platform to Renault integration ( #54745 )
2021-09-01 13:10:48 +02:00
Stefan
04a052a37d
Fix moon phases ( #55518 )
2021-09-01 12:26:56 +02:00
epenet
02b7356596
Add services to Renault integration ( #54820 )
...
* Add services
* Add tests
* Cleanup async
* Fix pylint
* Update services.yaml
* Add extra schema validation
* Rename constants
* Simplify code
* Move constants
* Fix pylint
* Cleanup constants
* Drop charge_set_mode as moved to select platform
* Only register the services if no config entry has registered them yet
* Replace VIN with device selector to select vehicle
* Update logging
* Adjust type checking
* Use a shared base SERVICE_VEHICLE_SCHEMA
* Add selectors for ac_start (temperature/when)
* Add object selector for charge_set_schedules service
2021-09-01 11:23:54 +02:00
Otto Winter
46159c3f18
ESPHome light color mode use capabilities ( #55206 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-01 10:03:41 +02:00
mbo18
a28593f133
Add vacation mode to manual alarm_control_panel ( #55340 )
...
* Add vacation mode
* Add vacation to demo
* Deduplicate code in tests
2021-09-01 09:34:21 +02:00
Brian Egge
889aced3b6
Fix None support_color_modes TypeError ( #55497 )
...
* Fix None support_color_modes TypeError
https://github.com/home-assistant/core/issues/55451
* Update __init__.py
2021-09-01 08:26:09 +02:00
Brett Adams
36b37b6db3
Add missing device class for temperature sensor in Advantage Air ( #55508 )
2021-08-31 22:50:32 -07:00
Felipe Martins Diel
3bc58f9750
Fix BroadlinkSwitch._attr_assumed_state ( #55505 )
2021-08-31 22:49:56 -07:00
muppet3000
343054494c
Added trailing slash to US growatt URL ( #55504 )
2021-09-01 07:18:20 +02:00
Erik Montnemery
93c086d830
Correct sum statistics when only last_reset has changed ( #55498 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-31 21:30:52 -07:00
GitHub Action
9e41a37284
[ci skip] Translation update
2021-09-01 00:19:48 +00:00
gjong
ff229dd599
Increase YouLess polling interval ( #55490 )
2021-08-31 12:24:09 -07:00
gjong
cc4b2fbcfa
Remove Youless native unit of measurement ( #55492 )
2021-08-31 19:22:00 +02:00
Erik Montnemery
5d1a193eca
Improve log for sum statistics ( #55502 )
2021-08-31 19:15:22 +02:00
uvjustin
71c6f99d31
Fix ArestSwitchBase missing is on attribute ( #55483 )
2021-08-31 17:30:05 +02:00
Ernst Klamer
bd60a58765
Improvements to the solarlog integration ( #55405 )
2021-08-31 16:46:19 +02:00
Maciej Bieniek
08a0377dcb
Add support for Xiaomi Miio Air Purifier 3C ( #55484 )
2021-08-31 16:44:13 +02:00
Joakim Sørensen
3e38dc0fd9
Add cache-control headers to supervisor entrypoint ( #55493 )
2021-08-31 14:45:28 +02:00
JasperPlant
afc0a1f376
Add TLX daily power meter. for Growatt ( #55445 )
2021-08-31 11:55:23 +02:00
epenet
1849eae0ff
Renault code quality improvements ( #55454 )
2021-08-31 11:06:54 +02:00
Erik Montnemery
f9225bad5f
Make new cycles for sensor sum statistics start with 0 as zero-point ( #55473 )
2021-08-31 10:45:17 +02:00
Eric Severance
88a08fdf57
Wemo Insight devices need polling when off ( #55348 )
2021-08-31 09:32:26 +02:00
Paulus Schoutsen
d277e0fb03
Add Eagle 200 name back ( #55477 )
...
* Add Eagle 200 name back
* add comment
* update tests
2021-08-31 08:45:35 +02:00
Feliksas The Lion
13b001cd9b
Fix Zone 2 and Zone 3 detection in onkyo ( #55471 )
2021-08-30 20:33:52 -07:00
Matthew Garrett
dd21bf73fc
Assistant sensors ( #55480 )
2021-08-30 20:33:06 -07:00
GitHub Action
368cac7e5d
[ci skip] Translation update
2021-08-31 00:17:01 +00:00
Erik Montnemery
18c03e2f8d
Fix race in MQTT sensor when last_reset_topic is configured ( #55463 )
2021-08-30 23:32:35 +02:00
Bram Kragten
9b3346bc80
Update frontend to 20210830.0 ( #55472 )
2021-08-30 23:32:19 +02:00
Aaron Bach
76f21452ee
Bump aioambient to 1.3.0 ( #55468 )
2021-08-30 23:05:28 +02:00
ha0y
433775cf4b
Add input_select and select domain support for HomeKit ( #54760 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-30 15:28:26 -05:00
Aaron Bach
46f05ca279
Bump pyopenuv to 2.2.0 ( #55464 )
2021-08-30 13:12:27 -07:00
Aaron Bach
3d9d104482
Bump pyiqvia to 1.1.0 ( #55466 )
2021-08-30 13:12:09 -07:00
Marc Mueller
1c01ff401f
Use EntityDescription - qnap ( #55410 )
...
* Use EntityDescription - qnap
* Remove default values
2021-08-30 21:59:50 +02:00
Greg
3bd9be2f6d
Add IoTaWatt integration ( #55364 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-30 12:52:29 -07:00
Aaron Bach
daa9c8d856
Add -term statistics for Notion sensors ( #55414 )
2021-08-30 19:07:05 +02:00
Aaron Bach
1aa30ea87b
Add long-term statistics for SimpliSafe sensors ( #55419 )
2021-08-30 19:04:21 +02:00
Raman Gupta
331726ec2f
Bump zwave-js-server-python to 0.29.1 ( #55460 )
2021-08-30 09:40:56 -07:00
J. Nick Koston
27ecd43da3
Bump zeroconf to 0.36.2 ( #55459 )
...
- Now sends NSEC records when requesting non-existent address types
Implements RFC6762 sec 6.2 (http://datatracker.ietf.org/doc/html/rfc6762#section-6.2 )
- This solves a case where a HomeKit bridge can take a while to update
because it is waiting to see if an AAAA (IPv6) address is available
2021-08-30 08:59:41 -07:00
Raman Gupta
d62a78ae61
Don't set zwave_js sensor device class to energy when unit is wrong ( #55434 )
2021-08-30 08:48:36 -07:00
Simone Chemelli
fa7873dc6d
Fix noise/attenuation units to UI display for Fritz ( #55447 )
2021-08-30 08:43:11 -07:00
Andre Richter
cbc68e45cd
Refactor vallox constants ( #55456 )
2021-08-30 17:01:45 +02:00
Christopher Kochan
c4235edc41
Add Sense energy sensors ( #54833 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-08-30 08:01:26 -07:00
Erik Montnemery
ed53bb1d91
Revert "Deprecate last_reset options in MQTT sensor" ( #55457 )
...
This reverts commit f9fa5fa804
.
2021-08-30 16:58:48 +02:00
Joakim Sørensen
a668300c2e
Use AwesomeVersion for account link service check ( #55449 )
2021-08-30 14:11:07 +02:00
Erik Montnemery
722aa0895e
Improve statistics error messages when sensor's unit is changing ( #55436 )
...
* Improve error messages when sensor's unit is changing
* Improve test coverage
2021-08-30 12:51:46 +02:00
Erik Montnemery
7e9f8de7e0
Fix exception when shutting down DSMR ( #55441 )
...
* Fix exception when shutting down DSMR
* Update homeassistant/components/dsmr/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-30 12:08:21 +02:00
Erik Montnemery
8faec3da8d
Correct setup of system_bridge sensors ( #55442 )
2021-08-30 12:06:24 +02:00
Erik Montnemery
1060630bbd
Fix crash in buienradar sensor due to self.hass not set ( #55438 )
2021-08-30 10:29:39 +02:00
Aidan Timson
25273c694a
System Bridge 2.5.0 - Additional Sensors ( #53892 )
...
* Update package to 2.1.0
* Add version sensor
* Add graphics memory sensors
* Change graphics memory data from MB
* Add GPU usage sensor
* Add gpu clock speed sensors
* GPU sensors
* GPU power usage
* enumerate instead of range len
* Updates from rebase
* Add graphics
* Add Per CPU load sensor
* Cleanup
* Use super class attributes
* Suggested changes and fix
* User, System, Idle sensors
* Average, User, System and idle sensors instead of attrs
* Remove unused attrs
* Remove null/none sensor
* Sensor entity descriptions
* Fix index out of range error
* Set state class
* Use entity_registry_enabled_default
* Use built in entity_registry_enabled_default
* Use built in icon
* Fix
* Use binary sensor entity description
* Fix pylint
* Fix uom
* Add to coveragerc
* is_on
* Move entity descriptions to platforms
* Clearout default values
* Fix docstring
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Cleanup and catch
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-30 10:26:48 +02:00
uvjustin
071fcee9a9
Remove byte-range addressed parts in stream ( #55396 )
...
Add individually addressed parts
2021-08-30 13:20:19 +08:00
J. Nick Koston
5549a925b8
Implement import of consider_home in nmap_tracker to avoid breaking change ( #55379 )
2021-08-29 20:38:41 -07:00
Marc Mueller
be04d7b92e
Fix device_class - qnap drive_temp sensor ( #55409 )
2021-08-29 20:30:54 -07:00
J. Nick Koston
f37c541a50
Bump zeroconf to 0.36.1 ( #55425 )
...
- Fixes duplicate records in the cache
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.36.0...0.36.1
2021-08-29 20:29:46 -07:00
Klaas Schoute
6823b14d4c
Update entity names for P1 Monitor integration ( #55430 )
2021-08-29 20:29:37 -07:00
Aaron Bach
94e0db8ec4
Ensure ReCollect Waste shows pickups for midnight on the actual day ( #55424 )
2021-08-29 20:27:34 -07:00
Raman Gupta
ebc2a0103e
Make zwave_js discovery log message more descriptive ( #55432 )
2021-08-29 20:25:47 -07:00
GitHub Action
ea7f3c8bb3
[ci skip] Translation update
2021-08-30 00:11:40 +00:00
Aaron Bach
32df2f7d8b
Deprecate YAML config for ReCollect Waste ( #55426 )
2021-08-29 14:03:44 -06:00
Aaron Bach
b43c80ca21
Give ReCollect Waste sensor a friendlier label ( #55427 )
2021-08-29 14:03:09 -06:00
Andre Richter
fa201b6c2b
Add myself to Vallox codeowners ( #55428 )
2021-08-29 14:02:52 -06:00
Robert Svensson
76ce33dc24
Only return not return None ( #55423 )
2021-08-29 13:10:18 -06:00
Erik Montnemery
8b436c43f7
Enable basic type checking for cert_expiry ( #55335 )
2021-08-29 10:57:18 -06:00
Matt Krasowski
fd66120d6d
Handle incorrect values reported by some Shelly devices ( #55042 )
2021-08-29 14:52:12 +02:00
J. Nick Koston
43b8353566
Show device_id in HomeKit when the device registry entry is missing a name ( #55391 )
...
- Reported at: https://community.home-assistant.io/t/homekit-unknown-error-occurred/333385
2021-08-29 09:01:04 +02:00
Aaron Bach
4aed0b6ccf
Use EntityDescription - ambient_station ( #55366 )
2021-08-28 21:31:18 -06:00
Aidan Timson
3647ada143
OVO Energy - Post #54952 Cleanup ( #55393 )
2021-08-28 22:31:07 -05:00
Aaron Bach
2dddd31d97
Simplify calcuation of Notion binary sensor state ( #55387 )
2021-08-28 21:30:44 -06:00
uvjustin
923158cfba
Add ll hls to stream ( #49608 )
2021-08-29 09:53:41 +08:00
GitHub Action
291a2d6258
[ci skip] Translation update
2021-08-29 00:11:57 +00:00
J. Nick Koston
d41fa66bca
Remove legacy discovery after_dependencies from apple_tv ( #55390 )
...
- apple_tv devices are now discovered by zeroconf, and legacy discovery
is no longer needed
2021-08-28 18:30:07 -05:00
Michael
f1ba98927c
Address late fritzbox comments ( #55388 )
...
* correct imports
* move platform specifics into platforms
* move descriptions into platforms
2021-08-28 23:07:06 +02:00
jan iversen
f91cc21bbd
Solve modbus shutdown racing condition ( #55373 )
2021-08-28 23:04:33 +02:00
Michael
13cc671844
Re-configuration possibilities for Synology DSM ( #53285 )
...
* add automated host/ip reconfig via SSDP
* add reconfig of existing entry
* adjust tests
* adjust tests again
* use self._async_current_entries()
* _async_get_existing_entry()
* apply suggestions
2021-08-28 14:11:51 -05:00
Matthieu
979797136a
Add select entity to Logitech Harmony ( #53943 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-28 14:10:19 -05:00
Aaron Bach
778fa2e3fe
Bump simplisafe-python to 11.0.6 ( #55385 )
2021-08-28 12:57:02 -06:00
Daniel Hjelseth Høyer
6a93f5b7ad
Tractive name ( #55342 )
2021-08-28 08:57:57 -07:00
Maciej Bieniek
19873e6547
Address late review for Tractive integration ( #55371 )
2021-08-28 17:49:34 +02:00
jan iversen
d1965eef8b
Activate mypy for sonar ( #55327 )
...
* Please mypy.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-28 12:05:48 +02:00