Lint
This commit is contained in:
@@ -259,11 +259,11 @@ api:
|
||||
# Command Service
|
||||
# Sends custom commands directly to the display for dynamic interactions and updates.
|
||||
#
|
||||
# Usage: Useful for advanced customizations like displaying messages, updating statuses,
|
||||
# Usage: Useful for advanced customizations like displaying messages, updating statuses,
|
||||
# or executing specific display commands.
|
||||
#
|
||||
# Parameter:
|
||||
# - cmd (string): Command string to be sent. Refer to the Nextion Instruction Set for
|
||||
# - cmd (string): Command string to be sent. Refer to the Nextion Instruction Set for
|
||||
# supported commands: https://nextion.tech/instruction-set/
|
||||
#
|
||||
# Example service call:
|
||||
@@ -953,7 +953,7 @@ api:
|
||||
# - current_temp (float): Current temperature reading in degrees Celsius.
|
||||
# - supported_features (int): Bitmask indicating the supported features of the climate device,
|
||||
# such as temperature control (1) and fan mode (4). Combine bitmask values for multiple features.
|
||||
# See Home Assistant Climate Component Constants for details:
|
||||
# See Home Assistant Climate Component Constants for details:
|
||||
# https://github.com/home-assistant/core/blob/33ff6b5b6ee3d92f4bb8deb9594d67748ea23d7c/homeassistant/components/climate/const.py#L156C7-L156C27
|
||||
# - target_temp (float): Desired target temperature setting.
|
||||
# - target_temp_high (float): Upper limit of the target temperature range for devices supporting ranges.
|
||||
@@ -1034,7 +1034,8 @@ api:
|
||||
# - media_position (float): Current playback position in the media in seconds.
|
||||
# - media_position_delta (float): Time elapsed since the last media position update in seconds.
|
||||
# - supported_features (int): Bitmask indicating the media player's supported features (e.g., play, pause, volume control).
|
||||
# Refer to Home Assistant Media Player Supported Features for detailed bitmask values: https://github.com/home-assistant/core/blob/33ff6b5b6ee3d92f4bb8deb9594d67748ea23d7c/homeassistant/components/media_player/const.py#L23
|
||||
# Refer to Home Assistant Media Player Supported Features for detailed bitmask values:
|
||||
# https://github.com/home-assistant/core/blob/33ff6b5b6ee3d92f4bb8deb9594d67748ea23d7c/homeassistant/components/media_player/const.py#L23
|
||||
#
|
||||
# Example service call:
|
||||
# service: esphome.<your_panel_name>_page_media_player
|
||||
|
||||
Reference in New Issue
Block a user