J. Nick Koston and GitHub
0441960ffd
Update wemo to use new fan entity model ( #45582 )
2021-01-28 10:06:18 +01:00
J. Nick Koston and GitHub
0ec068667f
Update lutron_caseta manufacturer string ( #45637 )
...
Use the string that Lutron uses so it can be automatched
to the Lutron app via homekit
2021-01-28 09:40:48 +01:00
J. Nick Koston and GitHub
e43d865112
Update ozw to use new fan entity model ( #45577 )
2021-01-28 09:40:10 +01:00
Paulus Schoutsen and GitHub
92e084cee1
Include relative path in tts get url ( #45623 )
...
* Include relative path in tts get url
* Always cal get_url when requested
2021-01-28 09:33:18 +01:00
Marc Mueller and GitHub
7673f57248
Add additional error handling for automation script run ( #45613 )
2021-01-28 09:26:41 +01:00
Erik Montnemery and GitHub
5711d61b38
Bump hatasmota to 0.2.7 ( #45625 )
2021-01-28 08:55:22 +01:00
068d1b5eb8
Separate fan speeds into percentages and presets modes ( #45407 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: John Carr <john.carr@unrouted.co.uk >
2021-01-27 17:44:36 -06:00
3f948e027a
Clean tcp tests ( #41673 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 22:37:59 +01:00
Franck Nijhof and GitHub
0338f5bccf
Bump version to 2021.3.0dev0 ( #45617 )
2021-01-27 21:12:38 +01:00
Aaron Bach and GitHub
b420c1ceb7
Fix Notion binary sensor bug due to API changes ( #45616 )
2021-01-27 20:41:03 +01:00
Marc Mueller and GitHub
6aadf14bdd
Add mobile_app notify ClientError handling ( #45480 )
2021-01-27 20:39:43 +01:00
Bram Kragten and GitHub
73a04e653f
Update frontend to 20210127.1 ( #45612 )
2021-01-27 19:32:44 +01:00
starkillerOG and GitHub
ef3bdd1afc
Bump motionblinds to 0.4.8 ( #45609 )
2021-01-27 18:01:00 +01:00
J. Nick Koston and GitHub
a1662b3bb9
Restore the device id after deleting and re-adding an integration ( #45348 )
2021-01-27 17:10:57 +01:00
springstan and GitHub
566058f701
Add config flow to fritzbox_callmonitor ( #40736 )
2021-01-27 16:53:45 +01:00
Tobias Sauerwein and GitHub
f14c4412b7
Migrate RMV to use httpx ( #42560 )
2021-01-27 15:57:58 +01:00
8d572af77a
Add Huisbaasje integration ( #42716 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-01-27 15:53:25 +01:00
joe248 and GitHub
b4af17e02d
Add service to move camera to PTZ preset ( #43083 )
2021-01-27 15:43:36 +01:00
fb39185420
Add schema error handling to websocket_api ( #45602 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 15:20:22 +01:00
211ef60d96
Convert media_player unittest tests to pytest style ( #41950 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 14:50:01 +01:00
Shay Levy and GitHub
5bc4db5ef9
Fix exception when last Shelly device is removed ( #45476 )
2021-01-27 08:15:56 -05:00
Robert Chmielowiec and GitHub
80c2efa9f2
Add total energy, preheater and RMOT sensors to comfoconnect ( #45373 )
2021-01-27 08:10:58 -05:00
Shulyaka and GitHub
eea50c8ccc
Add device actions for Number ( #44240 )
2021-01-27 13:40:13 +01:00
Maciej Bieniek and GitHub
5d955eb039
Change update interval tests in AccuWeather integration ( #45562 )
2021-01-27 13:28:29 +01:00
Marcel van der Veldt and GitHub
32c6509d55
Remove unwanted brightness check in zwave_js light ( #45597 )
2021-01-27 13:07:02 +01:00
Thomas Hollstegge and GitHub
78b057ce02
Make sure generated slugs are not empty ( #43153 )
2021-01-27 12:25:49 +01:00
CtrlZvi and GitHub
1433cdaa12
Prefer shorter keys for intent matching ( #43672 )
...
When using fuzzy matching to match entity names for intents, whichever
entity is first is preferred in the case of equal matches. This leads
to situations where entities with similar names (such as entities named
for their area and then specific area location) may be used when the
whole area is wanted.
I ran into this with the my Phillips Hue lights. I have each individual
light named such that its room is the first part of the name, and its
location within the room after. So my living room has:
Living Room West
Living Room Northwest
Living Room North
Living Room Northeast
I then have a group for the whole room:
Living Room
Because the group is the last of the entities, trying to adjust the
whole room only activates one light, because all of the lights match
equally well.
By preferring the shortest of equal matches, we prefer keys that have
the least amount of extra information, causing "Living Room" to match
the group instead of an individual light.
2021-01-27 12:16:19 +01:00
Aaron Bach and GitHub
3841f0e42d
Re-architect Tile integration with new pytile ( #43071 )
2021-01-27 12:06:09 +01:00
Franck Nijhof
c8ad06e58a
Merge branch 'master' into dev
2021-01-27 12:00:43 +01:00
Lars Marowsky-Brée and GitHub
34194da1b6
New methods for input_select component ( #42968 )
...
This adds a `cycle` attribute to select_previous/next, and
select_first and select_last services.
This is quite useful for streamlining using input_select via
automations, such as when they represent a list of states to step
through; if the first option is the dimmest and the last the brightest,
one may not want to accidentally cycle from the first to the last, for
example.
Similarly, being able to directly select the first or last removes
adjustment in related automations.
2021-01-27 11:17:59 +01:00
Martin Hjelmare and GitHub
122a4e03f8
Bump zwave-js-server-python to 0.14.1 ( #45598 )
2021-01-27 11:17:47 +01:00
Josias Montag and GitHub
fb2db34334
Fix home connect lights setting color ( #45470 )
2021-01-27 11:02:32 +01:00
Ryan Fleming and GitHub
459236fcdd
Camera Status and Motion record status ( #44936 )
2021-01-27 10:50:44 +01:00
Jim Ekman and GitHub
67b309394f
Esphome fan direction ( #44495 )
2021-01-27 10:40:33 +01:00
Adrian Suwała and GitHub
e12e2377af
Rewrite hddtemp unittest tests to pytest ( #42513 )
2021-01-27 10:24:04 +01:00
Franck Nijhof and GitHub
26e266181d
Explicitly return None in Velux covers ( #45596 )
2021-01-27 10:17:26 +01:00
Berni Moses and GitHub
491e66793e
Add check and remove temporary fix for lg soundbar eq and source list ( #38798 )
2021-01-27 10:17:04 +01:00
Felipe Martins Diel and GitHub
c225f4b4ea
Implement remote.delete_command in the Broadlink integration ( #44041 )
2021-01-27 10:14:11 +01:00
Yannik Ache Eicher and GitHub
d99118f6ba
Optimized state handling of Panasonic Viera TVs ( #42913 )
2021-01-27 10:07:33 +01:00
890eaf840c
Add advanced Hyperion entities ( #45410 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-27 09:35:13 +01:00
06ade6129c
Add selectors for text and arbitrary objects ( #45112 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-27 09:20:19 +01:00
Philip Allgaier and GitHub
6800f4b6fd
Add temperature step size for generic_thermostat ( #41972 )
2021-01-27 09:12:24 +01:00
Martin Hjelmare and GitHub
f387e833c3
Add zwave_js add-on config flow support ( #45552 )
2021-01-27 08:56:16 +01:00
Marc Mueller and GitHub
c805baf88c
Refactor slack tests ( #45561 )
...
* Refactor slack tests
* Changes
* Let service register for tests
2021-01-27 04:32:14 +01:00
J. Nick Koston and GitHub
25f411ef6e
Add support for Pico and Shade remotes to Lutron Caseta ( #45315 )
2021-01-26 16:32:08 -06:00
Matej Drobnič and GitHub
b533b91b10
Add reminder support to todoist.new_task service ( #44142 )
...
* add reminder support to todoist.new_task service
* fix time support on reminder_date
* fix time support on todoist due_date
2021-01-26 23:26:29 +01:00
Chris Talkington and GitHub
14785660b0
Avoid proxied Roku images during internal requests ( #43547 )
2021-01-26 23:21:25 +01:00
Paul Daumlechner and GitHub
fb527814f9
Add tilt functionality to Velux covers ( #43669 )
2021-01-26 23:19:08 +01:00
Yuval Aboulafia and GitHub
73d2ae76a9
Round Mold Indicator attributes ( #43622 )
2021-01-26 23:14:53 +01:00
ee8d88e85c
Add support for EDS0068 onewire sensor ( #44029 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2021-01-26 23:07:04 +01:00