diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9fd5a1e3c4..d655d7aec3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Setting up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.0 + uses: actions/setup-node@v2.1.1 with: node-version: 12.x - name: Setup NPM cache @@ -33,7 +33,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Setting up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.0 + uses: actions/setup-node@v2.1.1 with: node-version: 12.x - name: Setup NPM cache diff --git a/source/_docs/installation/python.markdown b/source/_docs/installation/python.markdown deleted file mode 100644 index 8e1e16f1158..00000000000 --- a/source/_docs/installation/python.markdown +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Installation on your computer" -description: "Installation of Home Assistant on your computer." -redirect_from: /getting-started/installation-python/ ---- - -
- -If you're running a Linux-based platform, we strongly recommend you follow the instructions for a [virtual environment](/docs/installation/virtualenv/) instead. - -
- -Once Python is installed, execute the following code in a console: - -```bash -pip3 install homeassistant -hass --open-ui -``` - -Running these commands will: - -- Install Home Assistant -- Launch Home Assistant and serve the web interface on [http://localhost:8123](http://localhost:8123) - -Video tutorials of this process for various operating systems are available here: - -- [macOS](https://www.youtube.com/watch?v=hej6ipN86ls) -- [Ubuntu 14.04](https://www.youtube.com/watch?v=SXaAG1lGNH0) - -Keep in mind that the operating systems used and the software releases shown may be outdated. diff --git a/source/_integrations/alarmdecoder.markdown b/source/_integrations/alarmdecoder.markdown index afdc801aa27..5f3ad460ce8 100644 --- a/source/_integrations/alarmdecoder.markdown +++ b/source/_integrations/alarmdecoder.markdown @@ -131,7 +131,7 @@ There are several attributes available on the alarm panel to give you more infor - `ac_power`: Set to `true` if your system has AC power supplying it. - `backlight_on`: Set to `true` if your keypad's backlight is on. - `battery_low`: Set to `true` if your system's back-up battery is low. -- `check_zone`: Set to `true` if your system was recently triggered. When `check_zone` is `true`, it must be cleared by entering your code + 1 before attempting to rearm your alarm. +- `check_zone`: Set to `true` if your system detects a problem with a zone. - `chime`: Set to `true` if your system's chime is activated. When activated, your system will beep anytime a door or window is faulted while the alarm is disarmed. - `entry_delay_off`: Set to `true` if your system is in "Instant" mode, meaning the alarm will sound on any faults. - `programming_mode`: Set to `true` if your system is in programming mode. diff --git a/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown b/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown index ec9a7d65ea2..700f27ecf6f 100644 --- a/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown +++ b/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown @@ -14,14 +14,13 @@ og_image: /images/blog/2017-02-shirts/social.png Cool dude with beard and tattoo wearing [the new blue Home Assistant shirt][blue-us].

-What time is it? Yep, t-shirt time. Today we're launching the first two Home Assistant designs. We have a blue t-shirt ([πŸ‡ͺπŸ‡Ί EU][blue-eu] – [πŸ‡ΊπŸ‡Έ US][blue-us]) as pictured above and a design for on black/gray shirts ([πŸ‡ͺπŸ‡Ί EU][black-eu] – [πŸ‡ΊπŸ‡Έ US][black-us]) as pictured below. +What time is it? Yep, t-shirt time. Today we're launching the first two Home Assistant designs. We have a blue t-shirt as pictured above and a design for on black/gray shirts as pictured below. - - [Visit the πŸ‡ΊπŸ‡Έ US store][store-us] - - [Visit the πŸ‡ͺπŸ‡Ί EU store][store-eu] +[Visit the Home Assistant store](https://teespring.com/stores/home-assistant-store)

- Family of 4 on a bench wearing the new black Home Assistant shirt. [πŸ‡ͺπŸ‡Ί EU][black-eu] – [πŸ‡ΊπŸ‡Έ US][black-us] + Family of 4 on a bench wearing the new black Home Assistant shirt.

We are using [Teespring.com][ts] to manage all the sales, production and distribution of the shirts. It's also how we got all these amazing stockphotos. @@ -31,23 +30,23 @@ More photos after the click.

- Moment suprΓͺme of a solo pull-my-finger joke while wearing the new blue Home Assistant shirt. – [πŸ‡ͺπŸ‡Ί EU][blue-eu] – [πŸ‡ΊπŸ‡Έ US][blue-us] + Moment suprΓͺme of a solo pull-my-finger joke while wearing the new blue Home Assistant shirt.

- Two men carrying two women and the new blue Home Assistant shirt. – [πŸ‡ͺπŸ‡Ί EU][blue-eu] – [πŸ‡ΊπŸ‡Έ US][blue-us] + Two men carrying two women and the new blue Home Assistant shirt.

- Cute girl with gigantic lollipop rocking the new black Home Assistant shirt. – [πŸ‡ͺπŸ‡Ί EU][black-eu] – [πŸ‡ΊπŸ‡Έ US][black-us] + Cute girl with gigantic lollipop rocking the new black Home Assistant shirt.

- Frustrated user wearing the new blue Home Assistant shirt. – [πŸ‡ͺπŸ‡Ί EU][blue-eu] – [πŸ‡ΊπŸ‡Έ US][blue-us] + Frustrated user wearing the new blue Home Assistant shirt.

- Cool kid listening to music + sidekick. Both wearing the new blue Home Assistant shirt. – [πŸ‡ͺπŸ‡Ί EU][blue-eu] – [πŸ‡ΊπŸ‡Έ US][blue-us] + Cool kid listening to music + sidekick. Both wearing the new blue Home Assistant shirt.

[eff]: https://www.eff.org diff --git a/source/index.html b/source/index.html index fa148a7431e..2bdf638e9ba 100644 --- a/source/index.html +++ b/source/index.html @@ -63,7 +63,7 @@ description: Open source home automation that puts local control and privacy fir
Take over all the screens
@@ -88,7 +88,11 @@ description: Open source home automation that puts local control and privacy fir