Prettify yaml (services.yaml) (#68878)

This commit is contained in:
epenet 2022-03-30 09:48:06 +02:00 committed by GitHub
parent 18517fda65
commit bfd84ba89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 282 additions and 294 deletions

View file

@ -18,12 +18,12 @@ write_data_by_name:
selector:
select:
options:
- 'bool'
- 'byte'
- 'dint'
- 'int'
- 'udint'
- 'uint'
- "bool"
- "byte"
- "dint"
- "int"
- "udint"
- "uint"
value:
name: Value
description: The value to write to the variable.

View file

@ -99,9 +99,9 @@ set_color_bw:
selector:
select:
options:
- 'auto'
- 'bw'
- 'color'
- "auto"
- "bw"
- "color"
start_tour:
name: Start tour
@ -142,16 +142,16 @@ ptz_control:
selector:
select:
options:
- 'down'
- 'left'
- 'left_down'
- 'left_up'
- 'right'
- 'right_down'
- 'right_up'
- 'up'
- 'zoom_in'
- 'zoom_out'
- "down"
- "left"
- "left_down"
- "left_up"
- "right"
- "right_down"
- "right_up"
- "up"
- "zoom_in"
- "zoom_out"
travel_time:
name: Travel time
description: "Travel time in fractional seconds: from 0 to 1."

View file

@ -115,4 +115,3 @@ stop:
entity:
integration: bond
domain: light

View file

@ -1,7 +1,6 @@
browse_url:
name: Browse
description:
Open a URL in the default browser on the host machine of Home Assistant.
description: Open a URL in the default browser on the host machine of Home Assistant.
fields:
url:
name: URL

View file

@ -27,4 +27,4 @@ heat_set:
number:
min: -100
max: 100
unit_of_measurement: '°'
unit_of_measurement: "°"

View file

@ -112,14 +112,14 @@ alarm_display_message:
name: Line 1
description: Up to 16 characters of text (truncated if too long).
example: The answer to life.
default: ''
default: ""
selector:
text:
line2:
name: Line 2
description: Up to 16 characters of text (truncated if too long).
example: the universe, and everything.
default: ''
default: ""
selector:
text:

View file

@ -14,12 +14,12 @@ set_system_mode:
selector:
select:
options:
- 'Auto'
- 'AutoWithEco'
- 'Away'
- 'Custom'
- 'DayOff'
- 'HeatingOff'
- "Auto"
- "AutoWithEco"
- "Away"
- "Custom"
- "DayOff"
- "HeatingOff"
period:
name: Period
description: >-

View file

@ -61,8 +61,8 @@ set_alarm_detection_sensibility:
fields:
level:
name: Sensitivity Level
description: 'Sensibility level (1-6) for type 0 (Normal camera)
or (1-100) for type 3 (PIR sensor camera).'
description: "Sensibility level (1-6) for type 0 (Normal camera)
or (1-100) for type 3 (PIR sensor camera)."
required: true
example: 3
default: 3
@ -74,15 +74,15 @@ set_alarm_detection_sensibility:
mode: box
type_value:
name: Detection type
description: 'Type of detection. Options : 0 - Camera or 3 - PIR Sensor Camera'
description: "Type of detection. Options : 0 - Camera or 3 - PIR Sensor Camera"
required: true
example: '0'
default: '0'
example: "0"
default: "0"
selector:
select:
options:
- '0'
- '3'
- "0"
- "3"
sound_alarm:
name: Sound Alarm
description: Sounds the alarm on your camera.

View file

@ -15,9 +15,9 @@ set_sleep_mode:
selector:
select:
options:
- '120'
- '1440'
- '4320'
- "120"
- "1440"
- "4320"
revert_to_mode:
name: Revert to mode
description: The mode to revert to after sleep_minutes has elapsed.
@ -25,8 +25,8 @@ set_sleep_mode:
selector:
select:
options:
- 'away'
- 'home'
- "away"
- "home"
set_away_mode:
name: Set away mode
description: Set the location into away mode.

View file

@ -27,8 +27,8 @@ set_custom_effect:
unit_of_measurement: "%"
transition:
description: Effect transition.
example: 'jump'
default: 'gradual'
example: "jump"
default: "gradual"
required: false
selector:
select:
@ -66,8 +66,8 @@ set_zones:
unit_of_measurement: "%"
effect:
description: Effect
example: 'running_water'
default: 'static'
example: "running_water"
default: "static"
required: false
selector:
select:

View file

@ -12,14 +12,14 @@ ptz:
selector:
select:
options:
- 'bottom_left'
- 'bottom_right'
- 'down'
- 'left'
- 'right'
- 'top_left'
- 'top_right'
- 'up'
- "bottom_left"
- "bottom_right"
- "down"
- "left"
- "right"
- "top_left"
- "top_right"
- "up"
travel_time:
description: "Travel time in seconds."
default: 0.125

View file

@ -21,9 +21,9 @@ set_zone_mode:
selector:
select:
options:
- 'off'
- 'timer'
- 'footprint'
- "off"
- "timer"
- "footprint"
set_zone_override:
name: Set zone override
@ -47,7 +47,7 @@ set_zone_override:
min: 4
max: 28
step: 0.1
unit_of_measurement: '°'
unit_of_measurement: "°"
duration:
name: Duration
description: >-

View file

@ -72,9 +72,9 @@ volume:
selector:
select:
options:
- 'off'
- 'on'
- 'toggle'
- "off"
- "on"
- "toggle"
up:
name: Up
description: Increases volume x levels.

View file

@ -103,11 +103,11 @@ set_device_value:
selector:
select:
options:
- 'boolean'
- 'dateTime.iso8601'
- 'double'
- 'int'
- 'string'
- "boolean"
- "dateTime.iso8601"
- "double"
- "int"
- "string"
reconnect:
name: Reconnect

View file

@ -59,7 +59,7 @@ activate_vacation:
min: 0
max: 55
step: 0.5
unit_of_measurement: '°'
unit_of_measurement: "°"
accesspoint_id:
name: Accesspoint ID
description: The ID of the Homematic IP Access Point

View file

@ -10,7 +10,7 @@ set_mode:
mode:
description: New mode
required: true
example: 'away'
example: "away"
selector:
text:

View file

@ -17,8 +17,8 @@ add_all_link:
selector:
select:
options:
- 'controller'
- 'responder'
- "controller"
- "responder"
delete_all_link:
name: Delete all link
description: Tells the Insteon Modem (IM) to remove an All-Link record from the All-Link Database of the IM and a device. Once the IM is set to delete the link, press the link button on the corresponding device to complete the process.
@ -73,22 +73,22 @@ x10_all_units_off:
selector:
select:
options:
- 'a'
- 'b'
- 'c'
- 'd'
- 'e'
- 'f'
- 'g'
- 'h'
- 'i'
- 'j'
- 'k'
- 'l'
- 'm'
- 'n'
- 'o'
- 'p'
- "a"
- "b"
- "c"
- "d"
- "e"
- "f"
- "g"
- "h"
- "i"
- "j"
- "k"
- "l"
- "m"
- "n"
- "o"
- "p"
x10_all_lights_on:
name: X10 all lights on
description: Send X10 All Lights On command
@ -100,22 +100,22 @@ x10_all_lights_on:
selector:
select:
options:
- 'a'
- 'b'
- 'c'
- 'd'
- 'e'
- 'f'
- 'g'
- 'h'
- 'i'
- 'j'
- 'k'
- 'l'
- 'm'
- 'n'
- 'o'
- 'p'
- "a"
- "b"
- "c"
- "d"
- "e"
- "f"
- "g"
- "h"
- "i"
- "j"
- "k"
- "l"
- "m"
- "n"
- "o"
- "p"
x10_all_lights_off:
name: X10 all lights off
description: Send X10 All Lights Off command
@ -127,22 +127,22 @@ x10_all_lights_off:
selector:
select:
options:
- 'a'
- 'b'
- 'c'
- 'd'
- 'e'
- 'f'
- 'g'
- 'h'
- 'i'
- 'j'
- 'k'
- 'l'
- 'm'
- 'n'
- 'o'
- 'p'
- "a"
- "b"
- "c"
- "d"
- "e"
- "f"
- "g"
- "h"
- "i"
- "j"
- "k"
- "l"
- "m"
- "n"
- "o"
- "p"
scene_on:
name: Scene on
description: Trigger an INSTEON scene to turn ON.

View file

@ -41,17 +41,17 @@ set_mode:
selector:
select:
options:
- '-'
- '+'
- "-"
- "+"
bass_extension:
name: Base extension
description: Bass extension.
selector:
select:
options:
- 'Less'
- 'Standard'
- 'Extra'
- "Less"
- "Standard"
- "Extra"
set_desk_db:
name: Set desk dB

View file

@ -47,11 +47,11 @@ effect_pulse:
selector:
select:
options:
- 'blink'
- 'breathe'
- 'ping'
- 'strobe'
- 'solid'
- "blink"
- "breathe"
- "ping"
- "strobe"
- "solid"
brightness:
name: Brightness
description: Number indicating brightness of the temporary color.
@ -129,7 +129,7 @@ effect_colorloop:
number:
min: 0
max: 360
unit_of_measurement: '°'
unit_of_measurement: "°"
spread:
name: Spread
description: Maximum hue difference between participating lights, in degrees on a color wheel.
@ -138,7 +138,7 @@ effect_colorloop:
number:
min: 0
max: 360
unit_of_measurement: '°'
unit_of_measurement: "°"
power_on:
name: Power on
description: Powered off lights are temporarily turned on during the effect.

View file

@ -225,8 +225,7 @@ turn_on:
unit_of_measurement: K
brightness:
name: Brightness value
description:
Number indicating brightness, where 0 turns the light
description: Number indicating brightness, where 0 turns the light
off, 1 is the minimum brightness and 255 is the maximum brightness
supported by the light.
advanced: true
@ -236,8 +235,7 @@ turn_on:
max: 255
brightness_pct:
name: Brightness
description:
Number indicating percentage of full brightness, where 0
description: Number indicating percentage of full brightness, where 0
turns the light off, 1 is the minimum brightness and 100 is the maximum
brightness supported by the light.
selector:
@ -553,8 +551,7 @@ toggle:
max: 255
brightness_pct:
name: Brightness
description:
Number indicating percentage of full brightness, where 0
description: Number indicating percentage of full brightness, where 0
turns the light off, 1 is the minimum brightness and 100 is the maximum
brightness supported by the light.
selector:

View file

@ -18,8 +18,8 @@ set_config:
selector:
select:
options:
- 'LED'
- 'RECORDING_MODE'
- "LED"
- "RECORDING_MODE"
value:
name: Value
description: "Operation value."

View file

@ -19,9 +19,9 @@ play_media:
selector:
select:
options:
- 'CHANNEL'
- 'EPISODE'
- 'PLAYLIST MUSIC'
- 'MUSIC'
- 'TVSHOW'
- 'VIDEO'
- "CHANNEL"
- "EPISODE"
- "PLAYLIST MUSIC"
- "MUSIC"
- "TVSHOW"
- "VIDEO"

View file

@ -16,7 +16,7 @@ set_room_temperature:
number:
min: 0
max: 100
unit_of_measurement: '°'
unit_of_measurement: "°"
comfort_temp:
name: Comfort temperature
description: Comfort temp.
@ -24,7 +24,7 @@ set_room_temperature:
number:
min: 0
max: 100
unit_of_measurement: '°'
unit_of_measurement: "°"
sleep_temp:
name: Sleep temperature
description: Sleep temp.
@ -32,4 +32,4 @@ set_room_temperature:
number:
min: 0
max: 100
unit_of_measurement: '°'
unit_of_measurement: "°"

View file

@ -19,8 +19,7 @@ publish:
text:
payload_template:
name: Payload Template
description:
Template to render as payload value. Ignored if payload given.
description: Template to render as payload value. Ignored if payload given.
advanced: true
example: "{{ states('sensor.temperature') }}"
selector:

View file

@ -11,8 +11,8 @@ set_away_mode:
selector:
select:
options:
- 'away'
- 'home'
- "away"
- "home"
structure:
name: Structure
description: Name(s) of structure(s) to change. Defaults to all structures if not specified.

View file

@ -32,18 +32,18 @@ set_option:
selector:
select:
options:
- 'auto'
- 'mobile'
- 'wire'
- "auto"
- "mobile"
- "wire"
autoconnect:
name: Auto-connect
description: Auto-connect mode.
selector:
select:
options:
- 'always'
- 'home'
- 'never'
- "always"
- "home"
- "never"
connect_lte:
name: Connect LTE

View file

@ -8,14 +8,14 @@ set_aircleaner_mode:
fields:
aircleaner_mode:
name: Air cleaner mode
description: 'The air cleaner mode to set.'
description: "The air cleaner mode to set."
required: true
selector:
select:
options:
- 'allergy'
- 'auto'
- 'quick'
- "allergy"
- "auto"
- "quick"
set_humidify_setpoint:
name: Set humidify set point
@ -33,7 +33,7 @@ set_humidify_setpoint:
number:
min: 35
max: 65
unit_of_measurement: '%'
unit_of_measurement: "%"
set_hvac_run_mode:
name: Set hvac run mode
@ -45,20 +45,20 @@ set_hvac_run_mode:
fields:
run_mode:
name: Run mode
description: 'Run the schedule or hold. If not specified, the current run mode will be used.'
description: "Run the schedule or hold. If not specified, the current run mode will be used."
required: false
selector:
select:
options:
- 'permanent_hold'
- 'run_schedule'
- "permanent_hold"
- "run_schedule"
hvac_mode:
name: Hvac mode
description: 'The hvac mode to use for the schedule or hold. If not specified, the current hvac mode will be used.'
description: "The hvac mode to use for the schedule or hold. If not specified, the current hvac mode will be used."
required: false
selector:
select:
options:
- 'auto'
- 'cool'
- 'heat'
- "auto"
- "cool"
- "heat"

View file

@ -20,4 +20,4 @@ set_speed:
number:
min: 0
max: 1000000
unit_of_measurement: 'kB/s'
unit_of_measurement: "kB/s"

View file

@ -29,9 +29,9 @@ submit_tv_request:
selector:
select:
options:
- 'all'
- 'first'
- 'latest'
- "all"
- "first"
- "latest"
submit_music_request:
name: Submit music request

View file

@ -12,24 +12,24 @@ ptz:
selector:
select:
options:
- 'DOWN'
- 'UP'
- "DOWN"
- "UP"
pan:
name: Pan
description: "Pan direction."
selector:
select:
options:
- 'LEFT'
- 'RIGHT'
- "LEFT"
- "RIGHT"
zoom:
name: Zoom
description: "Zoom."
selector:
select:
options:
- 'ZOOM_IN'
- 'ZOOM_OUT'
- "ZOOM_IN"
- "ZOOM_OUT"
distance:
name: Distance
description: "Distance coefficient. Sets how much PTZ should be executed in one request."
@ -71,8 +71,8 @@ ptz:
selector:
select:
options:
- 'AbsoluteMove'
- 'ContinuousMove'
- 'GotoPreset'
- 'RelativeMove'
- 'Stop'
- "AbsoluteMove"
- "ContinuousMove"
- "GotoPreset"
- "RelativeMove"
- "Stop"

View file

@ -85,7 +85,7 @@ set_control_setpoint:
min: 0
max: 90
step: 0.1
unit_of_measurement: '°'
unit_of_measurement: "°"
set_hot_water_ovrd:
name: Set hot water override
@ -136,7 +136,7 @@ set_hot_water_setpoint:
min: 0
max: 90
step: 0.1
unit_of_measurement: '°'
unit_of_measurement: "°"
set_gpio_mode:
name: Set gpio mode
@ -156,8 +156,8 @@ set_gpio_mode:
selector:
select:
options:
- 'A'
- 'B'
- "A"
- "B"
mode:
name: Mode
description: >
@ -187,12 +187,12 @@ set_led_mode:
selector:
select:
options:
- 'A'
- 'B'
- 'C'
- 'D'
- 'E'
- 'F'
- "A"
- "B"
- "C"
- "D"
- "E"
- "F"
mode:
name: Mode
description: >
@ -202,18 +202,18 @@ set_led_mode:
selector:
select:
options:
- 'B'
- 'C'
- 'E'
- 'F'
- 'H'
- 'M'
- 'O'
- 'P'
- 'R'
- 'T'
- 'W'
- 'X'
- "B"
- "C"
- "E"
- "F"
- "H"
- "M"
- "O"
- "P"
- "R"
- "T"
- "W"
- "X"
set_max_modulation:
name: Set max modulation

View file

@ -155,7 +155,7 @@ push_weather_data:
min: -40
max: 40
step: 0.1
unit_of_measurement: '°C'
unit_of_measurement: "°C"
maxtemp:
name: Max Temp
description: Maximum Temperature (°C).
@ -164,7 +164,7 @@ push_weather_data:
min: -40
max: 40
step: 0.1
unit_of_measurement: '°C'
unit_of_measurement: "°C"
temperature:
name: Temperature
description: Current Temperature (°C).
@ -173,7 +173,7 @@ push_weather_data:
min: -40
max: 40
step: 0.1
unit_of_measurement: '°C'
unit_of_measurement: "°C"
wind:
name: Wind Speed
description: Wind Speed (m/s)
@ -181,7 +181,7 @@ push_weather_data:
number:
min: 0
max: 65
unit_of_measurement: 'm/s'
unit_of_measurement: "m/s"
solarrad:
name: Solar Radiation
description: Solar Radiation (MJ/m²/h)
@ -190,7 +190,7 @@ push_weather_data:
min: 0
max: 5
step: 0.1
unit_of_measurement: 'MJ/m²/h'
unit_of_measurement: "MJ/m²/h"
et:
name: Evapotranspiration
description: Evapotranspiration (mm)
@ -198,7 +198,7 @@ push_weather_data:
number:
min: 0
max: 1000
unit_of_measurement: 'mm'
unit_of_measurement: "mm"
qpf:
name: Quantitative Precipitation Forecast
description: >-
@ -209,7 +209,7 @@ push_weather_data:
number:
min: 0
max: 1000
unit_of_measurement: 'mm'
unit_of_measurement: "mm"
rain:
name: Measured Rainfall
description: >-
@ -220,7 +220,7 @@ push_weather_data:
number:
min: 0
max: 1000
unit_of_measurement: 'mm'
unit_of_measurement: "mm"
minrh:
name: Min Relative Humidity
description: Min Relative Humidity (%RH)
@ -228,7 +228,7 @@ push_weather_data:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
maxrh:
name: Max Relative Humidity
description: Max Relative Humidity (%RH)
@ -236,7 +236,7 @@ push_weather_data:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
condition:
name: Weather Condition Code
description: Current weather condition code (WNUM).
@ -258,7 +258,7 @@ push_weather_data:
min: -40
max: 40
step: 0.1
unit_of_measurement: '°C'
unit_of_measurement: "°C"
unrestrict_watering:
name: Unrestrict All Watering
description: Unrestrict all watering activities

View file

@ -14,4 +14,3 @@ transfer:
entity:
integration: roon
domain: media_player

View file

@ -9,8 +9,7 @@ turn_on:
fields:
transition:
name: Transition
description:
Transition duration it takes to bring devices to the state
description: Transition duration it takes to bring devices to the state
defined in the scene.
selector:
number:
@ -39,8 +38,7 @@ apply:
object:
transition:
name: Transition
description:
Transition duration it takes to bring devices to the state
description: Transition duration it takes to bring devices to the state
defined in the scene.
selector:
number:

View file

@ -82,20 +82,20 @@ set_system_properties:
selector:
select:
options:
- 'low'
- 'medium'
- 'high'
- 'off'
- "low"
- "medium"
- "high"
- "off"
chime_volume:
name: Chime volume
description: The volume level of the door chime
selector:
select:
options:
- 'low'
- 'medium'
- 'high'
- 'off'
- "low"
- "medium"
- "high"
- "off"
entry_delay_away:
name: Entry delay away
description: How long to delay when entering while "away"
@ -139,7 +139,7 @@ set_system_properties:
selector:
select:
options:
- 'low'
- 'medium'
- 'high'
- 'off'
- "low"
- "medium"
- "high"
- "off"

View file

@ -28,7 +28,7 @@ say:
name: Custom data
description: custom data that will be included with all messages in this session
example: user=UserName
default: ''
default: ""
selector:
text:
site_id:
@ -59,7 +59,7 @@ say_action:
name: Custom data
description: custom data that will be included with all messages in this session
example: user=UserName
default: ''
default: ""
selector:
text:
intent_filter:

View file

@ -4,8 +4,7 @@ join:
fields:
master:
name: Master
description:
Entity ID of the player that should become the coordinator of the group.
description: Entity ID of the player that should become the coordinator of the group.
required: true
selector:
entity:

View file

@ -34,7 +34,7 @@ call_query:
name: Command
description: Command to pass to Logitech Media Server (p0 in the CLI documentation).
required: true
example: 'albums'
example: "albums"
selector:
text:
parameters:

View file

@ -9,5 +9,5 @@ set_away_mode:
selector:
select:
options:
- 'away'
- 'home'
- "away"
- "home"

View file

@ -16,10 +16,10 @@ set_lock_state:
selector:
select:
options:
- 'locked_all'
- 'locked_in'
- 'locked_out'
- 'unlocked'
- "locked_all"
- "locked_in"
- "locked_out"
- "unlocked"
set_pet_location:
name: Set pet location
@ -38,5 +38,5 @@ set_pet_location:
selector:
select:
options:
- 'Inside'
- 'Outside'
- "Inside"
- "Outside"

View file

@ -17,7 +17,7 @@ set_auto_off:
turn_on_with_timer:
name: Turn on with timer
description: 'Turn on the Switcher device with timer.'
description: "Turn on the Switcher device with timer."
target:
entity:
integration: switcher_kis
@ -26,7 +26,7 @@ turn_on_with_timer:
fields:
timer_minutes:
name: Timer
description: 'Time to turn on.'
description: "Time to turn on."
required: true
selector:
number:

View file

@ -32,8 +32,7 @@ write:
value: "critical"
logger:
name: Logger
description:
Logger name under which to log the message. Defaults to
description: Logger name under which to log the message. Defaults to
'system_log.external'.
example: mycomponent.myplatform
selector:

View file

@ -15,7 +15,7 @@ set_climate_timer:
min: 0
max: 100
step: 0.5
unit_of_measurement: '°'
unit_of_measurement: "°"
time_period:
name: Time period
description: Choose this or Overlay. Set the time period for the change if you want to be specific. Alternatively use Overlay
@ -61,7 +61,7 @@ set_water_heater_timer:
min: 0
max: 100
step: 0.5
unit_of_measurement: '°'
unit_of_measurement: "°"
set_climate_temperature_offset:
name: Set climate temperature offset
@ -80,4 +80,4 @@ set_climate_temperature_offset:
min: -10
max: 10
step: 0.01
unit_of_measurement: '°'
unit_of_measurement: "°"

View file

@ -1,4 +1,3 @@
reload:
name: Reload
description: Reload all template entities.

View file

@ -20,7 +20,7 @@ light_fade_start:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
rate:
name: Rate
description: Rate for light to transition to new brightness
@ -89,7 +89,7 @@ link_goto:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
rate:
name: Rate
description: Amount of time for scene to transition to new brightness
@ -122,7 +122,7 @@ link_fade_start:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
rate:
name: Rate
description: Amount of time for scene to transition to new brightness

View file

@ -10,7 +10,7 @@ set_profile_fan_speed_home:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
set_profile_fan_speed_away:
name: Set profile fan speed away
@ -24,7 +24,7 @@ set_profile_fan_speed_away:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"
set_profile_fan_speed_boost:
name: Set profile fan speed boost
@ -38,4 +38,4 @@ set_profile_fan_speed_boost:
number:
min: 0
max: 100
unit_of_measurement: '%'
unit_of_measurement: "%"

View file

@ -7,7 +7,7 @@ sync_clock:
description: The velbus interface to send the command to, this will be the same value as used during configuration
required: true
example: "192.168.1.5:27015"
default: ''
default: ""
selector:
text:
@ -20,7 +20,7 @@ scan:
description: The velbus interface to send the command to, this will be the same value as used during configuration
required: true
example: "192.168.1.5:27015"
default: ''
default: ""
selector:
text:
@ -35,7 +35,7 @@ set_memo_text:
description: The velbus interface to send the command to, this will be the same value as used during configuration
required: true
example: "192.168.1.5:27015"
default: ''
default: ""
selector:
text:
address:
@ -54,6 +54,6 @@ set_memo_text:
The actual text to be displayed.
Text is limited to 64 characters.
example: "Do not forget trash"
default: ''
default: ""
selector:
text:

View file

@ -13,10 +13,10 @@ set_vicare_mode:
selector:
select:
options:
- 'dhw'
- 'dhwAndHeating'
- 'dhwAndHeatingCooling'
- 'forcedNormal'
- 'forcedReduced'
- 'heating'
- 'standby'
- "dhw"
- "dhwAndHeating"
- "dhwAndHeatingCooling"
- "forcedNormal"
- "forcedReduced"
- "heating"
- "standby"

View file

@ -15,7 +15,7 @@ set_humidity:
min: 0
max: 100
step: 5
unit_of_measurement: '%'
unit_of_measurement: "%"
reset_filter_life:
name: Reset filter life

View file

@ -159,7 +159,7 @@ remote_learn_command:
remote_set_led_on:
name: Remote set LED on
description: 'Turn on blue LED.'
description: "Turn on blue LED."
target:
entity:
integration: xiaomi_miio
@ -167,7 +167,7 @@ remote_set_led_on:
remote_set_led_off:
name: Remote set LED off
description: 'Turn off blue LED.'
description: "Turn off blue LED."
target:
entity:
integration: xiaomi_miio
@ -231,8 +231,8 @@ switch_set_power_mode:
selector:
select:
options:
- 'green'
- 'normal'
- "green"
- "normal"
vacuum_remote_control_start:
name: Vacuum remote control start
@ -273,7 +273,7 @@ vacuum_remote_control_move:
number:
min: -179
max: 179
unit_of_measurement: '°'
unit_of_measurement: "°"
duration:
name: Duration
description: Duration of the movement.
@ -306,7 +306,7 @@ vacuum_remote_control_move_step:
number:
min: -179
max: 179
unit_of_measurement: '°'
unit_of_measurement: "°"
duration:
name: Duration
description: Duration of the movement.

View file

@ -13,12 +13,12 @@ set_mode:
selector:
select:
options:
- 'color_flow'
- 'hsv'
- 'last'
- 'moonlight'
- 'normal'
- 'rgb'
- "color_flow"
- "hsv"
- "last"
- "moonlight"
- "normal"
- "rgb"
set_color_scene:
name: Set color scene
@ -108,13 +108,13 @@ set_color_flow_scene:
action:
name: Action
description: The action to take after the flow stops.
default: 'recover'
default: "recover"
selector:
select:
options:
- 'off'
- 'recover'
- 'stay'
- "off"
- "recover"
- "stay"
transitions:
name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html
@ -164,13 +164,13 @@ start_flow:
action:
name: Action
description: The action to take after the flow stops.
default: 'recover'
default: "recover"
selector:
select:
options:
- 'off'
- 'recover'
- 'stay'
- "off"
- "recover"
- "stay"
transitions:
name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html