diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index a64f248800b..64f33f24642 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -138,9 +138,42 @@ modes: type: list {% endconfiguration %} +### Climate HVAC modes + +Widget that displays buttons to control the HVAC mode for a [climate](/integrations/climate). + +

+ Screenshot of the tile card with the climate HVAC modes feature + Screenshot of the tile card with the climate HVAC modes feature +

+ +```yaml +features: + - type: "climate-hvac-modes" + hvac_modes: + - auto + - heat_cool + - heat + - cool + - dry + - fan_only + - "off" +``` + +{% configuration %} +type: + required: true + description: "`climate-hvac-modes`" + type: string +hvac_modes: + required: true + description: List of modes to show on the card. The list can contain `auto`, `heat_cool`, `heat`, `cool`, `dry`, `fan_only` and `off`. + type: list +{% endconfiguration %} + ### Cover open/close -Widget that display buttons to open, close or stop a [cover](/integrations/cover). +Widget that displays buttons to open, close, or stop a [cover](/integrations/cover).

Screenshot of the tile card with open/close feature @@ -159,9 +192,30 @@ type: type: string {% endconfiguration %} +### Cover position + +Widget that displays a slider to control the position for a [cover](/integrations/cover). + +

+ Screenshot of the tile card with the cover position feature + Screenshot of the tile card with the cover position feature +

+ +```yaml +features: + - type: "cover-position" +``` + +{% configuration %} +type: + required: true + description: "`cover-position`" + type: string +{% endconfiguration %} + ### Cover tilt -Widget that display buttons to open, close or stop a [cover](/integrations/cover). +Widget that displays buttons to open, close, or stop a [cover](/integrations/cover).

Screenshot of the tile card with tilt feature @@ -180,9 +234,30 @@ type: type: string {% endconfiguration %} +### Cover tilt position + +Widget that displays a slider to control the tilt position for a [cover](/integrations/cover). + +

+ Screenshot of the tile card with the cover tilt position feature + Screenshot of the tile card with the cover tilt position feature +

+ +```yaml +features: + - type: "cover-tilt-position" +``` + +{% configuration %} +type: + required: true + description: "`cover-tilt-position`" + type: string +{% endconfiguration %} + ### Fan speed -Widget that display speed controls for a [fan](/integrations/fan). +Widget that displays speed controls for a [fan](/integrations/fan).

Screenshot of the tile card with fan speed feature @@ -201,9 +276,37 @@ type: type: string {% endconfiguration %} +### Lawn mower commands + +Widget that displays buttons to control a [lawn mower](/integrations/lawn_mower). + +

+ Screenshot of the tile card with the lawn mower commands feature + Screenshot of the tile card with the lawn mower commands feature +

+ +```yaml +features: + - type: "lawn-mower-commands" + commands: + - start_pause + - dock +``` + +{% configuration %} +type: + required: true + description: "`lawn-mower-commands`" + type: string +commands: + required: true + description: List of commands to show on the card. The list can contain `start_pause` and `dock`. + type: list +{% endconfiguration %} + ### Light brightness -Widget that display a slider to select the brightness for a [light](/integrations/light). +Widget that displays a slider to select the brightness for a [light](/integrations/light).

Screenshot of the tile card with light brightness feature @@ -222,9 +325,51 @@ type: type: string {% endconfiguration %} +### Light color temp + +Widget that displays a slider to select the color temperature for a [light](/integrations/light). + +

+ Screenshot of the tile card with the light color temperature feature + Screenshot of the tile card with the light color temperature feature +

+ +```yaml +features: + - type: "light-color-temp" +``` + +{% configuration %} +type: + required: true + description: "`light-color-temp`" + type: string +{% endconfiguration %} + +### Target temperature + +Widget that displays buttons to select the target temperature for a [climate](/integrations/climate) or a [water heater](/integrations/water_heater). + +

+ Screenshot of the tile card with the target temperature feature + Screenshot of the tile card with the target temperature feature +

