Abílio Costa and GitHub
ebc2bec08d
Reduce reporting delta for ZHA humidity channel ( #49070 )
2021-04-12 12:02:59 -04:00
Marc Mueller and GitHub
885f528711
Replace old style type comments ( #49103 )
2021-04-12 17:07:18 +02:00
Marc Mueller and GitHub
05468a50f4
Fix xbox type hint ( #49102 )
2021-04-12 13:57:30 +02:00
David F. Mulcahey and GitHub
fe80afdb86
Add support for custom configurations in ZHA ( #48423 )
...
* initial configuration options
* first crack at saving the data
* constants
* implement initial options
* make more dynamic
* fix unload and reload of the config entry
* update unload
2021-04-12 07:08:42 -04:00
Zero King and GitHub
9c11f6547a
Fix forecast pressure unit in OpenWeatherMap ( #49069 )
2021-04-12 11:56:35 +02:00
William Scanlon and GitHub
06a8ffe94d
Bump pyeconet to 0.1.14 ( #49067 )
...
* Bump pyeconet to fix crash
* Bump pyeconet from beta version
* Update requirements_all
2021-04-12 10:41:20 +02:00
J. Nick Koston and GitHub
73f227b651
Use shared httpx client in enphase_envoy ( #48709 )
...
* Use shared httpx client in enphase_envoy
* test fix
* f
* bump version
2021-04-12 10:31:25 +02:00
Franck Nijhof and GitHub
a610076001
Support min()/max() as template function ( #48996 )
2021-04-12 10:02:04 +02:00
9368891b1b
Live db migrations and recovery ( #49036 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-11 20:43:54 -10:00
Paulus Schoutsen and GitHub
2d5edeb1ef
Set hass when adding template attribute ( #49094 )
2021-04-11 22:49:09 -07:00
eac1041277
Create DataUpdateCoordinator for each proxmoxve vm/container ( #45171 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 17:14:11 -10:00
Phil Bruckner and GitHub
f538ea1827
Release ownership of amcrest integration ( #49086 )
...
I no longer use this integration and others have taken over maintenance.
2021-04-11 21:44:22 -05:00
HomeAssistant Azure
c7d19d5115
[ci skip] Translation update
2021-04-12 00:04:19 +00:00
Joakim Sørensen and GitHub
9585defca0
Add device_tracker scanners to hass.config.components ( #49063 )
2021-04-11 13:54:43 -10:00
Erik Montnemery and GitHub
1145856c45
Fix cast options flow overwriting data ( #49051 )
2021-04-11 13:53:44 -10:00
74d7293ab8
mqtt fan percentage to speed_range and received speed_state fix ( #49060 )
...
* percentage to speed_range and get speed state fix
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 13:53:07 -10:00
Kevin Worrel and GitHub
41ff6fc278
Catch unknown equipment values ( #49073 )
...
* Catch unknown equipment values
* Catch unknown equipment values
* Remove warning spam.
2021-04-11 18:12:59 -04:00
mptei and GitHub
1d28f485d3
Patch ip interface instead of XKNX in knx ( #49064 )
...
* knx: Deeper tests.
* Set rate_limit to 0; removed waiting for queue
2021-04-11 23:01:30 +02:00
71e0e42792
Add Rituals Perfume Genie sensor platform ( #48270 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 10:36:44 -10:00
J. Nick Koston and GitHub
b86bba246a
Downgrade logger message about homekit id missing ( #49079 )
...
This can happen if the TXT record is received after the PTR record and
should not generate a warning since it will get processed later
2021-04-11 10:36:26 -10:00
eb2949a20f
Add set_wait_time command support to Litter-Robot ( #48300 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 10:35:25 -10:00
Ludovico de Nittis and GitHub
30618aae94
Reintroduce iAlarm integration ( #43525 )
...
The previous iAlarm integration has been removed because it used
webscraping #43010 .
Since then, the pyialarm library has been updated to use the iAlarm API
instead.
With this commit I reintroduce the iAlarm integration, leveraging the
new HA config flow.
Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com >
2021-04-11 10:35:04 -10:00
Chris Talkington and GitHub
f7b6d3164a
Resolve potential roku setup memory leaks ( #49025 )
...
* resolve potential roku setup memory leaks
* Update __init__.py
2021-04-11 12:35:42 -05:00
J. Nick Koston and GitHub
a261bb35eb
Bump aiohomekit to 0.2.61 ( #49044 )
2021-04-11 06:42:46 -10:00
Ruslan Sayfutdinov and GitHub
9997ae6932
Type data parameter as Mapping in async_create_entry ( #49050 )
2021-04-11 16:56:33 +02:00
Raman Gupta and GitHub
34a1dd4120
Add new attributes to Climacell ( #48707 )
...
* Add new attributes to Climacell
* fix logic
* test new properties
2021-04-11 11:59:42 +02:00
Phil Hollenback and GitHub
e38fce98c4
Fix non-metric atmospheric pressure in Open Weather Map ( #49030 )
...
The openweathermap component retrieves atmospheric pressure from the
openweathermap api and passes it along without checking the units.
The api returns pressure in metric (hPa). If you the use the weather
forecast card on a non-metric home assistant install, you will then
see the pressure reported as something like '1019 inHg', which is an
incorrect combination of metric value and non-metric label.
To fix this, check when retrieving the pressure if this is a metric
system. If not, convert the value to non-metric inHg before sending
it along.
Weirdly, this isn't a problem for temperature, so I suspect temp is
getting converted somewhere else.
2021-04-11 11:13:07 +02:00
Nicolas Braem and GitHub
71a410c742
Correct vicare power production device class ( #49040 )
2021-04-11 10:52:28 +02:00
Joakim Plate and GitHub
62182ea460
Bump ha-philipsjs to 2.7.0 ( #49008 )
...
This has some improvements to not consider the TV
off due to some exceptions that is related to API
being buggy rather than off.
2021-04-11 08:42:32 +02:00
Ben Hale and GitHub
e68678e336
Upgrade aioambient to 1.2.4 ( #49035 )
2021-04-10 20:19:31 -06:00
HomeAssistant Azure
45a92f5791
[ci skip] Translation update
2021-04-11 00:04:41 +00:00
Nicolas Braem and GitHub
42156bafe0
Change vicare unit of power production current to POWER_WATT ( #49000 )
2021-04-10 23:02:08 +02:00
Franck Nijhof and GitHub
5983fac5c2
Fix use search instead of match to filter logs ( #49017 )
2021-04-10 22:03:44 +02:00
Franck Nijhof and GitHub
654a532641
Upgrade wakonlan to 2.0.1 ( #48995 )
2021-04-10 21:50:12 +02:00
Aidan Timson and GitHub
3cd40ac79c
Set Lyric hold time to use local time instead of utc ( #48994 )
2021-04-10 21:48:33 +02:00
Andreas Oberritter and GitHub
e1d4d65ac4
Bump pysml to 0.0.5 ( #49014 )
2021-04-10 20:16:28 +02:00
Marvin Wichmann and GitHub
21744790d3
Add KNX source address to Sensor and BinarySensor ( #48857 )
...
* Add source address to Sensor and BinarySensor
* Fix typing
* Review: Always use UTC time in state attributes
* Review: Add missing UTC conversion in sensor
2021-04-10 18:12:43 +02:00
Adrien Brault and GitHub
676af205e4
Fix light template invalid color temp message ( #48337 )
2021-04-10 17:22:15 +02:00
amitfin and GitHub
f8690c29cd
Bump libhdate dependency ( #48695 )
2021-04-10 17:20:08 +02:00
dynasticorpheus and GitHub
7ef17bf175
Add support for event type closed to integration folder_watcher ( #48226 )
2021-04-10 17:04:43 +02:00
Simone Chemelli and GitHub
fcf86e59cc
Log zone cleaning ( #47912 )
2021-04-10 16:55:28 +02:00
Simone Chemelli and GitHub
157c1d0ed2
Fix Zeroconf manifest schema in hassfest script ( #49006 )
2021-04-10 16:45:53 +02:00
e7a3308efa
Improve schema of media_player.join service ( #48342 )
...
Co-authored-by: eetu <EetuRasilainen@users.noreply.github.com >
2021-04-10 16:32:41 +02:00
Marc Mueller and GitHub
1a38d2089d
Bump python-typing-update to v0.3.3 ( #48992 )
...
* Bump python-typing-update to 0.3.3
* Changes after update
2021-04-10 15:21:11 +02:00
J. Nick Koston and GitHub
a0a8638a2d
Bump nexia to 0.9.6 ( #48982 )
...
- Now returns None when a humidity sensor cannot be read instead of throwing an exception
2021-04-10 12:42:42 +02:00
7e30ab2fb2
Add missing internal quality scale label ( #48947 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-10 12:37:20 +02:00
Erik Montnemery and GitHub
7e4be921a8
Add helper to get an entity's supported features ( #48825 )
...
* Add helper to check entity's supported features
* Move get_supported_features to helpers/entity.py, add tests
* Fix error handling and improve tests
2021-04-10 08:19:16 +02:00
J. Nick Koston and GitHub
4cd7f9bd8b
Raise ConfigEntryAuthFailed during setup or coordinator update to start reauth ( #48962 )
2021-04-09 19:41:29 -10:00
Jason and GitHub
7cc857a298
Add custom JSONEncoder for subscribe_trigger WS endpoint ( #48664 )
2021-04-09 20:47:10 -07:00
Matt Zimmerman and GitHub
324dd12db8
Update python-smarttub to 0.0.23 ( #48978 )
2021-04-09 20:36:57 -07:00