diff --git a/homeassistant/components/bayesian/services.yaml b/homeassistant/components/bayesian/services.yaml index ec7313a8630..2fe3a4f7c9b 100644 --- a/homeassistant/components/bayesian/services.yaml +++ b/homeassistant/components/bayesian/services.yaml @@ -1,2 +1,2 @@ reload: - description: Reload all bayesian entities. + description: Reload all bayesian entities diff --git a/homeassistant/components/cloud/services.yaml b/homeassistant/components/cloud/services.yaml index 20c25225ce2..a7fb6b2f21b 100644 --- a/homeassistant/components/cloud/services.yaml +++ b/homeassistant/components/cloud/services.yaml @@ -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 diff --git a/homeassistant/components/cloudflare/services.yaml b/homeassistant/components/cloudflare/services.yaml index 23ffdd14d5f..80165700dbb 100644 --- a/homeassistant/components/cloudflare/services.yaml +++ b/homeassistant/components/cloudflare/services.yaml @@ -1,2 +1,2 @@ update_records: - description: Manually trigger update to Cloudflare records. + description: Manually trigger update to Cloudflare records diff --git a/homeassistant/components/command_line/services.yaml b/homeassistant/components/command_line/services.yaml index 8876e8dc925..de010ba8b85 100644 --- a/homeassistant/components/command_line/services.yaml +++ b/homeassistant/components/command_line/services.yaml @@ -1,2 +1,2 @@ reload: - description: Reload all command_line entities. + description: Reload all command_line entities diff --git a/homeassistant/components/debugpy/services.yaml b/homeassistant/components/debugpy/services.yaml index 4e3c19dd0d7..6bf9ad67288 100644 --- a/homeassistant/components/debugpy/services.yaml +++ b/homeassistant/components/debugpy/services.yaml @@ -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 diff --git a/homeassistant/components/filter/services.yaml b/homeassistant/components/filter/services.yaml index 6f6ea1b04d6..7d64b34a4f7 100644 --- a/homeassistant/components/filter/services.yaml +++ b/homeassistant/components/filter/services.yaml @@ -1,2 +1,2 @@ reload: - description: Reload all filter entities. + description: Reload all filter entities diff --git a/homeassistant/components/keyboard/services.yaml b/homeassistant/components/keyboard/services.yaml index 8e49cdd6a12..d0919d59514 100644 --- a/homeassistant/components/keyboard/services.yaml +++ b/homeassistant/components/keyboard/services.yaml @@ -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 diff --git a/homeassistant/components/lovelace/services.yaml b/homeassistant/components/lovelace/services.yaml index 20450942dce..b324b551e94 100644 --- a/homeassistant/components/lovelace/services.yaml +++ b/homeassistant/components/lovelace/services.yaml @@ -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 diff --git a/homeassistant/components/rest/services.yaml b/homeassistant/components/rest/services.yaml index 06baa8734f2..7e324670134 100644 --- a/homeassistant/components/rest/services.yaml +++ b/homeassistant/components/rest/services.yaml @@ -1,2 +1,2 @@ reload: - description: Reload all rest entities and notify services. + description: Reload all rest entities and notify services diff --git a/homeassistant/components/universal/services.yaml b/homeassistant/components/universal/services.yaml index ed8f550275e..8b515151fd9 100644 --- a/homeassistant/components/universal/services.yaml +++ b/homeassistant/components/universal/services.yaml @@ -1,2 +1,2 @@ reload: - description: Reload all universal entities. + description: Reload all universal entities