diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae52974e345..e44e78d1062 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out files from GitHub - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Setting up Node.js uses: actions/setup-node@v3.8.1 with: @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out files from GitHub - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Setting up Node.js uses: actions/setup-node@v3.8.1 with: diff --git a/CODEOWNERS b/CODEOWNERS index e77adf5d0ee..7dff156d364 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -429,7 +429,6 @@ source/_integrations/martec.markdown @starkillerOG source/_integrations/mastodon.markdown @fabaff source/_integrations/matrix.markdown @PaarthShah source/_integrations/matter.markdown @home-assistant/matter -source/_integrations/mazda.markdown @bdr99 source/_integrations/meater.markdown @Sotolotl @emontnemery source/_integrations/medcom_ble.markdown @elafargue source/_integrations/media_extractor.markdown @joostlek diff --git a/Gemfile.lock b/Gemfile.lock index ca69f7757cf..78d4ac504a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) diff --git a/_config.yml b/_config.yml index 16e20c8d380..9e68c7d5efa 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 10 -current_patch_version: 1 -date_released: 2023-10-06 +current_patch_version: 5 +date_released: 2023-10-22 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/sass/oscailte/base/_navigation.scss b/sass/oscailte/base/_navigation.scss index 1364eef65ad..166e413ba1c 100644 --- a/sass/oscailte/base/_navigation.scss +++ b/sass/oscailte/base/_navigation.scss @@ -136,7 +136,7 @@ header .grid { background: $site-background; box-shadow: inset 0px 5px $navigation-color; color: $navigation-color; - padding-bottom: 22px; + padding-bottom: 32px; } .toggle { diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 956420fdf4d..dbc5bc5e868 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -239,6 +239,18 @@ Home Assistant OS, the Home Assistant Operating System, is an embedded, minimalistic, operating system designed to run the Home Assistant ecosystem. +- term: Host + definition: >- + A device that can communicate with other devices on a network. During setup and configuration, + an input requesting a **Host** typically refers to a device's network address so that + Home Assistant can attempt to connect to it. This may be in the form of a hostname, URL, + IP address or some other type of network identifier. + excerpt: >- + A device that can communicate with other devices on a network. + link: https://en.wikipedia.org/wiki/Host_(network) + aliases: + - hosts + - term: Integration definition: >- Integrations connect and integrates Home Assistant with devices, services, diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index 3b1f7326764..3ff7baf3e27 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -159,8 +159,9 @@ blueprint: name: Motion Sensor selector: entity: - domain: binary_sensor - device_class: motion + filter: + device_class: motion + domain: binary_sensor light_target: name: Light selector: @@ -209,4 +210,4 @@ action: - [Blueprint community forum][blueprint-forums] [blueprint-built-in]: https://github.com/home-assistant/core/tree/dev/homeassistant/components/automation/blueprints -[blueprint-forums]: /get-blueprints \ No newline at end of file +[blueprint-forums]: /get-blueprints diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown index 4380b0bd2f5..a75aff26923 100644 --- a/source/_faq/character_t.markdown +++ b/source/_faq/character_t.markdown @@ -4,4 +4,4 @@ description: "found character '\t' that cannot start any token" ha_category: Usage --- -This error means that you used a tab, rather than two spaces. Replace the tab with spaces. +This error means you used tabs rather than two spaces in one of your YAML configuration files. Replace the tabs with spaces. diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index 9af443453ea..fa71c998e81 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -7,7 +7,7 @@