mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Minor service definition tweaks (#46741)
This commit is contained in:
parent
b9d5b3c34e
commit
a80921ab65
@ -1,2 +1,2 @@
|
||||
reload:
|
||||
description: Reload all bayesian entities.
|
||||
description: Reload all bayesian entities
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Describes the format for available cloud services
|
||||
|
||||
remote_connect:
|
||||
description: Make instance UI available outside over NabuCasa cloud.
|
||||
description: Make instance UI available outside over NabuCasa cloud
|
||||
|
||||
remote_disconnect:
|
||||
description: Disconnect UI from NabuCasa cloud.
|
||||
description: Disconnect UI from NabuCasa cloud
|
||||
|
@ -1,2 +1,2 @@
|
||||
update_records:
|
||||
description: Manually trigger update to Cloudflare records.
|
||||
description: Manually trigger update to Cloudflare records
|
||||
|
@ -1,2 +1,2 @@
|
||||
reload:
|
||||
description: Reload all command_line entities.
|
||||
description: Reload all command_line entities
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Describes the format for available Remote Python Debugger services
|
||||
start:
|
||||
description: Start the Remote Python Debugger.
|
||||
description: Start the Remote Python Debugger
|
||||
|
@ -1,2 +1,2 @@
|
||||
reload:
|
||||
description: Reload all filter entities.
|
||||
description: Reload all filter entities
|
||||
|
@ -1,17 +1,29 @@
|
||||
volume_up:
|
||||
description: Simulates a key press of the "Volume Up" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Volume Up" button on Home Assistant's host
|
||||
machine
|
||||
|
||||
volume_down:
|
||||
description: Simulates a key press of the "Volume Down" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Volume Down" button on Home Assistant's host
|
||||
machine
|
||||
|
||||
volume_mute:
|
||||
description: Simulates a key press of the "Volume Mute" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Volume Mute" button on Home Assistant's host
|
||||
machine
|
||||
|
||||
media_play_pause:
|
||||
description: Simulates a key press of the "Media Play/Pause" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Media Play/Pause" button on Home Assistant's
|
||||
host machine
|
||||
|
||||
media_next_track:
|
||||
description: Simulates a key press of the "Media Next Track" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Media Next Track" button on Home Assistant's
|
||||
host machine
|
||||
|
||||
media_prev_track:
|
||||
description: Simulates a key press of the "Media Previous Track" button on Home Assistant's host machine.
|
||||
description:
|
||||
Simulates a key press of the "Media Previous Track" button on Home
|
||||
Assistant's host machine
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Describes the format for available lovelace services
|
||||
|
||||
reload_resources:
|
||||
description: Reload Lovelace resources from YAML configuration.
|
||||
description: Reload Lovelace resources from YAML configuration
|
||||
|
@ -1,2 +1,2 @@
|
||||
reload:
|
||||
description: Reload all rest entities and notify services.
|
||||
description: Reload all rest entities and notify services
|
||||
|
@ -1,2 +1,2 @@
|
||||
reload:
|
||||
description: Reload all universal entities.
|
||||
description: Reload all universal entities
|
||||
|
Loading…
x
Reference in New Issue
Block a user