Changes int -> integer (#6452)

This commit is contained in:
Franck Nijhof 2018-10-03 12:42:57 +02:00 committed by Fabian Affolter
parent 2810a4a828
commit 04048834b1
92 changed files with 151 additions and 151 deletions

View File

@ -32,7 +32,7 @@ ads:
port: port:
required: true required: true
description: The port that runs the AMS server on the device, typically this would be 801 or 851. description: The port that runs the AMS server on the device, typically this would be 801 or 851.
type: int type: integer
ip_address: ip_address:
required: false required: false
description: The IP address of the ADS device, if not set the first 4 bytes of the device id will be used. description: The IP address of the ADS device, if not set the first 4 bytes of the device id will be used.

View File

@ -68,7 +68,7 @@ name:
port: port:
description: The port that the camera is running on. description: The port that the camera is running on.
required: false required: false
type: int type: integer
default: 80 default: 80
resolution: resolution:
description: > description: >
@ -103,7 +103,7 @@ authentication:
scan_interval: scan_interval:
description: Defines the update interval of the sensor in seconds. description: Defines the update interval of the sensor in seconds.
required: false required: false
type: int type: integer
default: 10 default: 10
sensors: sensors:
description: > description: >

View File

@ -32,7 +32,7 @@ host:
port: port:
description: The port on which the APCUPSd NIS is listening. description: The port on which the APCUPSd NIS is listening.
required: false required: false
type: int type: integer
default: 3551 default: 3551
{% endconfiguration %} {% endconfiguration %}

View File

@ -38,7 +38,7 @@ password:
scan_interval: scan_interval:
description: How frequently to query for new data. Defaults to 60 seconds. description: How frequently to query for new data. Defaults to 60 seconds.
required: false required: false
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras. It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.

View File

@ -49,7 +49,7 @@ password:
timeout: timeout:
description: Timeout to wait for connections. description: Timeout to wait for connections.
required: false required: false
type: int type: integer
default: 10 default: 10
{% endconfiguration %} {% endconfiguration %}

View File

@ -36,7 +36,7 @@ resource:
pin: pin:
description: Number of the pin to monitor. description: Number of the pin to monitor.
required: true required: true
type: int type: integer
name: name:
description: Let you overwrite the name of the device. By default *name* from the device is used. description: Let you overwrite the name of the device. By default *name* from the device is used.
required: false required: false

View File

@ -94,7 +94,7 @@ name:
port: port:
description: The port to connect to the camera on. description: The port to connect to the camera on.
required: false required: false
type: int type: integer
default: 80 default: 80
ssl: ssl:
description: "`true` if you want to connect with https. Be sure to set the port also." description: "`true` if you want to connect with https. Be sure to set the port also."
@ -119,7 +119,7 @@ customize:
Home Assistant in seconds. This is useful to catch multiple quick trips Home Assistant in seconds. This is useful to catch multiple quick trips
in one window without the state toggling on and off. in one window without the state toggling on and off.
required: false required: false
type: int type: integer
default: 5 default: 5
{% endconfiguration %} {% endconfiguration %}

View File

@ -51,7 +51,7 @@ binary_sensors:
id: id:
description: The IHC resource id. description: The IHC resource id.
required: true required: true
type: int type: integer
inverting: inverting:
description: If True the sensor will be inverted. description: If True the sensor will be inverted.
required: false required: false

View File

@ -57,7 +57,7 @@ timeout:
The Welcome/Presence binary sensors will The Welcome/Presence binary sensors will
stay on for X seconds after detection. stay on for X seconds after detection.
required: false required: false
type: int type: integer
default: 90 default: 90
cameras: cameras:
description: List of cameras entity IDs to display. description: List of cameras entity IDs to display.

View File

@ -63,7 +63,7 @@ reset_delay_sec:
Seconds before the sensor is disarmed if Seconds before the sensor is disarmed if
`disarm_after_trigger` is set to true. `disarm_after_trigger` is set to true.
required: false required: false
type: int type: integer
default: 30 default: 30
{% endconfiguration %} {% endconfiguration %}

View File

@ -70,7 +70,7 @@ sensors:
max_samples: max_samples:
description: Limit the maximum number of stored samples. description: Limit the maximum number of stored samples.
required: false required: false
type: int type: integer
default: 2 default: 2
min_gradient: min_gradient:
description: > description: >
@ -85,7 +85,7 @@ sensors:
The duration **in seconds** to store samples for. The duration **in seconds** to store samples for.
Samples older than this value will be discarded. Samples older than this value will be discarded.
required: false required: false
type: int type: integer
default: 0 default: 0
{% endconfiguration %} {% endconfiguration %}

View File

@ -66,7 +66,7 @@ excludes:
days_offset: days_offset:
description: Set days offset. description: Set days offset.
required: false required: false
type: int type: integer
default: 0 default: 0
{% endconfiguration %} {% endconfiguration %}

View File

@ -31,7 +31,7 @@ image_width:
description: Set the image width. description: Set the image width.
required: false required: false
default: 640 default: 640
type: int type: integer
name: name:
description: Name of the camera. description: Name of the camera.
required: false required: false
@ -41,32 +41,32 @@ image_height:
description: Set the image height. description: Set the image height.
required: false required: false
default: 480 default: 480
type: int type: integer
image_quality: image_quality:
description: Set the image quality (from 0 to 100). description: Set the image quality (from 0 to 100).
required: false required: false
default: 7 default: 7
type: int type: integer
image_rotation: image_rotation:
description: Set image rotation (0-359). description: Set image rotation (0-359).
required: false required: false
default: 0 default: 0
type: int type: integer
horizontal_flip: horizontal_flip:
description: Set horizontal flip (0 to disable, 1 to enable). description: Set horizontal flip (0 to disable, 1 to enable).
required: false required: false
default: 0 default: 0
type: int type: integer
vertical_flip: vertical_flip:
description: Set vertical flip (0 to disable, 1 to enable). description: Set vertical flip (0 to disable, 1 to enable).
required: false required: false
default: 0 default: 0
type: int type: integer
timelapse: timelapse:
description: Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second. description: Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second.
required: false required: false
default: 1000 default: 1000
type: int type: integer
file_path: file_path:
description: Save the picture in a custom file path. description: Save the picture in a custom file path.
required: false required: false

View File

@ -44,7 +44,7 @@ nvr:
port: port:
description: The port number to use for accessing the NVR. description: The port number to use for accessing the NVR.
required: false required: false
type: int type: integer
default: 7080 default: 7080
key: key:
description: The API key available from the NVR web interface. description: The API key available from the NVR web interface.

View File

@ -40,7 +40,7 @@ canary:
timeout: timeout:
description: Timeout to wait for connections. description: Timeout to wait for connections.
required: false required: false
type: int type: integer
default: 10 default: 10
{% endconfiguration %} {% endconfiguration %}

View File

@ -38,15 +38,15 @@ name:
slave: slave:
description: The number of the slave (Optional for tcp and upd Modbus, use 1). description: The number of the slave (Optional for tcp and upd Modbus, use 1).
required: true required: true
type: int type: integer
target_temp_register: target_temp_register:
description: Register number for target temperature (Setpoint). description: Register number for target temperature (Setpoint).
required: true required: true
type: int type: integer
current_temp_register: current_temp_register:
description: Register number for current temperature (Process value). description: Register number for current temperature (Process value).
required: true required: true
type: int type: integer
data_type: data_type:
description: Response representation (int, uint, float, custom). If float selected, value will converted to IEEE 754 floating point format. description: Response representation (int, uint, float, custom). If float selected, value will converted to IEEE 754 floating point format.
required: false required: false
@ -55,11 +55,11 @@ data_type:
count: count:
description: Number of registers to read. description: Number of registers to read.
required: false required: false
type: int type: integer
precision: precision:
description: Number of valid decimals. description: Number of valid decimals.
required: false required: false
type: int type: integer
default: 0 default: 0
{% endconfiguration %} {% endconfiguration %}

View File

@ -65,7 +65,7 @@ ssl:
timeout: timeout:
description: Number of seconds for API timeout. description: Number of seconds for API timeout.
required: false required: false
type: int type: integer
default: 5 default: 5
humidifier: humidifier:
description: Report humidity and expose humidifier setpoints. description: Report humidity and expose humidifier setpoints.

View File

@ -33,12 +33,12 @@ port:
description: The port of your controller. description: The port of your controller.
required: false required: false
default: 9999 default: 9999
type: int type: integer
gateway_address: gateway_address:
description: The gateway address for the gateway (Settings in the controller itself). description: The gateway address for the gateway (Settings in the controller itself).
required: false required: false
default: 1 default: 1
type: int type: integer
{% endconfiguration %} {% endconfiguration %}

View File

@ -52,7 +52,7 @@ protocol:
port: port:
description: SSH port to use. description: SSH port to use.
required: false required: false
type: int type: integer
default: 22 default: 22
mode: mode:
description: "The operating mode of the router (`router` or `ap`)." description: "The operating mode of the router (`router` or `ap`)."

View File

@ -39,7 +39,7 @@ hosts:
count: count:
description: Number of packet used for each device (avoid false detection). description: Number of packet used for each device (avoid false detection).
required: false required: false
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

View File

@ -46,7 +46,7 @@ host:
port: port:
description: "The port number of your router, e.g., `443`." description: "The port number of your router, e.g., `443`."
required: false required: false
type: int type: integer
default: 80/443 (automatically detected) default: 80/443 (automatically detected)
ssl: ssl:
description: "Whether to connect via `https`." description: "Whether to connect via `https`."

View File

@ -46,7 +46,7 @@ host:
port: port:
description: The port of your controller's web interface description: The port of your controller's web interface
default: 8443 default: 8443
type: int type: integer
required: false required: false
site_id: site_id:
description: For multisite installations, you can specify `site_id` to specify which is used description: For multisite installations, you can specify `site_id` to specify which is used
@ -60,7 +60,7 @@ verify_ssl:
default: true default: true
detection_time: detection_time:
description: How long since the last seen time before the device is marked away, specified in seconds. description: How long since the last seen time before the device is marked away, specified in seconds.
type: int type: integer
required: false required: false
default: 300 default: 300
ssid_filter: ssid_filter:

View File

@ -48,7 +48,7 @@ version:
port: port:
description: The port of the alarm panel. description: The port of the alarm panel.
required: false required: false
type: int type: integer
default: 80 default: 80
report_server_enabled: report_server_enabled:
description: Enable reporting by server. description: Enable reporting by server.
@ -58,7 +58,7 @@ report_server_enabled:
report_server_port: report_server_port:
description: Port of the Egardia server. description: Port of the Egardia server.
required: false required: false
type: int type: integer
default: 52010 default: 52010
report_server_codes: report_server_codes:
description: Map of list of codes for the different states. description: Map of list of codes for the different states.

View File

@ -39,7 +39,7 @@ feedreader:
description: The maximum number of entries to extract from each feed. description: The maximum number of entries to extract from each feed.
required: false required: false
default: 20 default: 20
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
The following configuration example shows how to configure update interval and maximum number of entries: The following configuration example shows how to configure update interval and maximum number of entries:

View File

@ -41,7 +41,7 @@ password:
scan_interval: scan_interval:
description: The time in minutes between Hive API calls description: The time in minutes between Hive API calls
required: false required: false
type: int type: integer
default: 2 default: 2
{% endconfiguration %} {% endconfiguration %}

View File

@ -62,7 +62,7 @@ homekit:
port: port:
description: Port for the HomeKit extension. description: Port for the HomeKit extension.
required: false required: false
type: int type: integer
default: 51827 default: 51827
name: name:
description: Need to be individual for each instance of Home Assistant using the component on the same local network. Between `3` and `25` characters. Alphanumeric and spaces allowed. description: Need to be individual for each instance of Home Assistant using the component on the same local network. Between `3` and `25` characters. Alphanumeric and spaces allowed.

View File

@ -43,7 +43,7 @@ server_host:
server_port: server_port:
description: Let you set a port to use. description: Let you set a port to use.
required: false required: false
type: int type: integer
default: 8123 default: 8123
base_url: base_url:
description: "The URL that Home Assistant is available on the internet. For example: `hass-example.duckdns.org:8123`. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app." description: "The URL that Home Assistant is available on the internet. For example: `hass-example.duckdns.org:8123`. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app."
@ -87,7 +87,7 @@ ip_ban_enabled:
login_attempts_threshold: login_attempts_threshold:
description: "Number of failed login attempt from single IP after which it will be automatically banned if `ip_ban_enabled` is `true`. When set to -1 no new automatic bans will be added." description: "Number of failed login attempt from single IP after which it will be automatically banned if `ip_ban_enabled` is `true`. When set to -1 no new automatic bans will be added."
required: false required: false
type: int type: integer
default: -1 default: -1
ssl_profile: ssl_profile:
description: The [Mozilla SSL profile](https://wiki.mozilla.org/Security/Server_Side_TLS) to use. Only lower if you are experiencing integrations causing SSL handshake errors. description: The [Mozilla SSL profile](https://wiki.mozilla.org/Security/Server_Side_TLS) to use. Only lower if you are experiencing integrations causing SSL handshake errors.

View File

@ -33,7 +33,7 @@ access_token:
scan_interval: scan_interval:
description: The time interval, in seconds, to poll the Hydrawise cloud. description: The time interval, in seconds, to poll the Hydrawise cloud.
required: false required: false
type: int type: integer
default: 30 default: 30
{% endconfiguration %} {% endconfiguration %}

View File

@ -38,7 +38,7 @@ image_processing:
confidence: confidence:
description: The minimum of confidence in percent to process with Home Assistant. description: The minimum of confidence in percent to process with Home Assistant.
required: false required: false
type: int type: integer
default: 80 default: 80
source: source:
description: List of image sources. description: List of image sources.

View File

@ -43,7 +43,7 @@ group:
confidence: confidence:
description: The minimum of confidence in percent to process with Home Assistant. description: The minimum of confidence in percent to process with Home Assistant.
required: false required: false
type: int type: integer
default: 80 default: 80
source: source:
description: List of image sources. description: List of image sources.

View File

@ -44,7 +44,7 @@ api_key:
confidence: confidence:
description: The minimum of confidence in percent to process with Home Assistant. description: The minimum of confidence in percent to process with Home Assistant.
required: false required: false
type: int type: integer
default: 80 default: 80
source: source:
description: List of image sources. description: List of image sources.

View File

@ -71,7 +71,7 @@ alpr_bin:
confidence: confidence:
description: The minimum of confidence in percent to process with Home Assistant. description: The minimum of confidence in percent to process with Home Assistant.
required: false required: false
type: int type: integer
default: 80 default: 80
source: source:
description: List of image sources. description: List of image sources.

View File

@ -46,12 +46,12 @@ input_text:
min: min:
description: Minimum length for the text value. description: Minimum length for the text value.
required: false required: false
type: int type: integer
default: 0 default: 0
max: max:
description: Maximum length for the text value. description: Maximum length for the text value.
required: false required: false
type: int type: integer
default: 100 default: 100
initial: initial:
description: Initial value when Home Assistant starts. description: Initial value when Home Assistant starts.

View File

@ -55,7 +55,7 @@ lights:
id: id:
description: The IHC resource id. description: The IHC resource id.
required: true required: true
type: int type: integer
name: name:
description: The name of the component description: The name of the component
required: false required: false

View File

@ -34,7 +34,7 @@ host:
port: port:
description: Some firmware versions of the LW-12 controller listen on different ports. description: Some firmware versions of the LW-12 controller listen on different ports.
required: false required: false
type: int type: integer
default: 5000 default: 5000
name: name:
description: Name to use in the frontend. description: Name to use in the frontend.

View File

@ -56,11 +56,11 @@ maxcube:
port: port:
description: The UDP port number. description: The UDP port number.
required: false required: false
type: int type: integer
default: 62910 default: 62910
scan_interval: scan_interval:
description: The update interval in seconds description: The update interval in seconds
required: false required: false
type: int type: integer
default: 300 default: 300
{% endconfiguration %} {% endconfiguration %}

View File

@ -42,14 +42,14 @@ host:
zones: zones:
description: This is the list of zones available. Valid zones are 1, 2, 3, 4, 5, 6, 7, 8. Each zone must have a name assigned to it. description: This is the list of zones available. Valid zones are 1, 2, 3, 4, 5, 6, 7, 8. Each zone must have a name assigned to it.
required: true required: true
type: int type: integer
keys: keys:
name: name:
description: The name of the zone. description: The name of the zone.
sources: sources:
description: The list of sources available. Valid source numbers are 1, 2, 3, 4, 5, 6, 7, 8. Each source number corresponds to the input number on the Blackbird matrix switch. Similar to zones, each source must have a name assigned to it. description: The list of sources available. Valid source numbers are 1, 2, 3, 4, 5, 6, 7, 8. Each source number corresponds to the input number on the Blackbird matrix switch. Similar to zones, each source must have a name assigned to it.
required: true required: true
type: int type: integer
keys: keys:
name: name:
description: The name of the source. description: The name of the source.

View File

@ -42,7 +42,7 @@ listen_port:
description: Port to listen on for events from the device. description: Port to listen on for events from the device.
required: false required: false
default: 8301 default: 8301
type: int type: integer
name: name:
description: The name you would like to give to the device, e.g., `TV living room`. description: The name you would like to give to the device, e.g., `TV living room`.
required: false required: false

View File

@ -34,7 +34,7 @@ host:
port: port:
description: The HTTP port number. description: The HTTP port number.
required: false required: false
type: int type: integer
default: 80 default: 80
name: name:
description: The name of the device used in the frontend. description: The name of the device used in the frontend.

View File

@ -32,7 +32,7 @@ media_player:
port: port:
description: The port of the device to connect to. description: The port of the device to connect to.
required: false required: false
type: int type: integer
name: name:
description: The name of the device used in the frontend. description: The name of the device used in the frontend.
required: false required: false

View File

@ -34,7 +34,7 @@ host:
port: port:
description: port on which the PJLink service runs on the device. description: port on which the PJLink service runs on the device.
required: false required: false
type: int type: integer
default: 4352 default: 4352
name: name:
description: Name of the device. description: Name of the device.

View File

@ -38,7 +38,7 @@ host:
port: port:
description: The port of the Samsung Smart TV. If set to 8001, the new websocket connection will be used (required for 2016+ TVs). description: The port of the Samsung Smart TV. If set to 8001, the new websocket connection will be used (required for 2016+ TVs).
required: false required: false
type: int type: integer
default: 55000 default: 55000
name: name:
description: The name you would like to give to the Samsung Smart TV. description: The name you would like to give to the Samsung Smart TV.

View File

@ -31,7 +31,7 @@ host:
port: port:
description: The port that mochad is running on. description: The port that mochad is running on.
required: false required: false
type: int type: integer
default: 1099 default: 1099
{% endconfiguration %} {% endconfiguration %}

View File

@ -39,7 +39,7 @@ mysensors:
baud_rate: baud_rate:
description: Specifies the baud rate of the connected serial gateway. description: Specifies the baud rate of the connected serial gateway.
required: false required: false
type: int type: integer
default: 115200 default: 115200
persistence_file: persistence_file:
description: The path to a file to save sensor information. The file extension determines the file type. Currently supported file types are 'pickle' and 'json'. description: The path to a file to save sensor information. The file extension determines the file type. Currently supported file types are 'pickle' and 'json'.
@ -49,7 +49,7 @@ mysensors:
tcp_port: tcp_port:
description: Specifies the port of the connected TCP Ethernet gateway. description: Specifies the port of the connected TCP Ethernet gateway.
required: false required: false
type: int type: integer
default: 5003 default: 5003
topic_in_prefix: topic_in_prefix:
description: Set the prefix of the MQTT topic for messages coming from the MySensors gateway in to Home Assistant. description: Set the prefix of the MQTT topic for messages coming from the MySensors gateway in to Home Assistant.
@ -73,7 +73,7 @@ mysensors:
persistence: persistence:
description: Enable or disable local persistence of sensor information. If this is disabled, then each sensor will need to send presentation messages after Home Assistant starts. description: Enable or disable local persistence of sensor information. If this is disabled, then each sensor will need to send presentation messages after Home Assistant starts.
required: false required: false
type: int type: integer
default: true default: true
version: version:
description: Specifies the MySensors protocol version to use. Supports 1.4, 1.5 and 2.0. description: Specifies the MySensors protocol version to use. Supports 1.4, 1.5 and 2.0.
@ -83,12 +83,12 @@ mysensors:
optimistic: optimistic:
description: Enable or disable optimistic mode for actuators (switch/light). Set this to true if no state feedback from actuators is possible. Home Assistant will assume that the command succeeded and change state. description: Enable or disable optimistic mode for actuators (switch/light). Set this to true if no state feedback from actuators is possible. Home Assistant will assume that the command succeeded and change state.
required: false required: false
type: int type: integer
default: false default: false
retain: retain:
description: Enable or disable retain flag for published messages from Home Assistant when using the MQTT gateway. description: Enable or disable retain flag for published messages from Home Assistant when using the MQTT gateway.
required: false required: false
type: int type: integer
default: true default: true
{% endconfiguration %} {% endconfiguration %}

View File

@ -32,7 +32,7 @@ name:
lifetime: lifetime:
description: Defines how long the message remains in LaMetric notification queue (in seconds). description: Defines how long the message remains in LaMetric notification queue (in seconds).
required: false required: false
type: int type: integer
default: 10 default: 10
icon: icon:
description: An icon or animation. description: An icon or animation.
@ -41,7 +41,7 @@ icon:
cycles: cycles:
description: Defines how often the notification is displayed. description: Defines how often the notification is displayed.
required: false required: false
type: int type: integer
default: 1 default: 1
priority: priority:
description: Defines the priority of the notification. description: Defines the priority of the notification.

View File

@ -53,7 +53,7 @@ api_key:
scan_interval: scan_interval:
description: the frequency (in seconds) between data updates description: the frequency (in seconds) between data updates
required: false required: false
type: int type: integer
default: 1800 default: 1800
binary_sensors: binary_sensors:
description: binary sensor-related configuration options description: binary sensor-related configuration options

View File

@ -55,7 +55,7 @@ password:
port: port:
description: the TCP port used by your unit for the REST API description: the TCP port used by your unit for the REST API
required: false required: false
type: int type: integer
default: 8080 default: 8080
ssl: ssl:
description: whether communication with the local device should occur over HTTPS description: whether communication with the local device should occur over HTTPS
@ -65,7 +65,7 @@ ssl:
scan_interval: scan_interval:
description: the frequency (in seconds) between data updates description: the frequency (in seconds) between data updates
required: false required: false
type: int type: integer
default: 60 default: 60
binary_sensors: binary_sensors:
description: binary sensor-related configuration options description: binary sensor-related configuration options
@ -95,7 +95,7 @@ switches:
zone_run_time: zone_run_time:
description: the default number of seconds that a zone should run when turned on description: the default number of seconds that a zone should run when turned on
required: false required: false
type: int type: integer
default: 600 default: 600
{% endconfiguration %} {% endconfiguration %}

View File

@ -39,12 +39,12 @@ recorder:
description: Specify the number of history days to keep in recorder database after a purge. description: Specify the number of history days to keep in recorder database after a purge.
required: false required: false
default: 10 default: 10
type: int type: integer
purge_interval: purge_interval:
description: How often (in days) the purge task runs. If a scheduled purge is missed (e.g., if Home Assistant was not running), the schedule will resume soon after Home Assistant restarts. You can use the [service](#service-purge) call `purge` when required without impacting the purge schedule. If this is set to `0` (zero), automatic purging is disabled. description: How often (in days) the purge task runs. If a scheduled purge is missed (e.g., if Home Assistant was not running), the schedule will resume soon after Home Assistant restarts. You can use the [service](#service-purge) call `purge` when required without impacting the purge schedule. If this is set to `0` (zero), automatic purging is disabled.
required: false required: false
default: 1 default: 1
type: int type: integer
exclude: exclude:
description: Configure which components should be excluded description: Configure which components should be excluded
required: false required: false

View File

@ -43,12 +43,12 @@ name:
slot: slot:
description: The slot used to save learned command. description: The slot used to save learned command.
required: false required: false
type: int type: integer
default: 1 default: 1
timeout: timeout:
description: Timeout for learning a new command. description: Timeout for learning a new command.
required: false required: false
type: int type: integer
default: 30 default: 30
hidden: hidden:
description: Hide the entity from UI. There is currently no reason to show the entity in UI as turning it off or on does nothing. description: Hide the entity from UI. There is currently no reason to show the entity in UI as turning it off or on does nothing.

View File

@ -24,7 +24,7 @@ sensor:
- platform: ads - platform: ads
adsvar: GVL.temperature adsvar: GVL.temperature
unit_of_measurement: '°C' unit_of_measurement: '°C'
adstype: int adstype: integer
``` ```
{% configuration %} {% configuration %}

View File

@ -61,12 +61,12 @@ show_on_map:
scan_interval: scan_interval:
description: "The rate at which AirVisual should be polled for new data." description: "The rate at which AirVisual should be polled for new data."
required: optional required: optional
type: int type: integer
default: 600 default: 600
latitude: latitude:
description: The latitude of the location to monitor. description: The latitude of the location to monitor.
required: optional required: optional
type: str type: string
default: "The latitude defined under the `homeassistant` key in `configuration.yaml`." default: "The latitude defined under the `homeassistant` key in `configuration.yaml`."
longitude: longitude:
description: The longitude of the location to monitor. description: The longitude of the location to monitor.

View File

@ -40,12 +40,12 @@ i2c_bus:
description: I2C bus that the sensor is connected to. description: I2C bus that the sensor is connected to.
required: false required: false
default: 1 default: 1
type: int type: integer
i2c_address: i2c_address:
description: I2C address of the sensor. It is 0x76 or 0x77. description: I2C address of the sensor. It is 0x76 or 0x77.
required: false required: false
default: 0x77 default: 0x77
type: int type: integer
monitored_conditions: monitored_conditions:
description: Conditions to monitor. description: Conditions to monitor.
required: false required: false
@ -70,47 +70,47 @@ oversampling_temperature:
description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16. description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16.
required: false required: false
default: 8 default: 8
type: int type: integer
oversampling_pressure: oversampling_pressure:
description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16. description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16.
required: false required: false
default: 2 default: 2
type: int type: integer
oversampling_humidity: oversampling_humidity:
description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16. description: Oversampling multiplier as described in the sensor datasheet. Can be 0 (no sampling), 1, 2, 4, 8, or 16.
required: false required: false
default: 4 default: 4
type: int type: integer
filter_size: filter_size:
description: IIR filter size as described in the sensor datasheet. Can be 0 (off), 1, 3, 7, 15, 31, 63 or 127. description: IIR filter size as described in the sensor datasheet. Can be 0 (off), 1, 3, 7, 15, 31, 63 or 127.
required: false required: false
default: 3 default: 3
type: int type: integer
gas_heater_temperature: gas_heater_temperature:
description: The temperature to heat the hotplate to for gas resistance measurements as described in the sensor datasheet. Can be between 200-400°C. description: The temperature to heat the hotplate to for gas resistance measurements as described in the sensor datasheet. Can be between 200-400°C.
required: false required: false
default: 320 default: 320
type: int type: integer
gas_heater_duration: gas_heater_duration:
description: The duration to heat the hotplate in milliseconds for gas resistance measurements as described in the sensor datasheet. Can be between 1-4032 ms. In reality, you will likely need between 80-100ms to reach a stable temperature. Using a duration greater than 1000ms is inadvisable as it will essentially result in the heater being continually on due to the 1-second update interval. description: The duration to heat the hotplate in milliseconds for gas resistance measurements as described in the sensor datasheet. Can be between 1-4032 ms. In reality, you will likely need between 80-100ms to reach a stable temperature. Using a duration greater than 1000ms is inadvisable as it will essentially result in the heater being continually on due to the 1-second update interval.
required: false required: false
default: 150 default: 150
type: int type: integer
aq_burn_in_time: aq_burn_in_time:
description: The duration to perform gas resistance measurements to establish a stable baseline measurements for Air Quality calculations in seconds. The burn in time is only performed when the sensor component is first initialized. description: The duration to perform gas resistance measurements to establish a stable baseline measurements for Air Quality calculations in seconds. The burn in time is only performed when the sensor component is first initialized.
required: false required: false
default: 300 default: 300
type: int type: integer
aq_humidity_baseline: aq_humidity_baseline:
description: The baseline *ideal* relative humidity value for the air quality calculations. description: The baseline *ideal* relative humidity value for the air quality calculations.
required: false required: false
default: 40 default: 40
type: int type: integer
aq_humidity_bias: aq_humidity_bias:
description: The bias for humidity to the gas resistance measurement in the air quality calculations expressed as a percentage of the total calculation e.g., 25% hudidtity to 75% gas. description: The bias for humidity to the gas resistance measurement in the air quality calculations expressed as a percentage of the total calculation e.g., 25% hudidtity to 75% gas.
required: false required: false
default: 25 default: 25
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
## {% linkable_title Full Examples %} ## {% linkable_title Full Examples %}

View File

@ -28,7 +28,7 @@ sensor:
currency_id: currency_id:
description: The ID of the cryptocurrency to use, default is the ID of Bitcoin. description: The ID of the cryptocurrency to use, default is the ID of Bitcoin.
required: false required: false
type: int type: integer
default: 1 default: 1
display_currency: display_currency:
description: The currency to display. description: The currency to display.
@ -38,7 +38,7 @@ display_currency:
display_currency_decimals: display_currency_decimals:
description: The amount of decimals to round to. description: The amount of decimals to round to.
required: false required: false
type: int type: integer
default: 2 default: 2
{% endconfiguration %} {% endconfiguration %}

View File

@ -46,7 +46,7 @@ host:
port: port:
description: Port of the CUPS print server. description: Port of the CUPS print server.
required: false required: false
type: int type: integer
default: 631 default: 631
{% endconfiguration %} {% endconfiguration %}

View File

@ -81,12 +81,12 @@ filters:
precision: precision:
description: See [_lowpass_](#low-pass) filter. Defines the precision of the filtered state, through the argument of round(). description: See [_lowpass_](#low-pass) filter. Defines the precision of the filtered state, through the argument of round().
required: false required: false
type: int type: integer
default: None default: None
time_constant: time_constant:
description: See [_lowpass_](#low-pass) filter. Loosely relates to the amount of time it takes for a state to influence the output. description: See [_lowpass_](#low-pass) filter. Loosely relates to the amount of time it takes for a state to influence the output.
required: false required: false
type: int type: integer
default: 10 default: 10
radius: radius:
description: See [_outlier_](#outlier) filter. Band radius from median of previous states. description: See [_outlier_](#outlier) filter. Band radius from median of previous states.

View File

@ -40,7 +40,7 @@ items:
id: id:
description: The ID of the product. description: The ID of the product.
required: false required: false
type: int type: integer
url: url:
description: The URL of the product. description: The URL of the product.
required: false required: false

View File

@ -59,7 +59,7 @@ host:
port: port:
description: The port where Glances is listening. description: The port where Glances is listening.
required: false required: false
type: int type: integer
default: 61208 default: 61208
name: name:
description: The prefix for the sensors. description: The prefix for the sensors.
@ -69,7 +69,7 @@ name:
version: version:
description: "The version of the Glances API. Supported version: `2` and `3`." description: "The version of the Glances API. Supported version: `2` and `3`."
required: false required: false
type: int type: integer
default: 2 default: 2
resources: resources:
description: Entries to monitor. description: Entries to monitor.

View File

@ -61,7 +61,7 @@ host:
port: port:
description: The port which GPSD is using. description: The port which GPSD is using.
required: false required: false
type: int type: integer
default: 2947 default: 2947
name: name:
description: Friendly name to use for the frontend. description: Friendly name to use for the frontend.

View File

@ -45,7 +45,7 @@ sensors:
id: id:
description: The IHC resource id. description: The IHC resource id.
required: true required: true
type: int type: integer
name: name:
description: The name of the component description: The name of the component
required: false required: false

View File

@ -52,11 +52,11 @@ sensor:
description: Specify the test duration in seconds. Default is 10 and the valid range is from 5 to 10. description: Specify the test duration in seconds. Default is 10 and the valid range is from 5 to 10.
required: false required: false
default: 10 default: 10
type: int type: integer
parallel: parallel:
description: Specify the number of concurrent streams to connect to the server. Default is 1 and the valid range is from 1 to 20. description: Specify the number of concurrent streams to connect to the server. Default is 1 and the valid range is from 1 to 20.
default: 1 default: 1
type: int type: integer
protocol: protocol:
description: Specify the protocol to be used on the test. Default is TCP and the valid values are TCP or UDP. If your Iperf3 server is located in the Internet, consider to use TCP instead of UDP. If the protocol is set to use UDP, the sensor may not get updated due to package retransmission issues due to its nature. description: Specify the protocol to be used on the test. Default is TCP and the valid values are TCP or UDP. If your Iperf3 server is located in the Internet, consider to use TCP instead of UDP. If the protocol is set to use UDP, the sensor may not get updated due to package retransmission issues due to its nature.
required: false required: false
@ -66,7 +66,7 @@ sensor:
description: Specify the frequency in seconds which the test will be perfomed. Default value is 1 hour. description: Specify the frequency in seconds which the test will be perfomed. Default value is 1 hour.
required: false required: false
default: 3600 default: 3600
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
You can find a list of public Iperf3 servers [here](https://iperf.fr/iperf-servers.php). You can also start your own Iperf3 server using the [mlabbe/iperf3's](https://hub.docker.com/r/mlabbe/iperf3/) docker image or just refer to your `iperf3` command's man page. You can find a list of public Iperf3 servers [here](https://iperf.fr/iperf-servers.php). You can also start your own Iperf3 server using the [mlabbe/iperf3's](https://hub.docker.com/r/mlabbe/iperf3/) docker image or just refer to your `iperf3` command's man page.

View File

@ -34,12 +34,12 @@ latitude:
required: false required: false
description: Latitude for time calculations of the sensor. description: Latitude for time calculations of the sensor.
default: Home Assistant location default: Home Assistant location
type: int type: integer
longitude: longitude:
required: false required: false
description: Longitude for time calculations of the sensor. description: Longitude for time calculations of the sensor.
default: Home Assistant location default: Home Assistant location
type: int type: integer
disapora: disapora:
required: false required: false
description: Consider the location as diaspora or not for calculation of the weekly portion and holidays. description: Consider the location as diaspora or not for calculation of the weekly portion and holidays.

View File

@ -51,7 +51,7 @@ sensor:
baud: baud:
description: The serial baudrate. description: The serial baudrate.
required: true required: true
type: int type: integer
default: 57600 default: 57600
led: led:
description: Activate or deactivate the Jeelink LED. description: Activate or deactivate the Jeelink LED.
@ -60,19 +60,19 @@ sensor:
frequency: frequency:
description: Initial frequency in 5kHz steps. description: Initial frequency in 5kHz steps.
required: false required: false
type: int type: integer
datarate: datarate:
description: "Set the data rate in kbps. Special values for well-known settings are: `0`: 17.241 kbps, `1`: 9.579 kbps, `2`: 8.842 kbps." description: "Set the data rate in kbps. Special values for well-known settings are: `0`: 17.241 kbps, `1`: 9.579 kbps, `2`: 8.842 kbps."
required: false required: false
type: int type: integer
toggle_mask: toggle_mask:
description: "The following values can be combined bitwise: `1` = 17.241 kbps, `2` = 9.579 kbps, `4` = 8.842 kbps" description: "The following values can be combined bitwise: `1` = 17.241 kbps, `2` = 9.579 kbps, `4` = 8.842 kbps"
required: false required: false
type: int type: integer
toggle_interval: toggle_interval:
description: Enable the toggle mode and set the interval in seconds. description: Enable the toggle mode and set the interval in seconds.
required: false required: false
type: int type: integer
sensors: sensors:
description: A list of your sensors. description: A list of your sensors.
required: true required: true
@ -89,7 +89,7 @@ sensor:
id: id:
description: The LaCrosse Id of the sensor. description: The LaCrosse Id of the sensor.
required: true required: true
type: int type: integer
{% endconfiguration %} {% endconfiguration %}

View File

@ -81,5 +81,5 @@ sensor:
scale: 0.1 scale: 0.1
offset: 0 offset: 0
precision: 1 precision: 1
data_type: int data_type: integer
``` ```

View File

@ -40,7 +40,7 @@ name:
qos: qos:
description: The maximum QoS level of the state topic. description: The maximum QoS level of the state topic.
required: false required: false
type: int type: integer
default: 0 default: 0
unit_of_measurement: unit_of_measurement:
description: Defines the units of measurement of the sensor, if any. description: Defines the units of measurement of the sensor, if any.
@ -53,7 +53,7 @@ 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
type: int type: integer
default: 0 default: 0
value_template: value_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the value." description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the value."

View File

@ -68,7 +68,7 @@ host:
port: port:
description: The port that the Netdata instance is running on. description: The port that the Netdata instance is running on.
required: false required: false
type: int type: integer
default: 19999 default: 19999
name: name:
description: Name of the monitored Netdata instance. description: Name of the monitored Netdata instance.

View File

@ -43,7 +43,7 @@ sensor:
description: The port number. description: The port number.
required: false required: false
default: 3493 default: 3493
type: int type: integer
alias: alias:
description: Name of the ups on the NUT server. description: Name of the ups on the NUT server.
required: false required: false

View File

@ -33,7 +33,7 @@ sensor:
port: port:
description: The port of your Open Hardware Monitor API. Defaults to 8085. description: The port of your Open Hardware Monitor API. Defaults to 8085.
required: false required: false
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
<p class='note'> <p class='note'>

View File

@ -32,7 +32,7 @@ host:
port: port:
description: The port your pyLoad interface uses. description: The port your pyLoad interface uses.
required: false required: false
type: int type: integer
default: 8000 default: 8000
name: name:
description: The name to use when displaying this pyLoad instance. description: The name to use when displaying this pyLoad instance.

View File

@ -41,7 +41,7 @@ minimum:
maximum: maximum:
description: Upper limit for the values. description: Upper limit for the values.
required: false required: false
type: int type: integer
default: 20 default: 20
unit_of_measurement: unit_of_measurement:
description: Defines the units of measurement of the sensor, if any. description: Defines the units of measurement of the sensor, if any.

View File

@ -55,7 +55,7 @@ time_offset:
description: Do not display departures leaving sooner than this number of minutes. Useful if you are a couple of minutes away from the stop. description: Do not display departures leaving sooner than this number of minutes. Useful if you are a couple of minutes away from the stop.
required: false required: false
default: The defaults is 0. default: The defaults is 0.
type: int type: integer
max_journeys: max_journeys:
description: Specify the maximal number of journeys. description: Specify the maximal number of journeys.
required: false required: false

View File

@ -43,7 +43,7 @@ baudrate:
description: Baudrate of the serial port. description: Baudrate of the serial port.
required: false required: false
default: 9600 Bps default: 9600 Bps
type: int type: integer
value_template: value_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the serial line." description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the serial line."
required: false required: false

View File

@ -40,7 +40,7 @@ sensor:
description: I2C address of the sensor. description: I2C address of the sensor.
required: false required: false
default: "`0x44`" default: "`0x44`"
type: int type: integer
monitored_conditions: monitored_conditions:
description: Conditions to monitor. description: Conditions to monitor.
required: false required: false

View File

@ -75,7 +75,7 @@ seed:
description: The [seed](https://docs.python.org/3.6/library/random.html#random.seed) value for the random noise component. description: The [seed](https://docs.python.org/3.6/library/random.html#random.seed) value for the random noise component.
required: false required: false
default: 999 default: 999
type: int type: integer
spread: spread:
description: The spread is the range of the randomly distributed values about their mean. This is sometimes referred to as the Full Width at Half Maximum ([FWHM](https://en.wikipedia.org/wiki/Full_width_at_half_maximum)) of the random distribution. description: The spread is the range of the randomly distributed values about their mean. This is sometimes referred to as the Full Width at Half Maximum ([FWHM](https://en.wikipedia.org/wiki/Full_width_at_half_maximum)) of the random distribution.
required: false required: false

View File

@ -54,7 +54,7 @@ sensor:
server_id: server_id:
description: Specify the speed test server to perform the test against. description: Specify the speed test server to perform the test against.
required: false required: false
type: int type: integer
day: day:
description: Specify the day(s) of the month to schedule the speed test. Use a list for multiple entries. description: Specify the day(s) of the month to schedule the speed test. Use a list for multiple entries.
required: false required: false

View File

@ -46,7 +46,7 @@ api_key:
days: days:
description: Number of days you'd like see to crime statistics for. description: Number of days you'd like see to crime statistics for.
required: false required: false
type: int type: integer
include: include:
description: Event types you want statistics for. description: Event types you want statistics for.
required: false required: false

View File

@ -28,12 +28,12 @@ sensor:
offset: offset:
description: The offset to fix reported vales. description: The offset to fix reported vales.
required: false required: false
type: int type: integer
default: o default: o
scale: scale:
description: The scale for the sensor. description: The scale for the sensor.
required: false required: false
type: int type: integer
default: 1 default: 1
name: name:
description: The name to use when displaying this switch. description: The name to use when displaying this switch.

View File

@ -56,7 +56,7 @@ host:
port: port:
description: The port your Transmission daemon uses. description: The port your Transmission daemon uses.
required: false required: false
type: int type: integer
default: 9091 default: 9091
name: name:
description: The name to use when displaying this Transmission instance in the frontend. description: The name to use when displaying this Transmission instance in the frontend.

View File

@ -39,11 +39,11 @@ sensor:
train_id: train_id:
description: The ID of the train. description: The ID of the train.
required: true required: true
type: int type: integer
station_id: station_id:
description: The ID of the starting station. description: The ID of the starting station.
required: true required: true
type: int type: integer
train_name: train_name:
description: The name of the sensor. Defaults to 'Train <train id> from <station id>'. description: The name of the sensor. Defaults to 'Train <train id> from <station id>'.
required: false required: false

View File

@ -39,7 +39,7 @@ host:
port: port:
description: The port where Volkszaehler is listening. description: The port where Volkszaehler is listening.
required: false required: false
type: int type: integer
default: 80 default: 80
name: name:
description: The prefix for the sensors. description: The prefix for the sensors.

View File

@ -35,7 +35,7 @@ name:
forecast: forecast:
description: If you want to get forecast data instead of the current weather data, set this to the number of hours that you want to look into the future. description: If you want to get forecast data instead of the current weather data, set this to the number of hours that you want to look into the future.
required: false required: false
type: int type: integer
monitored_conditions: monitored_conditions:
description: Conditions to display in the frontend. description: Conditions to display in the frontend.
required: false required: false

View File

@ -105,12 +105,12 @@ By default, Snips runs its own MQTT broker. But we can also tell Snips to use an
feedback_sounds: feedback_sounds:
description: Turn on feedbacks sounds for Snips. description: Turn on feedbacks sounds for Snips.
required: false required: false
type: str type: string
default: false default: false
site_ids: site_ids:
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites. description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites.
required: false required: false
type: str type: string
probability_threshold: probability_threshold:
description: Threshold for intent probability. Range is from 0.00 to 1.00, 1 being highest match. Intents under this level are discarded. description: Threshold for intent probability. Range is from 0.00 to 1.00, 1 being highest match. Intents under this level are discarded.
require: false require: false

View File

@ -37,7 +37,7 @@ password:
scan_interval: scan_interval:
description: How frequently to query for new data. Defaults to 120 seconds. description: How frequently to query for new data. Defaults to 120 seconds.
required: false required: false
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
<p class='note warning'> <p class='note warning'>

View File

@ -24,7 +24,7 @@ sun:
elevation: elevation:
description: "The (physical) elevation of your location, in meters above sea level. Defaults to the `elevation` in `configuration.yaml`, which is retrieved from Google Maps if not set." description: "The (physical) elevation of your location, in meters above sea level. Defaults to the `elevation` in `configuration.yaml`, which is retrieved from Google Maps if not set."
required: false required: false
type: int type: integer
{% endconfiguration %} {% endconfiguration %}
<p class='img'> <p class='img'>

View File

@ -29,7 +29,7 @@ switch:
watering_minutes: watering_minutes:
description: When manual watering is enabled this will determine the length of time in minutes that irrigation zone will run. The allowed values are 5, 10, 15, 30, 45, or 60. description: When manual watering is enabled this will determine the length of time in minutes that irrigation zone will run. The allowed values are 5, 10, 15, 30, 45, or 60.
required: false required: false
type: int type: integer
default: 15 default: 15
monitored_conditions: monitored_conditions:
description: Selects the set of switches that should be enabled on the frontend. Also sets the length of time a zone will run under manual control. description: Selects the set of switches that should be enabled on the frontend. Also sets the length of time a zone will run under manual control.

View File

@ -46,7 +46,7 @@ switches:
id: id:
description: The IHC resource id. description: The IHC resource id.
required: true required: true
type: int type: integer
name: name:
description: The name of the component description: The name of the component
required: false required: false

View File

@ -44,7 +44,7 @@ name:
timeout: timeout:
description: Timeout for the request. description: Timeout for the request.
required: false required: false
type: int type: integer
default: 10 default: 10
body_on: body_on:
description: "The body of the POST request that commands the switch to become enabled. This value can be a [template](/topics/templating/)." description: "The body of the POST request that commands the switch to become enabled. This value can be a [template](/topics/templating/)."

View File

@ -26,7 +26,7 @@ system_log:
max_entries: max_entries:
description: Number of entries to store (older entries are discarded). description: Number of entries to store (older entries are discarded).
required: false required: false
type: int type: integer
default: 50 default: 50
fire_event: fire_event:
description: Whether events are fired (required when used for triggers). description: Whether events are fired (required when used for triggers).

View File

@ -41,22 +41,22 @@ secret_key:
speed: speed:
description: Audio speed from 0 to 9. description: Audio speed from 0 to 9.
required: false required: false
type: int type: integer
default: 5 default: 5
pitch: pitch:
description: Audio pitch from 0 to 9. description: Audio pitch from 0 to 9.
required: false required: false
type: int type: integer
default: 5 default: 5
volume: volume:
description: Audio volume from 0 to 15. description: Audio volume from 0 to 15.
required: false required: false
type: int type: integer
default: 5 default: 5
person: person:
description: Voice type. You choose one from 0, 1, 3 or 4. description: Voice type. You choose one from 0, 1, 3 or 4.
required: false required: false
type: int type: integer
default: 0 default: 0
{% endconfiguration %} {% endconfiguration %}

View File

@ -42,7 +42,7 @@ cache_dir:
time_memory: time_memory:
description: Time to hold the voice data inside memory for fast play on a media player. Minimum is 60 s and the maximum 57600 s (16 hours). description: Time to hold the voice data inside memory for fast play on a media player. Minimum is 60 s and the maximum 57600 s (16 hours).
required: false required: false
type: int type: integer
default: 300 default: 300
base_url: base_url:
description: A base URL to use *instead* of the one set in the [http component](/components/http/). It is used as-is by the `tts` component. In particular, you need to include the protocol scheme `http://` or `https://` and the correct port number. They will not be automatically added for you. description: A base URL to use *instead* of the one set in the [http component](/components/http/). It is used as-is by the `tts` component. In particular, you need to include the protocol scheme `http://` or `https://` and the correct port number. They will not be automatically added for you.

View File

@ -43,6 +43,6 @@ password:
scan_interval: scan_interval:
description: Update interval in seconds. description: Update interval in seconds.
required: false required: false
type: int type: integer
default: 60 default: 60
{% endconfiguration %} {% endconfiguration %}

View File

@ -116,7 +116,7 @@ xiaomi_aqara:
discovery_retry: discovery_retry:
description: Number of times that Home Assistant should try to reconnect to the gateway. description: Number of times that Home Assistant should try to reconnect to the gateway.
required: false required: false
type: int type: integer
default: 3 default: 3
interface: interface:
description: Which network interface to use. description: Which network interface to use.

View File

@ -75,7 +75,7 @@ broker:
port: port:
required: false required: false
description: The network port to connect to. Default is 1883. description: The network port to connect to. Default is 1883.
type: int type: integer
client_id: client_id:
required: false required: false
description: The client ID that Home Assistant will use. Has to be unique on the server. Default is a randomly generated one. description: The client ID that Home Assistant will use. Has to be unique on the server. Default is a randomly generated one.
@ -83,7 +83,7 @@ client_id:
keepalive: keepalive:
required: false required: false
description: The time in seconds between sending keep alive messages for this client. Default is 60. description: The time in seconds between sending keep alive messages for this client. Default is 60.
type: int type: integer
username: username:
required: false required: false
description: The username to use with your MQTT broker. description: The username to use with your MQTT broker.