mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Lovelace: Add service icon docs (#5794)
* Update picture-elements.markdown * Lint * More lint
This commit is contained in:
parent
d41611b753
commit
0a77910863
@ -130,7 +130,32 @@ service:
|
|||||||
type: string
|
type: string
|
||||||
service_data:
|
service_data:
|
||||||
required: false
|
required: false
|
||||||
description: The service data to use."
|
description: The service data to use.
|
||||||
|
type: object
|
||||||
|
style:
|
||||||
|
required: true
|
||||||
|
description: Position and style the element using CSS.
|
||||||
|
type: object
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
### {% linkable_title Service Call Icon %}
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
type:
|
||||||
|
required: true
|
||||||
|
description: service-icon
|
||||||
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Icon tooltip.
|
||||||
|
type: string
|
||||||
|
service:
|
||||||
|
required: true
|
||||||
|
description: "Service like `light.turn_on`."
|
||||||
|
type: string
|
||||||
|
service_data:
|
||||||
|
required: false
|
||||||
|
description: The service data to use.
|
||||||
type: object
|
type: object
|
||||||
style:
|
style:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user