Update icon entry (#6502)

This commit is contained in:
Fabian Affolter 2018-10-04 11:39:14 +02:00 committed by GitHub
parent c105059488
commit 64a0f95eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

View File

@ -41,7 +41,7 @@ input_boolean:
type: boolean type: boolean
default: false default: false
icon: icon:
description: Icon to display for the component. Refer to the [Customizing devices](/docs/configuration/customizing-devices/#possible-values) page for possible values. description: Icon to display for the component.
required: false required: false
type: icon type: icon
{% endconfiguration %} {% endconfiguration %}

View File

@ -78,7 +78,7 @@ input_number:
required: false required: false
type: string type: string
icon: icon:
description: Icon to display in front of the box/slider in the frontend. Refer to the [Customizing devices](/docs/configuration/customizing-devices/#possible-values) page for possible values. description: Icon to display in front of the box/slider in the frontend.
required: false required: false
type: icon type: icon
{% endconfiguration %} {% endconfiguration %}

View File

@ -54,7 +54,7 @@ input_select:
type: Element of options type: Element of options
default: First element of options default: First element of options
icon: icon:
description: Icon to display for the component. Refer to the [Customizing devices](/docs/configuration/customizing-devices/#possible-values) page for possible values. description: Icon to display for the component.
required: false required: false
type: icon type: icon
{% endconfiguration %} {% endconfiguration %}

View File

@ -47,7 +47,7 @@ filename:
icon: icon:
description: The path to an image file to use as the icon in notifications. description: The path to an image file to use as the icon in notifications.
required: false required: false
type: string type: [string, icon]
{% endconfiguration %} {% endconfiguration %}
A possible automation could be: A possible automation could be:

View File

@ -55,8 +55,8 @@ panel_iframe:
required: true required: true
type: string type: string
icon: icon:
description: Icon for entry. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. description: Icon for entry.
required: false required: false
type: string type: icon
{% endconfiguration %} {% endconfiguration %}

View File

@ -47,9 +47,9 @@ unit_of_measurement:
required: false required: false
type: string type: string
icon: icon:
description: Icon for the sensor (e.g. `mdi:gauge`). description: Icon for the sensor.
required: false required: false
type: string type: icon
expire_after: expire_after:
description: Defines the number of seconds after the value expires if it's not updated. description: Defines the number of seconds after the value expires if it's not updated.
required: false required: false

View File

@ -96,7 +96,7 @@ resources:
icon: icon:
description: Icon to use for the sensor. description: Icon to use for the sensor.
required: false required: false
type: string type: icon
default: "mdi:desktop-classic" default: "mdi:desktop-classic"
{% endconfiguration %} {% endconfiguration %}

View File

@ -39,9 +39,9 @@ name:
type: string type: string
default: MQTT Switch default: MQTT Switch
icon: icon:
description: Icon for the switch (e.g. `mdi:radiator`). description: Icon for the switch.
required: false required: false
type: string type: icon
state_topic: state_topic:
description: The MQTT topic subscribed to receive state updates. description: The MQTT topic subscribed to receive state updates.
required: false required: false

View File

@ -41,7 +41,7 @@ url:
icon: icon:
description: Icon for entry. description: Icon for entry.
required: false required: false
type: string type: icon
{% endconfiguration %} {% endconfiguration %}
Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`.