Skip to main content

Service Tile

A service tile is a generic tile that can call any Home Assistant service.

Notes

This tile is stateless. It will only show the configured icon and text, and call the configured service when tapped. The Home Assistant Websocket API does not have a return value for service calls, so there is no way to indicate anything happening on the tile after it has been tapped.

Screenshot

Service Tile

Parameters

NameRequiredDefaultDescription
IconNoAn icon from the Iconify library, for example material-symbols:lightbulb-rounded
Icon HeightNo65The desired height of the icon, in pixels by default if no unit specified. Examples: 24, 24px, 1.5em
Service TypeYesService that will be called when the tile is tapped, for example light.toggle
TargetYesService target, for example light.kitchen_table
Tile TextYesText to display on the tile
Secondary TextNoAdditional text to display beneath the primary tile text