diff --git a/source/_posts/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index 56b2bbc52a4..f4904af21ad 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -61,10 +61,10 @@ celebrate major milestones! The event will take place on Sunday, December 13. [Paulus Schoutsen][@balloob], the founder of Home Assistant, will give the opening and closing keynote, aided by other Home Assistant developers. In between, we have three different tracks of talks (for everyone, advanced -users and developers) with a total of 16 different talks and of speakers. +users and developers) with a total of 16 different talks. Check out the [conference schedule](https://hopin.to/events/home-assistant-conference#schedule) -to see the subjects of the talks and the list speakers. +to see the subjects of the talks and the list of speakers. The Home Assistant Conference will be hosted on [Hopin](https://hopin.to/events/home-assistant-conference), an online conference platform. Tickets to attend will cost $1, which will cover @@ -106,7 +106,7 @@ The Quickbar, which was introduced in Home Assistant 0.117, really took off! We are happy to see you like it. If you haven't tried the new Quick Bar yet... you should! It is a quick and -easy way to get to entities or run command commands. From anywhere in Home +easy way to get to entities or run commands. From anywhere in Home Assistant; press `e` for entities or `c` for commands. This release, support for navigating Home Assistant via the Quick Bar was added. @@ -163,7 +163,7 @@ Another new Lovelace card this release. [@zsarnett] added the Logbook Card. This card allows you to show the logs of one (or more) entities on a Lovelace Dashboard. This can be really helpful if you want to monitor, for example, the -motion events of a sensor or on a camera. +motion events of a sensor or a camera.
@@ -191,11 +191,11 @@ Screenshot of the new Header/Footer editor.
## Supervisor Network Configuration
-Excepted to be available soon, a new Supervisor version which includes a new
+Expected to be available soon, a new Supervisor version which includes a new
network layer with added support for wireless networks, multiple network
interfaces and even VLANs.
-This should cover most of the future request we had around networking.
+This should cover most of the feature requests we had around networking.
@@ -203,7 +203,7 @@ New Supervisor Network configuration UI
-The `ptvsd` integration is been marked as deprecated and will be removed in +The `ptvsd` integration has been marked as deprecated and will be removed in Home Assistant Core 0.120. A full-featured replacement is available with the [`debugpy`](/integrations/debugpy) integration, which is now considered stable.