Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cae0ca3
Add docs for Backblaze B2 integration (#39169)
hugo-vrijswijk Oct 30, 2025
74f446b
Logbook state_filter option (#41515)
karwosts Oct 30, 2025
57027cd
Add 'Border spin' option to ecovacs integration (#41540)
aronnebrivio Oct 31, 2025
bcf39f4
Add auto-empty frequency to Ecovacs integration (#41541)
aronnebrivio Oct 31, 2025
1e55e38
Remove Flick Electric integration (#41528)
ZephireNZ Oct 31, 2025
edcb974
Rename Starlink Last boot time to Last restart (#41554)
davidrapan Nov 1, 2025
2fe01d9
Add lock documentation for Volvo integration (#41273)
thomasddn Nov 2, 2025
e1490d6
Update quality scale to platinum (#41242)
thomasddn Nov 2, 2025
a542f72
Revert "Remove neato integration (#41410)" (#41575)
mib1185 Nov 3, 2025
8de6b73
Add alarm control panel platform to NASweb integration (#41577)
nasWebio Nov 3, 2025
5b87052
Update Ecovacs 'Border spin' switch description (#41546)
aronnebrivio Nov 3, 2025
54a98cc
Update sensor descriptions for Xbox integration (#41542)
tr4nt0r Nov 3, 2025
09c616f
docs: Add outside temperature sensor to air-to-air device (#40472)
Sander0542 Nov 3, 2025
c0fcded
Add examples of templated targets (#41586)
arturpragacz Nov 3, 2025
aa7f486
Remove Enmax Energy virtual integration docs (#41531)
tronikos Nov 3, 2025
5742570
Add Reolink PIR interval docs (#41592)
starkillerOG Nov 3, 2025
c9e366d
Add Reolink exposure mode docs (#41593)
starkillerOG Nov 3, 2025
6475969
Add Reolink audio noise reduction docs (#41591)
starkillerOG Nov 3, 2025
ae3b003
Add friends count sensor to Xbox integration (#41597)
tr4nt0r Nov 4, 2025
ccb380d
Add fire sensors to smhi (#41155)
gjohansson-ST Nov 5, 2025
e6b95e1
Add update platform to vesync (#41414)
cdnninja Nov 5, 2025
1cd9cf7
Document hide background option for iframe card (#41609)
timmo001 Nov 5, 2025
3026ad8
Add documentation for card entity naming (#41627)
piitaya Nov 5, 2025
0d53642
Rename the sunricher integration (#41629)
balloob Nov 5, 2025
4c97e09
Add more sensors to System monitor (#40578)
gjohansson-ST Nov 6, 2025
dfe8144
Add Miele absolute time sensors description (#40634)
aturri Nov 7, 2025
67e570a
Use template for query in SQL (#40345)
gjohansson-ST Nov 7, 2025
e55457c
docs: Add manual alarm bad code attempt event (#39426)
giuseppeg88 Nov 7, 2025
464efc6
Docs for current and target temp scale/offset. (#40770)
illia-piskurov Nov 7, 2025
f4d743a
Merge branch 'current' into next
frenck Nov 7, 2025
884706a
Document binary sensor for HassOS share mount status (#41642)
amitfin Nov 7, 2025
c1a6b84
Update plugwise docs for new supported devices (#41646)
bouwew Nov 7, 2025
47f52eb
Rename 'action' to 'target_state' in documentation (#41661)
giuseppeg88 Nov 7, 2025
d55a279
Add Global Radiation data to zamg integration (#41601)
designer2k2 Nov 8, 2025
c53b2b4
Add sensor descriptions for friend's trophy sensors to PlayStation Ne…
tr4nt0r Nov 10, 2025
5ed95b3
Add support for Smart Radiator Thermostat (#41457)
zerzhang Nov 11, 2025
5808440
add s20
zerzhang Nov 11, 2025
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
1 change: 1 addition & 0 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"autodiscovery",
"autoheal",
"automations",
"Backblaze",
"balloob",
"bloomsky",
"Bluesound",
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ source/_integrations/fivem.markdown @Sander0542
source/_integrations/fjaraskupan.markdown @elupus
source/_integrations/flexit_bacnet.markdown @lellky @piotrbulinski
source/_integrations/flexom.markdown @imicknl
source/_integrations/flick_electric.markdown @ZephireNZ
source/_integrations/flipr.markdown @cnico
source/_integrations/flo.markdown @dmulcahey
source/_integrations/flume.markdown @ChrisMandich @bdraco @jeeftor
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/alarm-panel.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) {% term integrations %}.
Expand Down Expand Up @@ -36,8 +38,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Current state of the alarm entity.
states:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/button.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The button card allows you to add buttons to perform tasks.
Expand Down Expand Up @@ -67,8 +69,8 @@ entity:
type: string
name:
required: false
description: The button name that is displayed on the card. It defaults to the entity name only if the card interacts with an entity. Otherwise, if not configured, no name is displayed.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/). It defaults to the entity name only if the card interacts with an entity. Otherwise, if not configured, no name is displayed.
type: [string, map, list]
default: Entity name
icon:
required: false
Expand Down
14 changes: 8 additions & 6 deletions source/_dashboards/entities.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ related:
title: Card header and footer
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The entities card is the most common type of card. It groups items together into lists. It can be used to display an entity's state or attribute, but also contain buttons, web links, etc.
Expand Down Expand Up @@ -76,8 +78,8 @@ type:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
icon:
required: false
description: Overwrites icon or entity picture.
Expand Down Expand Up @@ -150,8 +152,8 @@ suffix:
type: string
name:
required: false
description: Overwrites friendly entity name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
icon:
required: false
description: Icon to use. Defaults to icon of entity.
Expand Down Expand Up @@ -231,8 +233,8 @@ entities:
type: string
name:
required: false
description: Override the friendly entity name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name
show_name:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/entity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ related:
title: Card header and footer
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The entity card gives you a quick overview of your entity's state.
Expand Down Expand Up @@ -38,8 +40,8 @@ entity:
type: string
name:
required: false
description: Name of entity.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name.
icon:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/gauge.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The gauge card is a basic card that allows visually seeing sensor data.
Expand Down Expand Up @@ -45,8 +47,8 @@ attribute:
type: string
name:
required: false
description: Name of gauge entity.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name
unit:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The glance card is useful to group multiple sensors in a compact overview. Keep in mind that this can be used together with [entity-filter](/dashboards/entity-filter/) cards to create dynamic cards.
Expand Down Expand Up @@ -81,8 +83,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
icon:
required: false
description: Overwrites icon.
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/history-graph.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The history graph card allows you to display a graph for each of up to eight entities.
Expand Down Expand Up @@ -89,8 +91,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
{% endconfiguration %}

### Long term statistics
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/humidifier.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices.
Expand Down Expand Up @@ -36,8 +38,8 @@ entity:
type: string
name:
required: false
description: Name of entity.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name
theme:
required: false
Expand Down
5 changes: 5 additions & 0 deletions source/_dashboards/iframe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ allow_open_top_navigation:
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
hide_background:
required: false
description: 'Hide the card background, making it transparent. This removes the background color, box-shadow, and border. Useful for pages which allow transparent backgrounds so the iframe can blend into the dashboard view.'
type: boolean
default: false
title:
required: false
description: The card title.
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/light.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The light card allows you to change the brightness of a light.
Expand Down Expand Up @@ -38,8 +40,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Name of entity
icon:
required: false
Expand Down
6 changes: 6 additions & 0 deletions source/_dashboards/logbook.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Hours to show:
description: The number of hours in the past that will be tracked in the card.
Theme:
description: Name of any loaded theme to be used for this card. For more information about themes, see the [frontend documentation](/integrations/frontend/).
State filter:
description: Limit the displayed logbook entries to only the specified states.
{% endconfiguration_basic %}

## YAML configuration
Expand Down Expand Up @@ -58,6 +60,10 @@ theme:
required: false
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
type: string
state_filter:
required: false
description: Limit the displayed logbook entries to only the selected states. For example a list of `['on']` will display entries when targeted entities turn on, but not when they turn off.
type: list
{% endconfiguration %}

### Examples
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/media-control.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The media control card is used to display [media player](/integrations/#media-player) entities on an interface with easy to use controls.
Expand All @@ -34,8 +36,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Name of entity
theme:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/picture-entity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The picture entity card displays an entity in the form of an image. Instead of images from URL, it can also show the picture of `camera` entities.
Expand Down Expand Up @@ -66,8 +68,8 @@ fit_mode:
default: cover
name:
required: false
description: Overwrite entity name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
show_name:
required: false
description: Shows name in footer.
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/plant-status.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The plant status card is for all the lovely botanists out there.
Expand Down Expand Up @@ -36,8 +38,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name
theme:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/sensor.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The sensor card gives you a quick overview of a sensor's state with an optional graph to visualize change over time.
Expand Down Expand Up @@ -40,8 +42,8 @@ icon:
type: string
name:
required: false
description: The card name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
graph:
required: false
description: Type of graph (`none` or `line`).
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/statistic.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The statistic card allows you to display a statistical value for an entity.
Expand Down Expand Up @@ -40,8 +42,8 @@ stat_type:
type: string
name:
required: false
description: Name of entity.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Entity name.
icon:
required: false
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/statistics-graph.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The statistics graph card allows you to display a graph of statistics data for each of the entities listed.
Expand Down Expand Up @@ -114,8 +116,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
{% endconfiguration %}

### Example
Expand Down
6 changes: 4 additions & 2 deletions source/_dashboards/thermostat.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
title: Themes
- docs: /dashboards/cards/
title: Dashboard cards
- docs: /dashboards/naming/
title: Card naming
---

The thermostat card gives control of your [climate](/integrations/#climate) {% term entity %} or [water heater](/integrations/#water_heater) {% term entity %}, allowing you to change the temperature and mode of the {% term entity %}.
Expand Down Expand Up @@ -36,8 +38,8 @@ entity:
type: string
name:
required: false
description: Overwrites friendly name.
type: string
description: Overwrites friendly name. Can be a string, or a name configuration object. See [naming documentation](/dashboards/naming/).
type: [string, map, list]
default: Name of entity.
theme:
required: false
Expand Down
Loading