Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create diesel_heater_ble.rst #4566

Open
wants to merge 4 commits into
base: current
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/diesel_heater_ble.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Diesel Heater BLE
====================

.. seo::
:description: Instructions for setting up EMC2101 fan controller and temperature sensor in ESPHome.
:keywords: diesel heater webasto vevor ble bluetooth

The ``diesel_heater_ble`` component allows you to control a bluetooth enables diesel heaters.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ Climate Components
Thermostat Controller, components/climate/thermostat, air-conditioner.svg, dark-invert
Tuya Climate, components/climate/tuya, tuya.png
Uponor Smatrix Base Pulse Underfloor Heating, components/uponor_smatrix, uponor.svg
Webasto Diesel Heater with BLE, components/diesel_heater_ble, air-conditioner.svg, dark-invert
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Missing proper RST title in diesel_heater_ble.rst

The file components/diesel_heater_ble.rst exists but contains incorrect documentation format. The current content uses markdown syntax (## doc) instead of the required RST format. Please update the file with a proper RST title:

Webasto Diesel Heater with BLE
=============================
🔗 Analysis chain

Entry format and placement looks good.

The new entry for the Webasto Diesel Heater with BLE component follows the correct format and is appropriately placed in the Climate Components section.

However, the referenced document components/diesel_heater_ble.rst is missing a title, which is causing a pipeline failure. Please ensure the document has a title in the following format:

Webasto Diesel Heater with BLE
=============================
🏁 Scripts executed

The following scripts were executed for the analysis:

Error: No shell scripts found


Script:

#!/bin/bash
# Search for the diesel heater documentation file
fd "diesel_heater_ble.rst" --type f

# If found, display its contents
fd "diesel_heater_ble.rst" --type f --exec cat {}

Length of output: 127


Cover Components
----------------
Expand Down
Loading