J. Nick Koston
7b4df98875
Silence spurious warning when HomeKit is already running ( #37199 )
...
If homekit.start is called when homekit is already running
we previous warned. Downgrade the warning to a debug message
as nothing is actually wrong.
2020-06-29 13:37:56 +02:00
Dave T
5badbcb012
Correct typo in input_number UI text ( #37208 )
2020-06-29 10:57:23 +02:00
Joakim Plate
ca265966e7
Sensors sometimes are created without event ( #37205 )
2020-06-29 06:39:56 +02:00
HomeAssistant Azure
af5374d38b
[ci skip] Translation update
2020-06-29 00:03:32 +00:00
Gleb Sinyavskiy
76fa581bb9
Move transmission limit and order config options to the options flow ( #37198 )
2020-06-28 22:51:18 +02:00
Gleb Sinyavskiy
4a374f0378
Limit and sort transmission torrents_info attribute ( #35411 )
2020-06-28 13:56:54 +02:00
Tom Harris
15165a3c93
Fix issue with Insteon devices not responding to device changes ( #37160 )
2020-06-28 11:46:44 +02:00
Phil Bruckner
584ce043e5
Add debug output for invalid service call data ( #37171 )
2020-06-27 22:19:54 -07:00
Aaron Bach
b0df223f5a
Bump aioguardian ( #37188 )
...
* Bump aioguardian
* Fix tests
2020-06-27 23:16:42 -06:00
Joakim Plate
201dab93ff
Attempt to set unique id of rfxtrx device ( #37159 )
2020-06-27 21:59:42 -07:00
Aaron Bach
10f296ba17
Fix bug where Tile session would expire ( #37185 )
2020-06-27 21:54:50 -07:00
Joakim Plate
464f17f182
Fixup rfxtrx tests to at least run ( #37186 )
2020-06-27 21:54:27 -07:00
J. Nick Koston
a63a11a11a
Ensure all async_track_state_change_event callbacks run if one throws ( #37179 )
2020-06-27 17:48:27 -07:00
HomeAssistant Azure
c1194c90cb
[ci skip] Translation update
2020-06-28 00:05:05 +00:00
J. Nick Koston
4acc6f333e
Improve scalability of state change event routing ( #37174 )
2020-06-27 14:46:45 -07:00
Alan Tse
07aba74757
Bump teslajsonpy to 0.9.0 ( #37162 )
2020-06-27 11:45:34 -05:00
David F. Mulcahey
4fd27e879e
add phillips remote cluster ( #37172 )
2020-06-27 12:40:34 -04:00
jjlawren
ec13eecc59
Update Plex tests to mock websockets ( #37147 )
...
* Update Plex tests to mock websockets
* Avoid unnecessary class mock
2020-06-27 10:03:51 +02:00
HomeAssistant Azure
e48bcd2070
[ci skip] Translation update
2020-06-27 00:05:54 +00:00
mdegat01
d454f85572
Add support for glob matching in InfluxDB filters ( #37069 )
...
* added support for glob filtering to influx
* removed print and using dataclass instead of namedtuple
2020-06-27 00:01:32 +02:00
Paulus Schoutsen
4e10ca3214
Fix speedtest blowing up ( #37151 )
2020-06-26 14:26:05 -07:00
Paulus Schoutsen
50dd6b69cd
Fix OwnTracks race condition ( #37152 )
2020-06-26 14:25:50 -07:00
Paulus Schoutsen
8a9b19f327
Updated frontend to 20200626.1 ( #37150 )
2020-06-26 13:44:28 -07:00
bsmappee
680f8f8d5a
Improve Smappee integration ( #37087 )
2020-06-26 10:46:14 -07:00
jjlawren
fe5bf96e5d
Catch additional exception for Plex account login failures ( #37143 )
2020-06-26 10:30:44 -07:00
Franck Nijhof
7d74b74570
Fix recorder purging by batch processing purges ( #37140 )
2020-06-26 10:27:45 -07:00
J. Nick Koston
a4501b93c4
Fix repack when using pymysql ( #37142 )
2020-06-26 11:45:40 -05:00
Kdemontf
39a5f68914
Update remote_rpi_gpio switch parent ( #37136 )
...
* Update switch.py
Update to rename SwitchDevice to SwitchEntity, if appropriate.
* Update switch.py
* Update switch.py
2020-06-26 18:29:38 +02:00
Aaron Bach
3a2d4ac7fa
Add optimistic Guardian switch updating ( #37141 )
2020-06-26 10:19:38 -06:00
J. Nick Koston
76db2b39b0
Move logbook continuous domain filtering to sql ( #37115 )
...
* Move logbook continuous domain filtering to sql
sensors tend to generate a significant amount of states
that are filtered out by logbook. In testing 75% of
states can be filtered away in sql to avoid the
sqlalchemy ORM overhead of creating objects that will
be discarded.
* remove un-needed nesting
2020-06-26 09:12:50 -05:00
Franck Nijhof
fe1a7f6d69
Upgrade sqlalchemy to 1.3.18 ( #37123 )
2020-06-26 08:15:54 -05:00
J. Nick Koston
0eaa6045c1
Ensure doorbird events can be filtered by entity_id ( #37116 )
2020-06-25 23:29:22 -07:00
jjlawren
40573bf393
Plex tests cleanup and additions ( #37117 )
2020-06-25 23:24:58 -07:00
Paulus Schoutsen
56907392d3
Bump frontend ( #37113 )
2020-06-25 17:38:09 -07:00
J. Nick Koston
30df871787
Improve isoformat timestamp performance for full states ( #37105 )
2020-06-25 17:11:49 -07:00
jjlawren
fd1a8dd96c
Fix Plex when using local tokenless authentication ( #37096 )
2020-06-25 17:10:40 -07:00
Franck Nijhof
f42eb0d5ca
Fix missing service call context in multiple locations ( #37094 )
2020-06-25 17:09:52 -07:00
HomeAssistant Azure
98a388e65a
[ci skip] Translation update
2020-06-26 00:04:23 +00:00
J. Nick Koston
6d9fa34f65
Migrate doorbird to use new logbook platform ( #37097 )
2020-06-25 15:17:05 -05:00
Franck Nijhof
2dd0a182ab
Bump version to 0.113.0dev0 ( #37071 )
2020-06-25 11:42:33 -07:00
Indu Prakash
15773cb3e0
Add worldclock custom format ( #36157 )
2020-06-25 11:41:53 -07:00
Paulus Schoutsen
4aedafc73a
Improve setup ( #37075 )
2020-06-25 11:34:47 -07:00
Alexei Chetroi
25b093e69e
Use cached values for divisor/multiplier ( #37070 )
2020-06-25 09:35:48 -04:00
Franck Nijhof
140fc48ede
Remove invalidation version from ZHA deprecated config options ( #37089 )
2020-06-25 08:17:31 -04:00
Eugene Prystupa
fea5d007fc
Clean up plum_lightpad ( #37077 )
2020-06-25 13:20:42 +02:00
Phil Bruckner
c423501804
Add legacy polling option for Amcrest motion detection ( #36955 )
2020-06-24 23:20:39 -07:00
RogerSelwyn
9137957cf9
Fix geniushub spamming log with exceptions ( #37067 )
2020-06-24 23:20:00 -07:00
J. Nick Koston
f4528d0db2
Ensure history states can be copied ( #37081 )
...
The filter integration makes a copy of a
state object obtained from history.
2020-06-24 22:43:08 -05:00
Paulus Schoutsen
5bc6ed4cef
Add logbook platforms ( #37078 )
...
* Add logbook platforms
* Fix logbook describe test
2020-06-24 18:14:50 -07:00
Aaron Bach
7968cd650a
Add concept of allowed external URLs to config ( #36988 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-24 17:37:01 -07:00