mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Merge branch 'current' into rc
This commit is contained in:
commit
a527150974
@ -4,6 +4,7 @@ description: Instructions on how to integrate calendars within Home Assistant.
|
||||
ha_release: 0.33
|
||||
ha_iot_class:
|
||||
ha_domain: calendar
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The calendar integration allows you to integrate your calendars into Home Assistant.
|
||||
|
@ -7,6 +7,7 @@ ha_category:
|
||||
ha_release: 0.12
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: command_line
|
||||
ha_quality_scale: internal
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- cover
|
||||
|
@ -6,6 +6,7 @@ ha_category:
|
||||
ha_release: 0.88
|
||||
ha_domain: default_config
|
||||
ha_iot_class: Calculated
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded are:
|
||||
|
@ -48,6 +48,7 @@ Known supported devices:
|
||||
- Denon AVR-3312
|
||||
- Denon AVR-3313CI
|
||||
- Denon AVR-4810
|
||||
- Denon AVR-S650H
|
||||
- Denon AVR-S710W
|
||||
- Denon AVR-S720W
|
||||
- Denon AVR-S750H
|
||||
|
@ -6,6 +6,7 @@ ha_category:
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 2021.2
|
||||
ha_domain: dhcp
|
||||
ha_quality_scale: internal
|
||||
ha_codeowners:
|
||||
- '@bdraco'
|
||||
---
|
||||
|
@ -443,6 +443,24 @@ automation:
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### All or some devices are intermittently unresponsive
|
||||
|
||||
HomeKit relies heavily on your home hub to keep track of Bluetooth devices. Additionally, each home hub has to keep track of every HomeKit accessory that you bridge. If you have many accessories, notably cameras or Bluetooth devices, **consider disabling HomeKit on older home hubs**.
|
||||
|
||||
The following home hubs showed strong results when testing with 300 accessories:
|
||||
|
||||
- HomePod
|
||||
- HomePod Mini
|
||||
|
||||
The following home hubs showed strong results when testing with 200 accessories:
|
||||
|
||||
- Apple TV 4k (best results when using ethernet instead of WiFi)
|
||||
|
||||
The following home hubs have been reported to have trouble with a large number of accessories:
|
||||
|
||||
- Apple TV HD
|
||||
- Various iPad models
|
||||
|
||||
### Resetting when created via YAML
|
||||
|
||||
1. Delete the `HomeKit` integration in the **{% my integrations %}** screen.
|
||||
@ -538,7 +556,7 @@ If you have any iOS 12.x devices signed into your iCloud account, media player e
|
||||
|
||||
#### Accessories are all listed as not responding
|
||||
|
||||
There are reports where the IGMP settings in a router were causing issues with HomeKit. This resulted in a situation where all of the Home Assistant HomeKit accessories stopped responding a few minutes after Home Assistant (re)started. Double check your router's IGPM settings if you experiencing this issue. The default IGMP settings typically work best.
|
||||
There are reports where the IGMP settings in a router were causing issues with HomeKit. This resulted in a situation where all of the Home Assistant HomeKit accessories stopped responding a few minutes after Home Assistant (re)started. Double check your router's IGMP settings if you experiencing this issue. The default IGMP settings typically work best.
|
||||
|
||||
See [specific entity doesn't work](#specific-entity-doesnt-work)
|
||||
|
||||
@ -546,10 +564,6 @@ See [specific entity doesn't work](#specific-entity-doesnt-work)
|
||||
|
||||
See [resetting accessories](#resetting-accessories)
|
||||
|
||||
#### Accessory not responding - randomly
|
||||
|
||||
Unfortunately, that sometimes happens at the moment. It might help to close the `Home` App and delete it from the cache. Usually, the accessory should get back to responding after a few minutes at most.
|
||||
|
||||
#### The linked battery sensor isn't recognized
|
||||
|
||||
Try removing the entity from HomeKit and then adding it again. If you are adding this configuration option to an existing entity in HomeKit, any changes you make to this entity's configuration options won't appear until the accessory is removed from HomeKit and then re-added. See [resetting accessories](#resetting-accessories).
|
||||
|
@ -5,6 +5,7 @@ ha_category:
|
||||
- Image Processing
|
||||
ha_release: 0.36
|
||||
ha_domain: image_processing
|
||||
ha_quality_scale: internal
|
||||
ha_iot_class:
|
||||
---
|
||||
|
||||
|
@ -9,6 +9,7 @@ ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@issacg'
|
||||
ha_domain: local_ip
|
||||
ha_quality_scale: internal
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
@ -6,6 +6,7 @@ ha_category:
|
||||
ha_release: 0.7
|
||||
ha_domain: logbook
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
<img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" />
|
||||
|
@ -8,6 +8,7 @@ ha_domain: media_source
|
||||
ha_codeowners:
|
||||
- '@hunterjm'
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The Media Source integration platform allows integrations to expose media for
|
||||
|
@ -99,3 +99,5 @@ This communication needs to be allowed on your local network. If the blinds are
|
||||
|
||||
Please make sure the motion gateway and the device running Home Assistant are on the same VLAN and multicasting is enabled/allowed by your router.
|
||||
If using separate VLANs, make sure the 238.0.0.18:32100 and 238.0.0.18:32101 ports are open for communication between those VLANs (not tested or confirmed to work).
|
||||
|
||||
For some routers "IGMP snooping" on the used wireless interface needs to be disabled to let the IGMP/multicast messages through.
|
||||
|
@ -6,6 +6,7 @@ ha_category:
|
||||
ha_release: 2021.3
|
||||
ha_domain: my
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
ha_codeowners:
|
||||
- '@home-assistant/core'
|
||||
---
|
||||
|
@ -16,7 +16,7 @@ ha_config_flow: true
|
||||
ha_dhcp: true
|
||||
---
|
||||
|
||||
The `nuki` platform allows you to control [Nuki Smart Locks](https://nuki.io/en/smart-lock/) via either a [software bridge](https://play.google.com/store/apps/details?id=io.nuki.bridge) or a [physical bridge](https://nuki.io/en/bridge/).
|
||||
The `nuki` platform allows you to control [Nuki Smart Locks](https://nuki.io/en/smart-lock/) via a [Nuki Bridge](https://nuki.io/en/bridge/).
|
||||
|
||||
To add a Nuki bridge to your installation, you need to enable developer mode on your bridge and define a port and an access token. This can be achieved using the [Android app](https://play.google.com/store/apps/details?id=io.nuki) or [iPhone app](https://apps.apple.com/app/nuki-smart-lock/id1044998081). Go to manage my devices, and select the bridge. Within the bridge configuration turn on the HTTP API and check the details in the screen. Please note that the API token should be 6-20 characters long, even though the app allows you to set a longer one.
|
||||
|
||||
|
@ -4,6 +4,7 @@ description: Instructions on how to setup your remotes with Home Assistant.
|
||||
ha_release: 0.34
|
||||
ha_domain: remote
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
Keeps track which remotes are in your environment, their state and allows you to control them.
|
||||
|
@ -8,6 +8,7 @@ ha_codeowners:
|
||||
- '@home-assistant/core'
|
||||
ha_domain: search
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The `search` integration is an internally used integration by the
|
||||
|
@ -6,6 +6,7 @@ ha_category:
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.94
|
||||
ha_domain: ssdp
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The `ssdp` "Simple Service Discovery Protocol" (part of UPnP) integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel.
|
||||
|
@ -8,6 +8,7 @@ ha_iot_class:
|
||||
ha_codeowners:
|
||||
- '@pvizeli'
|
||||
ha_domain: tts
|
||||
ha_quality_scale: internal
|
||||
ha_platforms:
|
||||
- notify
|
||||
---
|
||||
|
@ -4,6 +4,7 @@ description: Instructions on how to setup and use vacuum's in Home Assistant.
|
||||
ha_release: 0.51
|
||||
ha_domain: vacuum
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The `vacuum` integration enables the ability to control home cleaning robots within Home Assistant.
|
||||
|
@ -4,6 +4,7 @@ description: Instructions on how to setup water heater devices within Home Assis
|
||||
ha_release: 0.81
|
||||
ha_domain: water_heater
|
||||
ha_iot_class:
|
||||
ha_quality_scale: internal
|
||||
---
|
||||
|
||||
The `water_heater` integration is built for the controlling and monitoring of hot water heaters.
|
||||
|
@ -51,7 +51,7 @@ uptime status page of [Reddit](https://www.redditstatus.com).
|
||||
<a href="https://github.com/dylandoamaral/uptime-card" target="_blank">
|
||||
<img
|
||||
src='/images/blog/2021-03-26-community-highlights/uptime-card.png'
|
||||
alt="How this blueprint works"
|
||||
alt="How the uptime-card will looks like"
|
||||
style='border: 0;box-shadow: none;width:75%;'
|
||||
/>
|
||||
</a>
|
||||
|
117
source/_posts/2021-04-02-community-highlights.markdown
Normal file
117
source/_posts/2021-04-02-community-highlights.markdown
Normal file
@ -0,0 +1,117 @@
|
||||
---
|
||||
title: "Community Highlights: 15th edition"
|
||||
description: "Get started with the banner card, have the volume of your media players automatically adjusted with a blueprint and a mega project in the field of Hydroponic"
|
||||
date: 2021-04-02 00:00:00
|
||||
date_formatted: "April 2, 2021"
|
||||
author: Klaas Schoute
|
||||
author_twitter: klaasnicolaas
|
||||
categories: Community
|
||||
og_image: /images/blog/2021-04-02-community-highlights/social.png
|
||||
---
|
||||
|
||||
I hope everyone survived the April 1 jokes a bit? 🐸 We are already at the 15th
|
||||
edition of the Home Assistant Community Highlights! Some interesting things popped
|
||||
up around our community, we thought was worth sharing.
|
||||
|
||||
Do you want to share something for the next edition?
|
||||
Information on [how to share](#got-a-tip-for-the-next-edition).
|
||||
|
||||
./Klaas
|
||||
|
||||
## Blueprint of the week
|
||||
|
||||
It may have happened to you (at least to me), you ask something to your Google or
|
||||
Alexa speaker and it responds with a very low volume. Of course you want to avoid
|
||||
this, because now you can ask your question again 🤨
|
||||
|
||||
{% my blueprint_import badge blueprint_url="https://community.home-assistant.io/t/set-day-or-night-volume-to-speaker/294217" %}
|
||||
|
||||
With the blueprint of [andreas1](https://community.home-assistant.io/u/andreas1) you
|
||||
can automatically adjust the volume of your media player at a set day and night time.
|
||||
Read more about it on the [community forum][week_blueprint] or install this automation
|
||||
in your instance with a click on the my button!
|
||||
|
||||
## Lovelace Dashboard
|
||||
|
||||
Perhaps we should make this a regular item, because this week also a new Lovelace
|
||||
dashboard. This time made by [JonathanGraft](https://www.reddit.com/user/JonathanGraft/).
|
||||
Take a look at the [original post](https://www.reddit.com/r/homeassistant/comments/mi2501/saw_others_sharing_their_dashboards_here_are_some/) on Reddit,
|
||||
there you will find more photos and shared YAML code.
|
||||
|
||||
<div style="margin:0 auto; text-align:center">
|
||||
<a href="https://www.reddit.com/r/homeassistant/comments/mi2501/saw_others_sharing_their_dashboards_here_are_some/" target="_blank">
|
||||
<img
|
||||
src='/images/blog/2021-04-02-community-highlights/dashboard.png'
|
||||
alt="Lovelace dashboard"
|
||||
style='border: 0;box-shadow: none;width:90%;'
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
## Banner Card
|
||||
|
||||
<object type="image/svg+xml" data="https://gh-card.dev/repos/nervetattoo/banner-card.svg?link_target=_blank"></object>
|
||||
|
||||
The more you put in your dashboards, the more unclear it can become. You could, for
|
||||
example thematize some cards, so that it stands out and can be found quickly and the
|
||||
[banner-card](https://github.com/nervetattoo/banner-card) from [nervetattoo](https://github.com/nervetattoo) could
|
||||
just be a handy addition to that.
|
||||
|
||||
<div style="margin:0 auto; text-align:center">
|
||||
<a href="https://github.com/nervetattoo/banner-card" target="_blank">
|
||||
<img
|
||||
src='/images/blog/2021-04-02-community-highlights/banner-card.png'
|
||||
alt="How the banner-card will looks like"
|
||||
style='border: 0;box-shadow: none;width:80%;'
|
||||
/>
|
||||
</a>
|
||||
</div><br>
|
||||
|
||||
Small tip: if the CSS style is not quite what you want, you can still use
|
||||
[card-mod](https://github.com/thomasloven/lovelace-card-mod) from thomasloven to adjust everything 😉
|
||||
|
||||
## Automated Hydroponic
|
||||
|
||||
This week we also came across something very impressive, [edward_snowedin](https://www.reddit.com/user/edward_snowedin/)
|
||||
shared his hydroponic installation on our [subreddit][reddit] page. It’s a fully automated
|
||||
system that is controlled via Home Assistant and [ESPHome][esphome].
|
||||
|
||||
<div style="margin:0 auto; text-align:center">
|
||||
<a href="https://www.reddit.com/r/Hydroponics/comments/mgrmwk/esponics_my_attempt_at_automating_hydroponic/" target="_blank">
|
||||
<img
|
||||
src='/images/blog/2021-04-02-community-highlights/botanist.jpg'
|
||||
alt="The hydroponic installation"
|
||||
style='border: 0;box-shadow: none;width:90%;'
|
||||
/>
|
||||
</a>
|
||||
</div><br>
|
||||
|
||||
Curious how everything is worked out in detail? You will find a lot of
|
||||
information [here](https://www.reddit.com/r/Hydroponics/comments/mgrmwk/esponics_my_attempt_at_automating_hydroponic/gsuomae/)
|
||||
and also a list of used parts.
|
||||
|
||||
## Got a tip for the next edition?
|
||||
|
||||
Have you seen (or made) something awesome, interesting, unique, amazing,
|
||||
inspirational, unusual or funny, using Home Assistant?
|
||||
|
||||
[Click here to send us your Community Highlight suggestion](/suggest-community-highlight).
|
||||
|
||||
Also, don't forget to share your creations with us via Social Media:
|
||||
|
||||
- Tweet it! Be sure to mention [@home_assistant][twitter]
|
||||
- Share it on our [Facebook group][facebook-group]
|
||||
- Post it to our [subreddit][reddit]
|
||||
- Tag [@homeasssistant][instagram] on Instagram
|
||||
- Or via chat, drop us a line in the [#lounge at Discord][chat]
|
||||
|
||||
See you next edition!
|
||||
|
||||
[chat]: https://www.home-assistant.io/join-chat
|
||||
[facebook-group]: https://www.facebook.com/groups/HomeAssistant
|
||||
[instagram]: https://www.instagram.com/homeassistant
|
||||
[reddit]: https://www.reddit.com/r/homeassistant
|
||||
[twitter]: https://www.twitter.com/home_assistant
|
||||
[blueprints]: https://community.home-assistant.io/c/blueprints-exchange
|
||||
[esphome]: https://esphome.io
|
||||
[week_blueprint]: https://community.home-assistant.io/t/set-day-or-night-volume-to-speaker/294217
|
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
BIN
source/images/blog/2021-04-02-community-highlights/botanist.jpg
Normal file
BIN
source/images/blog/2021-04-02-community-highlights/botanist.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
BIN
source/images/blog/2021-04-02-community-highlights/dashboard.png
Normal file
BIN
source/images/blog/2021-04-02-community-highlights/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
BIN
source/images/blog/2021-04-02-community-highlights/social.png
Normal file
BIN
source/images/blog/2021-04-02-community-highlights/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 578 KiB |
@ -6,7 +6,9 @@ layout: none
|
||||
{%- assign target = integration.ha_domain | append: ".markdown" | prepend: "_integrations/" -%}
|
||||
{%- if integration.path == target %}
|
||||
"{{integration.ha_domain}}": {
|
||||
"title": "{{integration.title}}"
|
||||
"title": "{{integration.title}}",
|
||||
"quality_scale": "{{integration.ha_quality_scale}}",
|
||||
"iot_class": "{{integration.ha_iot_class}}"
|
||||
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user