+ +```yaml +features: + - type: "target-temperature" +``` + +{% configuration %} +type: + required: true + description: "`target-temperature`" + type: string +{% endconfiguration %} + ### Vacuum commands -Widget that display buttons to control a [vacuum](/integrations/vacuum). +Widget that displays buttons to control a [vacuum](/integrations/vacuum).

Screenshot of the tile card with vacuum commands feature @@ -252,3 +397,36 @@ commands: description: List of commands to show on the card. The list can contain `start_pause`, `stop`, `clean_spot`, `locate` and `return_home`. type: list {% endconfiguration %} + +### Water heater operation modes + +Widget that displays buttons to control the operation mode of a [water heater](/integrations/water_heater). + +

+ Screenshot of the tile card with the water heater operation modes feature + Screenshot of the tile card with the water heater operation modes feature +

+ +```yaml +features: + - type: "water-heater-operation-modes" + operation_modes: + - electric + - gas + - heat_pump + - eco + - performance + - high_demand + - "off" +``` + +{% configuration %} +type: + required: true + description: "`water-heater-operation-modes`" + type: string +operation_modes: + required: true + description: List of modes to show on the card. The list can contain `electric`, `gas`, `heat_pump`, `eco`, `performance`, `high_demand` and `off`. + type: list +{% endconfiguration %} diff --git a/source/images/dashboards/tile-features/climate_hvac_modes.png b/source/images/dashboards/tile-features/climate_hvac_modes.png new file mode 100644 index 00000000000..ff39098d652 Binary files /dev/null and b/source/images/dashboards/tile-features/climate_hvac_modes.png differ diff --git a/source/images/dashboards/tile-features/cover_open_close.png b/source/images/dashboards/tile-features/cover_open_close.png index 16324037376..880776d7bdc 100644 Binary files a/source/images/dashboards/tile-features/cover_open_close.png and b/source/images/dashboards/tile-features/cover_open_close.png differ diff --git a/source/images/dashboards/tile-features/cover_position.png b/source/images/dashboards/tile-features/cover_position.png new file mode 100644 index 00000000000..2263cadc976 Binary files /dev/null and b/source/images/dashboards/tile-features/cover_position.png differ diff --git a/source/images/dashboards/tile-features/cover_tilt.png b/source/images/dashboards/tile-features/cover_tilt.png index 29284fb8a96..eadce9d05e1 100644 Binary files a/source/images/dashboards/tile-features/cover_tilt.png and b/source/images/dashboards/tile-features/cover_tilt.png differ diff --git a/source/images/dashboards/tile-features/cover_tilt_position.png b/source/images/dashboards/tile-features/cover_tilt_position.png new file mode 100644 index 00000000000..6f11ef97e4b Binary files /dev/null and b/source/images/dashboards/tile-features/cover_tilt_position.png differ diff --git a/source/images/dashboards/tile-features/lawn_mower_commands.png b/source/images/dashboards/tile-features/lawn_mower_commands.png new file mode 100644 index 00000000000..48f937d7b2b Binary files /dev/null and b/source/images/dashboards/tile-features/lawn_mower_commands.png differ diff --git a/source/images/dashboards/tile-features/light_color_temp.png b/source/images/dashboards/tile-features/light_color_temp.png new file mode 100644 index 00000000000..ac146ea4d65 Binary files /dev/null and b/source/images/dashboards/tile-features/light_color_temp.png differ diff --git a/source/images/dashboards/tile-features/target_temperature.png b/source/images/dashboards/tile-features/target_temperature.png new file mode 100644 index 00000000000..dc6b7138484 Binary files /dev/null and b/source/images/dashboards/tile-features/target_temperature.png differ diff --git a/source/images/dashboards/tile-features/water_heater_operation_modes.png b/source/images/dashboards/tile-features/water_heater_operation_modes.png new file mode 100644 index 00000000000..3e9a1a9fc74 Binary files /dev/null and b/source/images/dashboards/tile-features/water_heater_operation_modes.png differ diff --git a/source/images/dashboards/tile_card.png b/source/images/dashboards/tile_card.png index 5ae0f1e0db6..3657c2c1686 100644 Binary files a/source/images/dashboards/tile_card.png and b/source/images/dashboards/tile_card.png differ