Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
49669df
Add MJ and GJ (#25862)
SgtBatten Jan 26, 2023
66d843c
Add assist docs (#25968)
balloob Jan 26, 2023
ee5d73c
Added conversation to default_config (#25983)
TyzzyT Jan 27, 2023
c0fa5d0
Assist tweaks (#26035)
balloob Jan 31, 2023
6c25b6e
Updated OpenAI documentation (#26041)
bendews Feb 1, 2023
5032b66
Addition of doc for PR in iframe card (#25907)
cnico Feb 1, 2023
077e8ed
Google Assistant SDK: Document audio response playback (#25653)
tronikos Feb 1, 2023
e585153
Update required permissions for fritzbox_callmonitor (#26048)
cdce8p Feb 1, 2023
9ebc82b
Merge remote-tracking branch 'origin/current' into next
balloob Feb 1, 2023
12234fc
Add blueprint author name (#26072)
piitaya Feb 2, 2023
d1e11a1
Document new select entity services (#26092)
frenck Feb 3, 2023
9279cf2
update unique_id for slaves. Add to sensor min_value, max_value, zero…
GrahamJB1 Feb 3, 2023
c9a0a1c
Add docs for new ONVIF aux command. (#25370)
partofthething Feb 3, 2023
c0beafd
Reolink add number platform (#26078)
starkillerOG Feb 3, 2023
6391093
Add docs for easyEnergy integration (#25871)
klaasnicolaas Feb 3, 2023
fd944c8
Add repeat options to tplink sequence effect service (#26116)
wparker42 Feb 4, 2023
ff666ac
Add `suggested_display_precision` config setting for MQTT sensor (#26…
jbouwh Feb 7, 2023
3624e90
Add battery sensor to Elgato (#26163)
frenck Feb 8, 2023
aa63e16
Add studio mode switch to Elgato (#26164)
frenck Feb 8, 2023
1c08ad8
Add documentation for dormakaba_dkey (#26131)
emontnemery Feb 12, 2023
d8c4377
Add recorder engine to analytics documentation (#26183)
ludeeus Feb 13, 2023
83ed615
Document dormakaba_dkey battery sensor (#26231)
emontnemery Feb 13, 2023
9898787
Add documentation for DenonAVR telnet feature (#25790)
dcmeglio Feb 14, 2023
fe340c4
Document dormakaba_dkey door and dead bolt binary sensors (#26232)
emontnemery Feb 14, 2023
ecce0b8
Add information about Shelly `triple_push` event (#26253)
bieniu Feb 15, 2023
71f6511
Document profiler.memory is not available on Python 3.11 (#26263)
bdraco Feb 15, 2023
4e61a27
Switchbot blind tilt support (#26127)
jesserockz Feb 17, 2023
0093451
feat(template): list areas
rokam Feb 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add_prs_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Generate app token
id: token
# Pinned to a specific version of the action for security reasons
uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.7.0
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
with:
app_id: ${{ secrets.PROJECTS_APP_ID }}
private_key: ${{ secrets.PROJECTS_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :jekyll_plugins do
end

gem 'sinatra', '3.0.5'
gem 'nokogiri', '1.14.0'
gem 'nokogiri', '1.14.1'

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
chunky_png (1.4.0)
colorator (1.1.0)
commonmarker (0.23.7)
commonmarker (0.23.8)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand Down Expand Up @@ -73,10 +73,10 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.14.0)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.0-x64-mingw32)
nokogiri (1.14.1-x64-mingw32)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -114,12 +114,12 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tilt (2.0.11)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -132,7 +132,7 @@ DEPENDENCIES
jekyll-paginate (= 1.1.0)
jekyll-sitemap (= 1.4.0)
jekyll-toc (= 0.18.0)
nokogiri (= 1.14.0)
nokogiri (= 1.14.1)
rake (= 13.0.6)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)
Expand Down
775 changes: 247 additions & 528 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-stringify": "^10.0.2",
"textlint": "^12.6.0",
"textlint": "^13.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.4"
Expand Down
5 changes: 5 additions & 0 deletions source/_dashboards/iframe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ aspect_ratio:
description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).'
type: string
default: "50%"
allow_open_top_navigation:
required: false
description: 'Allow the user to open iframe content links by opening the default browser in the Home Assistant mobile app. It is false by default because it adds allow-top-navigation-by-user-activation on the iframe sandbox attribute which is less secure. So set it to true if you need it and are confident with the iframe content.'
type: boolean
default: false
title:
required: false
description: The card title.
Expand Down
4 changes: 4 additions & 0 deletions source/_docs/blueprint/schema.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ domain:
`automation` and `script` are supported.
type: string
required: true
author:
description: The name of the blueprint author.
type: string
required: false
homeassistant:
description: >
Home Assistant requirements to be able to use the blueprint successfully.
Expand Down
5 changes: 5 additions & 0 deletions source/_docs/configuration/templating.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ The same thing can also be expressed as a test:

### Areas

- `areas()` returns the full list of area IDs
- `area_id(lookup_value)` returns the area ID for a given device ID, entity ID, or area name. Can also be used as a filter.
- `area_name(lookup_value)` returns the area name for a given device ID, entity ID, or area ID. Can also be used as a filter.
- `area_entities(area_name_or_id)` returns the list of entity IDs tied to a given area ID or name. Can also be used as a filter.
Expand All @@ -318,6 +319,10 @@ The same thing can also be expressed as a test:

{% raw %}

```text
{{ areas() }} # ['area_id']
```

```text
{{ area_id('Living Room') }} # 'deadbeefdeadbeefdeadbeefdeadbeef'
```
Expand Down
19 changes: 0 additions & 19 deletions source/_docs/mqtt.markdown

This file was deleted.

32 changes: 20 additions & 12 deletions source/_includes/asides/docs_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,25 @@ <h1 class="title delta">Topics</h1>
</ul>
</li>
<li>
<b>Home Energy Management</b>
<b>{% active_link /docs/assist/ Assist %}</b>
<ul>
<li>{% active_link /docs/assist/android/ Assist for Android Wear %}</li>
<li>{% active_link /docs/assist/apple/ Assist for Apple devices %}</li>
<li>{% active_link /docs/assist/builtin_sentences/ Built-in sentences %}</li>
<li>{% active_link /docs/assist/custom_sentences/ Custom sentences %}</li>
</ul>
</li>
<li>
<b>{% active_link /docs/energy/ Home Energy Management %}</b>
<ul>
<li>{% active_link /docs/energy/ Introduction %}</li>
<li>{% active_link /docs/energy/electricity-grid/ Electricity Grid %}</li>
<li>{% active_link /docs/energy/solar-panels/ Solar Panels %}</li>
<li>{% active_link /docs/energy/individual-devices/ Individual Devices %}</li>
<li>{% active_link /docs/energy/faq/ FAQ %}</li>
</ul>
</li>
<li>
<b>Advanced Configuration</b>
Advanced Configuration
<ul>
<li>{% active_link /docs/configuration/remote/ Remote access %}</li>
<li>
Expand Down Expand Up @@ -81,7 +89,7 @@ <h1 class="title delta">Topics</h1>
</ul>
</li>
<li>
<b>Core objects</b>
Core objects
<ul>
<li>{% active_link /docs/configuration/events/ Events %}</li>
<li>
Expand Down Expand Up @@ -155,18 +163,18 @@ <h1 class="title delta">Topics</h1>
</ul>
</li>
<li>
<b>{% active_link /docs/mqtt/ MQTT %}</b>
<b>{% active_link /integrations/mqtt MQTT %}</b>
<ul>
<li>{% active_link /docs/mqtt/broker/ Broker %}</li>
<li>{% active_link /docs/mqtt/certificate/ Certificate %}</li>
<li>{% active_link /docs/mqtt/discovery/ Discovery %}</li>
<li>{% active_link /docs/mqtt/service/ Publish service %}</li>
<li>{% active_link /integrations/mqtt/#broker-configuration Broker %}</li>
<li>{% active_link /integrations/mqtt/#advanced-broker-configuration Certificate %}</li>
<li>{% active_link /integrations/mqtt/#mqtt-discovery Discovery %}</li>
<li>{% active_link /integrations/mqtt/#publish--dump-services Publish service %}</li>
<li>
{% active_link /docs/mqtt/birth_will/ Birth and last will messages
{% active_link /integrations/mqtt/#birth-and-last-will-messages Birth and last will messages
%}
</li>
<li>{% active_link /docs/mqtt/testing/ Testing your setup %}</li>
<li>{% active_link /docs/mqtt/logging/ Logging %}</li>
<li>{% active_link /integrations/mqtt/#testing-your-setup Testing your setup %}</li>
<li>{% active_link /integrations/mqtt/#logging Logging %}</li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/site/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ <h1 class="title delta">On this page</h1>
}
}
});
</script>
</script>
2 changes: 1 addition & 1 deletion source/_integrations/alarm_control_panel.ifttt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ha_release: 0.66
ha_domain: ifttt
---

The `ifttt` platform allows you to integrate security systems that have no open API but can be controlled through [IFTTT](https://ifttt.com/discover).
The `ifttt` platform allows you to integrate security systems that have no open API but can be controlled through [IFTTT](https://ifttt.com/explore).

This platform depends on the [IFTTT](/integrations/ifttt/) Home Assistant integration. See the integrations documentation to set it up.

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/alarm_control_panel.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ command_topic:
required: true
type: string
device:
description: "Information about the device this alarm panel is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
description: "Information about the device this alarm panel is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
required: false
type: map
keys:
Expand Down
24 changes: 16 additions & 8 deletions source/_integrations/alarmdecoder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,25 @@ Using a combination of the available services and attributes, you can create swi
friendly_name: Chime
value_template: "{{ is_state_attr('alarm_control_panel.alarm_panel', 'chime', true) }}"
turn_on:
service: alarmdecoder.alarm_toggle_chime
target:
- condition: state
entity_id: alarm_control_panel.alarm_panel
data:
code: !secret alarm_code
attribute: chime
state: False
- service: alarmdecoder.alarm_toggle_chime
target:
entity_id: alarm_control_panel.alarm_panel
data:
code: !secret alarm_code
turn_off:
service: alarmdecoder.alarm_toggle_chime
target:
- condition: state
entity_id: alarm_control_panel.alarm_panel
data:
code: !secret alarm_code
attribute: chime
state: True
- service: alarmdecoder.alarm_toggle_chime
target:
entity_id: alarm_control_panel.alarm_panel
data:
code: !secret alarm_code
icon_template: >-
{% if is_state_attr('alarm_control_panel.alarm_panel', 'chime', true) %}
mdi:bell-ring
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/alexa.smart_home.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ See [List of Capability Interfaces and Supported Locales][alexa-supported-locale

The `endpoint`, `client_id` and `client_secret` are optional, and are only required if you want to enable Alexa's proactive mode (i.e., "Send Alexa Events" enabled). Please note the following if you want to enable proactive mode:

- There are different endpoint URLs, depending on the region of your skill. Please check the available endpoints at <https://developer.amazon.com/docs/smarthome/send-events-to-the-alexa-event-gateway.html#endpoints>
- There are different endpoint URLs, depending on the region of your skill. Please check the available endpoints at <https://developer.amazon.com/docs/smarthome/send-events.html#endpoints>
- The `client_id` and `client_secret` are not the ones used by the skill that have been set up using "Login with Amazon" (in the [Alexa Developer Console][amazon-dev-console]: Build > Account Linking), but rather from the "Alexa Skill Messaging" (in the Alexa Developer Console: Build > Permissions > Alexa Skill Messaging). To get them, you need to enable the "Send Alexa Events" permission.
- If the "Send Alexa Events" permission was not enabled previously, you need to unlink and relink the skill using the Alexa App, or else Home Assistant will show the following error: "Token invalid and no refresh token available. Also, you need to restart your Home Assistant after each disabling/enabling the skill in Alexa."

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/ambient_station.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Cloud. Users desiring a local option are encouraged to explore the
[Ecowitt](https://www.ecowitt.com) family of devices, which are able to read RF signals
directly from the PWS and transmit them to a variety of other applications, including
[`ecowitt2mqtt`](https://github.com/bachya/ecowitt2mqtt) (which supports
[MQTT Discovery](/docs/mqtt/discovery)), or the built-in [Ecowitt](/integrations/ecowitt/) integration.
[MQTT Discovery](/integrations/mqtt/#mqtt-discovery)), or the built-in [Ecowitt](/integrations/ecowitt/) integration.
5 changes: 5 additions & 0 deletions source/_integrations/analytics.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This includes:

- The names of all your core integrations
- The names and versions of all your custom integrations if you have any
- The name and version of the engine used in the [recorder integration](/integrations/recorder)
- Boolean to indicate that the [energy integration](/integrations/energy) is configured
- Boolean to indicate that [HTTP certificate](https://www.home-assistant.io/integrations/http/#ssl_certificate) is configured

Expand Down Expand Up @@ -114,6 +115,10 @@ If your system includes the Supervisor, this will also contain:
"energy": {
"configured": true
},
"recorder": {
"engine": "sqlite",
"version": "123"
},
"certificate": false
}
```
Expand Down
1 change: 1 addition & 0 deletions source/_integrations/august.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The `august` integration allows you to integrate your [August](https://august.co
| Yale Conexis L1 | yes |
| Yale Conexis L2 | yes |
| Yale Linus | yes |
| Yale Smart Safe | yes |

There is currently support for the following device types within Home Assistant:

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/binary_sensor.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ availability_topic:
required: false
type: string
device:
description: "Information about the device this binary sensor is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
description: "Information about the device this binary sensor is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
required: false
type: map
keys:
Expand Down
3 changes: 3 additions & 0 deletions source/_integrations/bluetooth.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ If you experience an unreliable Bluetooth connection, installing a short USB ext
- QGOO BT-06A (CSR8510A10)
- ROCKETEK BT4Y (CSR8510A10)
- SABRENT BT-UB40 (CSR8510A10)
- Sena UD100-G03 (CSR8510A10) 📶
- StarTech USBBT1EDR4 (CSR8510A10)
- Techkey PBT06H (CSR8510A10)
- TRENDnet TBW-107UB (CSR8510A10)
Expand Down Expand Up @@ -119,6 +120,7 @@ There is currently no supported method to install these patch files when using H
- IOGEAR GBU521W6 (BCM20702A0)
- INSIGNIA NS-PCY5BMA (BCM20702A0)
- Kinivo BTD-400 (BCM20702A0)
- LM Technologies LM506 (BCM20702A1)
- LM Technologies LM1010 (BCM20702A0) 📶
- Plugable USB-BT4LE (BCM20702A0)
- SoundBot SB342 (BCM20702A0)
Expand Down Expand Up @@ -170,6 +172,7 @@ These adapters do not have a reset pin. If they stop responding, there is curren
- ISEKIE KW-B3519 (RTL8761BU)
- Maxuni BT-501 (RTL8761BU)
- MPOW BH45A (RTL8761BU)
- Plugable USB-BT5 (RTL8761BU)
- StarTech USBA-BLUETOOTH-V5-C2 (RTL8761BU)
- SUMEE BT501 (RTL8761BU)
- UGREEN CM390 (RTL8761BU)
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/button.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ command_topic:
required: false
type: string
device:
description: "Information about the device this button is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
description: "Information about the device this button is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
required: false
type: map
keys:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/camera.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ availability_topic:
required: false
type: string
device:
description: "Information about the device this camera is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
description: "Information about the device this camera is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
required: false
type: map
keys:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/climate.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ current_temperature_topic:
required: false
type: string
device:
description: 'Information about the device this HVAC device is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device.'
description: 'Information about the device this HVAC device is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device.'
required: false
type: map
keys:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/cover.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ command_topic:
required: false
type: string
device:
description: "Information about the device this cover is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
description: "Information about the device this cover is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/integrations/mqtt/#mqtt-discovery) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."
required: false
type: map
keys:
Expand Down
1 change: 1 addition & 0 deletions source/_integrations/default_config.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This integration is a meta-component and configures a default set of integration
- [Backup](/integrations/backup/) (`backup`)
- [Bluetooth](/integrations/bluetooth/) (`bluetooth`)
- [Configuration](/integrations/config/) (`config`)
- [Conversation](/integrations/conversation/) (`conversation`)
- [Counter](/integrations/counter/) (`counter`)
- [DHCP Discovery](/integrations/dhcp/) (`dhcp`)
- [Energy](/integrations/energy/) (`energy`)
Expand Down
Loading