diff --git a/docs/cards/fan.md b/docs/cards/fan.md index 7dc38aec..69fda4d1 100644 --- a/docs/cards/fan.md +++ b/docs/cards/fan.md @@ -12,7 +12,7 @@ A fan card allows you to control a fan entity. All the options are available in the lovelace editor but you can use `yaml` if you want. | Name | Type | Default | Description | -| :------------------------ | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | --- | +| :------------------------ | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | | `entity` | string | Required | Fan entity | | `icon` | string | Optional | Custom icon | | `name` | string | Optional | Custom name | @@ -24,7 +24,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `icon_animation` | boolean | `false` | Animate the icon when fan is `on` | | `show_percentage_control` | boolean | `false` | Show a slider to control speed | | `show_oscillate_control` | boolean | `false` | Show a button to control oscillation | -| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used if section, it can produce a layout shift for cards below | | +| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used if section, it can produce a layout shift for cards below | | `tap_action` | action | `toggle` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | | `double_tap_action` | action | `more-info` | Home assistant action to perform on double_tap | diff --git a/docs/cards/humidifier.md b/docs/cards/humidifier.md index 30a2dfbc..8b8e0b1e 100644 --- a/docs/cards/humidifier.md +++ b/docs/cards/humidifier.md @@ -12,7 +12,7 @@ A humidifier card allows you to control a humidifier entity. All the options are available in the lovelace editor but you can use `yaml` if you want. | Name | Type | Default | Description | -| :----------------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | --- | +| :----------------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | | `entity` | string | Required | Humidifier entity | | `icon` | string | Optional | Custom icon | | `name` | string | Optional | Custom name | @@ -22,7 +22,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `secondary_info` | `name` `state` `last-changed` `last-updated` `none` | `state` | Info to show as secondary info | | `icon_type` | `icon` `entity-picture` `none` | `icon` | Type of icon to display | | `show_target_humidity_control` | boolean | Optional | Show target humidity control | -| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | +| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | `tap_action` | action | `more-info` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | | `double_tap_action` | action | `more-info` | Home assistant action to perform on double_tap | diff --git a/docs/cards/light.md b/docs/cards/light.md index b9885d98..23a7ee1a 100644 --- a/docs/cards/light.md +++ b/docs/cards/light.md @@ -12,7 +12,7 @@ A light card allows you to control a light entity. All the options are available in the lovelace editor but you can use `yaml` if you want. | Name | Type | Default | Description | -| :------------------------ | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | --- | +| :------------------------ | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | | `entity` | string | Required | Light entity | | `icon` | string | Optional | Custom icon | | `icon_color` | string | `blue` | Custom color for icon and brightness bar when the lights is on and `use_light_color` is `false` | @@ -25,7 +25,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `show_brightness_control` | boolean | `false` | Show a slider to control brightness | | `show_color_temp_control` | boolean | `false` | Show a slider to control temperature color | | `show_color_control` | boolean | `false` | Show a slider to control RGB color | -| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | +| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | `use_light_color` | boolean | `false` | Colorize the icon and slider according light temperature or color | | `tap_action` | action | `toggle` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | diff --git a/docs/cards/media-player.md b/docs/cards/media-player.md index ae1d52fe..d1e1e6dc 100644 --- a/docs/cards/media-player.md +++ b/docs/cards/media-player.md @@ -12,7 +12,7 @@ A media player card allows you to control a media player entity. All the options are available in the lovelace editor but you can use `yaml` if you want. | Name | Type | Default | Description | -| :--------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | --- | +| :--------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | | `entity` | string | Required | Media Player entity | | `icon` | string | Optional | Custom icon | | `name` | string | Optional | Custom name | @@ -25,7 +25,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `show_volume_level` | boolean | `false` | Show volume level next to media state when media is playing | | `media_controls` | list | `[]` | List of controls to display (on_off, shuffle, previous, play_pause_stop, next, repeat) | | `volume_controls` | list | `[]` | List of controls to display (volume_mute, volume_set, volume_buttons) | -| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | +| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | `tap_action` | action | `more-info` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | | `double_tap_action` | action | `more-info` | Home assistant action to perform on double_tap | diff --git a/docs/cards/update.md b/docs/cards/update.md index 41794d7d..13ff3ed6 100644 --- a/docs/cards/update.md +++ b/docs/cards/update.md @@ -12,7 +12,7 @@ An update card allows you to control an update entity. All the options are available in the lovelace editor but you can use `yaml` if you want. | Name | Type | Default | Description | -| :--------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | --- | +| :--------------------- | :-------------------------------------------------- | :---------- | :---------------------------------------------------------------------------------------------- | | `entity` | string | Required | Update entity | | `name` | string | Optional | Custom name | | `icon` | string | Optional | Custom icon | @@ -22,7 +22,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `secondary_info` | `name` `state` `last-changed` `last-updated` `none` | `state` | Info to show as secondary info | | `icon_type` | `icon` `entity-picture` `none` | `icon` | Type of icon to display | | `show_buttons_control` | boolean | `false` | Show buttons to install and skip update | -| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | +| `collapsible_controls` | boolean | `false` | Collapse controls when off. When used in section, it can produce a layout shift for cards below | | `tap_action` | action | `more-info` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | | `double_tap_action` | action | `more-info` | Home assistant action to perform on double_tap |